aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/magicbox.conf
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-05-04 08:46:07 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-05-04 08:46:07 +0000
commit5b5b45a39e698b3c5e0f5647413a2cb051a991bc (patch)
tree9152bcb90793ee95cb72688d0ed22a24c459c86b /conf/machine/magicbox.conf
parent42ddc315311e58bb3bbb75db06ef5743466a62a5 (diff)
downloadopenembedded-5b5b45a39e698b3c5e0f5647413a2cb051a991bc.tar.gz
conf/machine/magicbox.conf: Clean up the image generation parameters , inherit magicbox-image.bbclass in order to
create "ready-to-burn" images
Diffstat (limited to 'conf/machine/magicbox.conf')
-rw-r--r--conf/machine/magicbox.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/conf/machine/magicbox.conf b/conf/machine/magicbox.conf
index 22e30542f9..19dae402d9 100644
--- a/conf/machine/magicbox.conf
+++ b/conf/machine/magicbox.conf
@@ -2,6 +2,8 @@
#@Name: Magicbox router board
#@DESCRIPTION: Machine configuration for Magicbox router board http://wwww.magicbox.pl
+INHERIT += "magicbox-image"
+
TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc405"
@@ -16,9 +18,11 @@ OLDEST_KERNEL = "2.6.18"
SERIAL_CONSOLE = "115200 ttyS0"
PREFERRED_VERSION_u-boot = "1.1.2"
-EXTRA_IMAGECMD_jffs2 = "--big-endian"
-EXTRA_IMAGECMD_squashfs = " -be -all-root "
-EXTRA_IMAGECMD_squashfs-lzma = " -be -all-root "
+EXTRA_IMAGECMD_jffs2 = "-pad --big-endian --squash -e 0x10000"
+EXTRA_IMAGECMD_squashfs = " -be -all-root -nopad -noappend -root-owned"
+EXTRA_IMAGECMD_squashfs-lzma = " -be -all-root -nopad -noappend -root-owned"
+
+
#tune for the 405 cpu
require conf/machine/include/tune-ppc405.conf