[oe-commits] org.oe.dev mpc8313e-rdb: use u-boot 1.3.0 instead of git

jeremy_laine commit openembedded-commits at lists.openembedded.org
Wed Nov 28 12:46:06 UTC 2007


mpc8313e-rdb: use u-boot 1.3.0 instead of git

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

#
# mt diff -r0d388ad40835e6aa531d81620780e2a2bb710dab -r33e5bd40976428aea7682da1e3cb6ed9c93af23e
#
# 
# 
# patch "conf/machine/mpc8313e-rdb.conf"
#  from [9c064b7fe3bf176ebc0002ad5266c6783fe0acb2]
#    to [ea78b004c7226c86a8a3cc969bf9582d74faaec6]
# 
# patch "packages/uboot/u-boot_git.bb"
#  from [6d2b75792c161c4bfe934e7f5b8ef33b78f663cb]
#    to [251b297b563be3a80a6de08089c0d3f90828d595]
# 
============================================================
--- conf/machine/mpc8313e-rdb.conf	9c064b7fe3bf176ebc0002ad5266c6783fe0acb2
+++ conf/machine/mpc8313e-rdb.conf	ea78b004c7226c86a8a3cc969bf9582d74faaec6
@@ -10,6 +10,7 @@ MACHINE_FEATURES = "kernel26 usbhost ext
 
 MACHINE_FEATURES = "kernel26 usbhost ext2"
 
+PREFERRED_VERSION_u-boot = "1.3.0"
 UBOOT_MACHINE = "MPC8313ERDB_33_config"
 
 #don't try to access tty1
============================================================
--- packages/uboot/u-boot_git.bb	6d2b75792c161c4bfe934e7f5b8ef33b78f663cb
+++ packages/uboot/u-boot_git.bb	251b297b563be3a80a6de08089c0d3f90828d595
@@ -1,15 +1,10 @@ DEFAULT_PREFERENCE = "-1"
 require u-boot.inc
 PR="r1"
 DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_mpc8313e-rdb = "1"
-DEFAULT_PREFERENCE_mpc8323e-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_mpc8313e-rdb = "git://www.denx.de/git/u-boot.git;protocol=git;tag=c5441f61a3d8b7034f19fc1361183e936198e6dbb "
 
 S = "${WORKDIR}/git"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-#inherit base






More information about the Openembedded-commits mailing list