[meta-freescale] [PATCH 20/27] u-boot_git.bb: lock down SHA for release

Matthew McClintock msm at freescale.com
Thu Nov 29 11:15:44 PST 2012


Also update p5040 u-boot builds and add cst-native dep which is
required by some machines

Signed-off-by: Matthew McClintock <msm at freescale.com>
---
 conf/machine/p5040ds-64b.conf       |    2 +-
 conf/machine/p5040ds.conf           |    2 +-
 recipes-kernel/u-boot/u-boot_git.bb |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/machine/p5040ds-64b.conf b/conf/machine/p5040ds-64b.conf
index 9e6b770..07ed3b2 100644
--- a/conf/machine/p5040ds-64b.conf
+++ b/conf/machine/p5040ds-64b.conf
@@ -3,7 +3,7 @@
 
 require e5500-64b.inc
 
-UBOOT_MACHINES ?= "P5040DS  P5040DS_NAND P5040DS_SECURE_BOOT"
+UBOOT_MACHINES ?= "P5040DS  P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
 	${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig"
diff --git a/conf/machine/p5040ds.conf b/conf/machine/p5040ds.conf
index 7c982fd..bda7fac 100644
--- a/conf/machine/p5040ds.conf
+++ b/conf/machine/p5040ds.conf
@@ -3,7 +3,7 @@
 
 require e5500.inc
 
-UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT"
+UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH"
 KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
 	${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
 KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig"
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
index e0b99a6..18842d8 100644
--- a/recipes-kernel/u-boot/u-boot_git.bb
+++ b/recipes-kernel/u-boot/u-boot_git.bb
@@ -5,13 +5,13 @@ PROVIDES = "virtual/bootloader"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
 
-PR = "r28"
+PR = "r29"
 INHIBIT_DEFAULT_DEPS = "1"
 DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
 
 inherit deploy
 
-SRCREV = "6d1aef1c02ba9472215234696faa8ce8745a40a9"
+SRCREV = "c6d9d502924ade8877f53eecdd5cf37e05d6d6b4"
 SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git"
 
 SRCREV_e6500 = "59852d03867108217fe88e3bfc3e1e9cedfe63c5"
-- 
1.7.9.7





More information about the meta-freescale mailing list