summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-11-06 09:51:36 +0000
committerMatthew McClintock <msm@freescale.com>2012-12-04 13:17:34 -0600
commitd07613813e286cfc68152ea173df04694c825323 (patch)
tree25fc34f379c99d0fc6316b9e366b7020f1d22b5d
parentc14ac08cec674ea4776dd36e639acb4bb2191bc5 (diff)
downloadmeta-fsl-ppc-d07613813e286cfc68152ea173df04694c825323.tar.gz
u-boot_git.bb: lock down SHA for release
Also update p5040 u-boot builds and add cst-native dep which is required by some machines Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--conf/machine/p5040ds-64b.conf2
-rw-r--r--conf/machine/p5040ds.conf2
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb4
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 @@
3 3
4require e5500-64b.inc 4require e5500-64b.inc
5 5
6UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT" 6UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH"
7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \ 7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
8 ${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts" 8 ${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet64_smp_defconfig" 9KERNEL_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 @@
3 3
4require e5500.inc 4require e5500.inc
5 5
6UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT" 6UBOOT_MACHINES ?= "P5040DS P5040DS_NAND P5040DS_SECURE_BOOT P5040DS_SDCARD P5040DS_SPIFLASH"
7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \ 7KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p5040ds.dts \
8 ${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts" 8 ${S}/arch/powerpc/boot/dts/p5040ds-usdpaa.dts"
9KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/corenet32_smp_defconfig" 9KERNEL_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 207a6ff..9c4cf48 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"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
7 7
8PR = "r27" 8PR = "r28"
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc" 10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc"
11 11
12inherit deploy 12inherit deploy
13 13
14SRCREV = "6d1aef1c02ba9472215234696faa8ce8745a40a9" 14SRCREV = "c6d9d502924ade8877f53eecdd5cf37e05d6d6b4"
15SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git" 15SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git"
16 16
17SRCREV_e6500 = "59852d03867108217fe88e3bfc3e1e9cedfe63c5" 17SRCREV_e6500 = "59852d03867108217fe88e3bfc3e1e9cedfe63c5"