diff options
-rw-r--r-- | recipes-kernel/linux/linux-qoriq-sdk.inc | 4 | ||||
-rw-r--r-- | recipes-kernel/u-boot/u-boot_git.bb | 4 | ||||
-rw-r--r-- | recipes-tools/boot-format/boot-format_git.bb | 4 |
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 @@ | |||
1 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 1 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
2 | 2 | ||
3 | PV = "3.0.34" | 3 | PV = "3.0.34" |
4 | PR = "r4" | 4 | PR = "r5" |
5 | 5 | ||
6 | SRCREV = "fsl-sdk-v1.2" | 6 | SRCREV = "fsl-sdk-v1.2.1" |
7 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \ | 7 | SRC_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" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
7 | 7 | ||
8 | PR = "r19" | 8 | PR = "r20" |
9 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
10 | DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc" | 10 | DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc libgcc" |
11 | 11 | ||
12 | inherit deploy | 12 | inherit deploy |
13 | 13 | ||
14 | SRCREV = "bfb0c9a0ac732221ca78b5af37172b4f80ff9a6d" | 14 | SRCREV = "fsl-sdk-v1.2.1" |
15 | SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ | 15 | SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ |
16 | " | 16 | " |
17 | DEPENDS_append_e5500-64b = " lib32-gcc-cross" | 17 | DEPENDS_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 @@ | |||
1 | DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI" | 1 | DESCRIPTION = "Boot format utility for booting from eSDHC/eSPI" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | PR = "r3" | 3 | PR = "r4" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
5 | 5 | ||
6 | SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git\ | 6 | SRC_URI = "git://git.freescale.com/ppc/sdk/boot-format.git\ |
7 | " | 7 | " |
8 | SRCREV = "53cf657a7d034b8d71d53d5c241d0870836d8a72" | 8 | SRCREV = "fsl-sdk-v1.2.1" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | EXTRA_OEMAKE = 'CC="${CC}"' | 11 | EXTRA_OEMAKE = 'CC="${CC}"' |