[oe-commits] org.oe.dev mpc8313e-rdb: Added support to build u-boot.

likewise commit openembedded-commits at lists.openembedded.org
Sat Oct 20 14:07:47 UTC 2007


mpc8313e-rdb: Added support to build u-boot.

Author: likewise at openembedded.org
Branch: org.openembedded.dev
Revision: f6d103c98aabe04b32d3cba8cf288cff1f5ad67f
ViewMTN: http://monotone.openembedded.org/revision/info/f6d103c98aabe04b32d3cba8cf288cff1f5ad67f
Files:
1
conf/machine/mpc8313e-rdb.conf
packages/uboot/u-boot_git.bb
Diffs:

#
# mt diff -rc9cff32687e01bbe89891629a8ece47220af5140 -rf6d103c98aabe04b32d3cba8cf288cff1f5ad67f
#
# 
# 
# patch "conf/machine/mpc8313e-rdb.conf"
#  from [132355307586c4f885d88e83731e83838ebf4c60]
#    to [3bc35c98310b138d5b2aa7dfe2f19230bb50a2c1]
# 
# patch "packages/uboot/u-boot_git.bb"
#  from [7abe15905fb57f89b7f8696fa0691d2c0d047654]
#    to [287ed12dc22304dee55e4f48016b3ebeec97c056]
# 
============================================================
--- conf/machine/mpc8313e-rdb.conf	132355307586c4f885d88e83731e83838ebf4c60
+++ conf/machine/mpc8313e-rdb.conf	3bc35c98310b138d5b2aa7dfe2f19230bb50a2c1
@@ -9,6 +9,8 @@ MACHINE_FEATURES = "kernel26 usbhost ext
 
 MACHINE_FEATURES = "kernel26 usbhost ext2"
 
+UBOOT_MACHINE = "MPC8313ERDB_33_config"
+
 #don't try to access tty1
 USE_VT = "0"
 
============================================================
--- packages/uboot/u-boot_git.bb	7abe15905fb57f89b7f8696fa0691d2c0d047654
+++ packages/uboot/u-boot_git.bb	287ed12dc22304dee55e4f48016b3ebeec97c056
@@ -1,11 +1,12 @@ DEFAULT_PREFERENCE = "-1"
 require u-boot.inc
 PR="r1"
 DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_mpc8313e-rdb = "1"
 
 SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git "
-SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093"
+SRC_URI_sequoia = "git://www.denx.de/git/u-boot.git;protocol=git;tag=cf3b41e0c1111dbb865b6e34e9f3c3d3145a6093 "
+SRC_URI_mpc8313e-rdb = "git://www.denx.de/git/u-boot.git;protocol=git;tag=c5441f61a3d8b7034f19fc1361183e936198e6dbb "
 
-
 S = "${WORKDIR}/git"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"






More information about the Openembedded-commits mailing list