[molecules/*] move beaglebone dependent code to separate script files

This commit is contained in:
Fabio Erculiani
2012-01-26 13:19:09 +01:00
parent 4c67f10e33
commit 8a8e5e092d
7 changed files with 56 additions and 18 deletions

View File

@@ -49,10 +49,6 @@ post_image_script: /sabayon/scripts/post_mmc_image_script.sh
# Destination directory for the image path (MANDATORY)
destination_image_directory: /sabayon/images
# External script that will generate the image file.
# The same can be copied onto a MMC by using dd
image_generator_script: /sabayon/scripts/mkloopcard.txt
# Path to source chroot (mandatory)
source_chroot: /sabayon/sources/armv7l_core-2012
@@ -123,6 +119,7 @@ paths_to_remove:
/root/local,
/var/tmp/*,
/root/.ssh,
/root/.distcc,
/etc/distcc/.ssh
# Directories to empty (comma separated)

View File

@@ -1,7 +1,7 @@
%import /sabayon/molecules/arm-base.common
# Release desc (the actual release description)
release_desc: armv7a Base
release_desc: armv7a BeagleBone Base
# Release Version (used to generate release_file)
release_version: 8
@@ -18,3 +18,6 @@ image_mb: 16000
# Path to boot partition data (MLO, u-boot.img etc)
source_boot_directory: /sabayon/beaglebone/boot
# External script that will generate the image file.
# The same can be copied onto a MMC by using dd
image_generator_script: /sabayon/scripts/beaglebone_image_generator_script.sh

View File

@@ -1,7 +1,7 @@
%import /sabayon/molecules/arm-base.common
# Release desc (the actual release description)
release_desc: armv7a Base
release_desc: armv7a BeagleBone Base
# Release Version (used to generate release_file)
release_version: 8
@@ -18,3 +18,6 @@ image_mb: 3800
# Path to boot partition data (MLO, u-boot.img etc)
source_boot_directory: /sabayon/beaglebone/boot
# External script that will generate the image file.
# The same can be copied onto a MMC by using dd
image_generator_script: /sabayon/scripts/beaglebone_image_generator_script.sh

View File

@@ -1,7 +1,7 @@
%import /sabayon/molecules/arm-base.common
# Release desc (the actual release description)
release_desc: armv7a Base
release_desc: armv7a BeagleBone Base
# Release Version (used to generate release_file)
release_version: 8
@@ -18,3 +18,6 @@ image_mb: 7800
# Path to boot partition data (MLO, u-boot.img etc)
source_boot_directory: /sabayon/beaglebone/boot
# External script that will generate the image file.
# The same can be copied onto a MMC by using dd
image_generator_script: /sabayon/scripts/beaglebone_image_generator_script.sh