From: Jeremy Laine Date: Wed, 28 Nov 2007 12:27:05 +0000 (+0000) Subject: mpc8313e-rdb: use u-boot 1.3.0 instead of git X-Git-Tag: Release-2010-05/1~8265^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b7e242a7936122e1fd1b60fc46c0ce33b77f3d5;p=openembedded.git mpc8313e-rdb: use u-boot 1.3.0 instead of git --- diff --git a/conf/machine/mpc8313e-rdb.conf b/conf/machine/mpc8313e-rdb.conf index f32f78ee8a..3c47b53b56 100644 --- a/conf/machine/mpc8313e-rdb.conf +++ b/conf/machine/mpc8313e-rdb.conf @@ -10,6 +10,7 @@ PREFERRED_VERSION_u-boot = "git" MACHINE_FEATURES = "kernel26 usbhost ext2" +PREFERRED_VERSION_u-boot = "1.3.0" UBOOT_MACHINE = "MPC8313ERDB_33_config" #don't try to access tty1 diff --git a/packages/uboot/u-boot_git.bb b/packages/uboot/u-boot_git.bb index 55f56d841f..60ab0ab3f6 100644 --- a/packages/uboot/u-boot_git.bb +++ b/packages/uboot/u-boot_git.bb @@ -1,15 +1,10 @@ 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