[oe-commits] org.oe.dev conf/machine/magicbox.conf: Clean up the image generation parameters , inherit magicbox-image.bbclass in order to

ifaistos commit openembedded-commits at lists.openembedded.org
Fri May 4 08:49:43 UTC 2007


conf/machine/magicbox.conf: Clean up the image generation parameters , inherit magicbox-image.bbclass in order to
create "ready-to-burn" images

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: f9d679b49c9ccfedc3565929011b677de9852036
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f9d679b49c9ccfedc3565929011b677de9852036
Files:
1
conf/machine/magicbox.conf
Diffs:

#
# mt diff -r6dd821675508a6038c5598a643982a7ed88fe37e -rf9d679b49c9ccfedc3565929011b677de9852036
#
# 
# 
# patch "conf/machine/magicbox.conf"
#  from [708f84e2407e3bcc5a36894ce557da8ab55694fc]
#    to [389d791b9d2ea09e5076072805817ccd3952792b]
# 
============================================================
--- conf/machine/magicbox.conf	708f84e2407e3bcc5a36894ce557da8ab55694fc
+++ conf/machine/magicbox.conf	389d791b9d2ea09e5076072805817ccd3952792b
@@ -1,7 +1,9 @@
 #@TYPE: Machine
 #@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,10 +18,12 @@ PREFERRED_VERSION_u-boot = "1.1.2"
 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
 






More information about the Openembedded-commits mailing list