From 2cad95d3bfc34e8b8d342780b3cc42d4639f42f4 Mon Sep 17 00:00:00 2001 From: Matthew McClintock Date: Mon, 12 Nov 2012 13:42:16 -0600 Subject: [PATCH] u-boot_git.bb: use upstream u-boot for e6500 parts for now We will publish a tested version at git.freescale.com soon, but for now since the upstream u-boot works let's use that one Signed-off-by: Matthew McClintock --- meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb index aa46bb1e..c0de2eca 100644 --- a/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb +++ b/meta-fsl-ppc/recipes-kernel/u-boot/u-boot_git.bb @@ -5,15 +5,20 @@ PROVIDES = "virtual/bootloader" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -PR = "r25" +PR = "r26" INHIBIT_DEFAULT_DEPS = "1" DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc" inherit deploy SRCREV = "6d1aef1c02ba9472215234696faa8ce8745a40a9" -SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ - " +SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git" + +SRCREV_e6500 = "59852d03867108217fe88e3bfc3e1e9cedfe63c5" +SRCREV_e6500-64b = "59852d03867108217fe88e3bfc3e1e9cedfe63c5" +SRC_URI_e6500 = "git://git.denx.de/u-boot.git" +SRC_URI_e6500-64b = "git://git.denx.de/u-boot.git" + python () { ml = d.getVar("MULTILIB_VARIANTS", True) arch = d.getVar("OVERRIDES", True) -- 2.40.1