summaryrefslogtreecommitdiffstats
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
parent234367d7fff787ecc0ecf98d2b4354f27083fd10 (diff)
downloadmeta-fsl-ppc-edison.tar.gz
update to latest released versionsedison
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--recipes-kernel/linux/linux-qoriq-sdk.inc4
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb4
-rw-r--r--recipes-tools/boot-format/boot-format_git.bb4
3 files changed, 6 insertions, 6 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"
diff --git a/recipes-tools/boot-format/boot-format_git.bb b/recipes-tools/boot-format/boot-format_git.bb
index 63ae0ad..89d6784 100644
--- a/recipes-tools/boot-format/boot-format_git.bb
+++ b/recipes-tools/boot-format/boot-format_git.bb
@@ -1,11 +1,11 @@
1DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI" 1DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI"
2LICENSE = "GPL" 2LICENSE = "GPL"
3PR = "r3" 3PR = "r4"
4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 4LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5 5
6SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git\ 6SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git\
7 " 7 "
8SRCREV = "53cf657a7d034b8d71d53d5c241d0870836d8a72" 8SRCREV = "fsl-sdk-v1.2.1"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11EXTRA_OEMAKE = 'CC="${CC}"' 11EXTRA_OEMAKE = 'CC="${CC}"'