summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-08-14 13:54:24 -0500
committerMatthew McClintock <msm@freescale.com>2012-08-14 13:54:24 -0500
commit98a843a2c84c24bd71e753fa81035e685fc86cb4 (patch)
tree1bb8ff774c71b9c30063daab8c4e3fa7f0654cae /recipes-kernel
parent234367d7fff787ecc0ecf98d2b4354f27083fd10 (diff)
downloadmeta-fsl-ppc-98a843a2c84c24bd71e753fa81035e685fc86cb4.tar.gz
update to latest released versionsedison
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-qoriq-sdk.inc4
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc
index 7ebee0e..818cc17 100644
--- a/recipes-kernel/linux/linux-qoriq-sdk.inc
+++ b/recipes-kernel/linux/linux-qoriq-sdk.inc
@@ -1,9 +1,9 @@
1LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 1LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
2 2
3PV = "3.0.34" 3PV = "3.0.34"
4PR = "r4" 4PR = "r5"
5 5
6SRCREV = "fsl-sdk-v1.2" 6SRCREV = "fsl-sdk-v1.2.1"
7SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \ 7SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \
8 file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \ 8 file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \
9 " 9 "
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
index 7246cae..22e80f6 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 = "r19" 8PR = "r20"
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 = "bfb0c9a0ac732221ca78b5af37172b4f80ff9a6d" 14SRCREV = "fsl-sdk-v1.2.1"
15SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ 15SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \
16 " 16 "
17DEPENDS_append_e5500-64b = " lib32-gcc-cross" 17DEPENDS_append_e5500-64b = " lib32-gcc-cross"