conf/machine/magicbox.conf: Clean up the image generation parameters , inherit magicb...
authorStelios Koroneos <skoroneos@digital-opsis.com>
Fri, 4 May 2007 08:46:07 +0000 (08:46 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Fri, 4 May 2007 08:46:07 +0000 (08:46 +0000)
create "ready-to-burn" images

conf/machine/magicbox.conf

index 22e3054..19dae40 100644 (file)
@@ -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