[oe-commits] unknown conf/machine/sequoia.conf : Use OE kernel infrastracture instead of a custom kernel .bb

ifaistos commit oe at amethyst.openembedded.net
Mon May 5 10:43:11 UTC 2008


conf/machine/sequoia.conf : Use OE kernel infrastracture instead of a custom kernel .bb
Set uboot 1.3.2

Author: ifaistos at openembedded.org
Branch: unknown
Revision: 94f5af4ecc50a32879804799f37758b3ac4213f3
ViewMTN: http://monotone.openembedded.org/revision/info/94f5af4ecc50a32879804799f37758b3ac4213f3
Files:
1
conf/machine/sequoia.conf
Diffs:

#
# mt diff -rd9363ecbe581bf473057c4e79b0a93b7487d52e9 -r94f5af4ecc50a32879804799f37758b3ac4213f3
#
#
#
# patch "conf/machine/sequoia.conf"
#  from [7daeb88263a3a4261fdb4b2b4c5de54ff5b25c7d]
#    to [1fe627040a76a769c0559761d42aac1dcebd54e3]
#
============================================================
--- conf/machine/sequoia.conf	7daeb88263a3a4261fdb4b2b4c5de54ff5b25c7d
+++ conf/machine/sequoia.conf	1fe627040a76a769c0559761d42aac1dcebd54e3
@@ -8,17 +8,22 @@ PACKAGE_EXTRA_ARCHS = "ppc440e"
 TARGET_ARCH = "powerpc"
 PACKAGE_EXTRA_ARCHS = "ppc440e"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+KERNEL_IMAGETYPE = "uImage"
 
 MACHINE_FEATURES = "kernel26 usbhost"
 
-#don't try to access tty1
-USE_VT = "0"
+PREFERRED_VERSION_u-boot = "1.3.2"
+UBOOT_MACHINE = "sequoia_config"
+UBOOT_ENTRYPOINT = "0"
+UBOOT_LOADADDRESS = "0"
 
 
+
+#don't try to access tty1
+USE_VT = "0"
 SERIAL_CONSOLE = "115200 ttyS0"
 
-PREFERRED_VERSION_u-boot = "git"
 EXTRA_IMAGECMD = "--big-endian"
 ERASEBLOCK_SIZE = "0x10000"
 IMAGE_FSTYPES = "jffs2"






More information about the Openembedded-commits mailing list