[oe-commits] org.oe.dev conf/machine/magicbox.conf : make sure jffs2 and squashfs images generated are for big endian machines

ifaistos commit openembedded-commits at lists.openembedded.org
Tue May 1 22:26:34 UTC 2007


conf/machine/magicbox.conf : make sure jffs2 and squashfs images generated are for big endian machines
Set minimun kernel to 2.6.18.

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

#
# mt diff -raa47c0e9dabca89e7168bb17c979dbe975fb56e9 -rda7866de083247553abfdcab2457e49e772484f7
#
# 
# 
# patch "conf/machine/magicbox.conf"
#  from [40758d894c893c146534323b2dc934dc2e53d95f]
#    to [7b0a056e76ca24edbb6a05f3806d28fcb1a834e5]
# 
============================================================
--- conf/machine/magicbox.conf	40758d894c893c146534323b2dc934dc2e53d95f
+++ conf/machine/magicbox.conf	7b0a056e76ca24edbb6a05f3806d28fcb1a834e5
@@ -7,17 +7,17 @@ PREFERRED_PROVIDER_virtual/kernel = "lin
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
 
-MACHINE_FEATURES = "kernel26 ext2"
+MACHINE_FEATURES = "kernel26"
+MACHINE_TASK_PROVIDER = "task-base"
 
 TARGET_CPU = "405"
-OLDEST_KERNEL = "2.6.12"
+OLDEST_KERNEL = "2.6.18"
 
 SERIAL_CONSOLE = "115200 ttyS0"
 
 PREFERRED_VERSION_u-boot = "1.1.2"
-EXTRA_IMAGECMD = "--big-endian"
-ERASEBLOCK_SIZE = "0x10000"
-IMAGE_FSTYPES = "jffs2"
+EXTRA_IMAGECMD_jffs2 = "--big-endian"
+EXTRA_IMAGECMD_squashfs = " -be -all-root "
 
 #tune for the 405 cpu
 require conf/machine/include/tune-ppc405.conf






More information about the Openembedded-commits mailing list