diff options
| author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-12-14 10:58:49 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-01-12 18:06:00 +0800 |
| commit | 0f0ae33fd574ff4eb91cae0c5036f8f5e05fbbc7 (patch) | |
| tree | 0744085ce912acb2f2476af32aa9cf0130ed378f | |
| parent | e9e84d6ef76a644b83912e9e1541ec3445a2575a (diff) | |
| download | meta-fsl-ppc-0f0ae33fd574ff4eb91cae0c5036f8f5e05fbbc7.tar.gz | |
linux: update SHA for SDK 1.5
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
| -rw-r--r-- | recipes-kernel/linux/linux-qoriq-sdk.bb | 2 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-qoriq-sdk.inc | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-qoriq-sdk.bb b/recipes-kernel/linux/linux-qoriq-sdk.bb index df18cfe..0ff68ce 100644 --- a/recipes-kernel/linux/linux-qoriq-sdk.bb +++ b/recipes-kernel/linux/linux-qoriq-sdk.bb | |||
| @@ -7,8 +7,6 @@ LICENSE = "GPLv2" | |||
| 7 | 7 | ||
| 8 | require recipes-kernel/linux/linux-qoriq-sdk.inc | 8 | require recipes-kernel/linux/linux-qoriq-sdk.inc |
| 9 | 9 | ||
| 10 | SRC_URI += "file://libtraceevent-Remove-hard-coded-include-to-usr-local-include-in-Makefile.patch" | ||
| 11 | |||
| 12 | PR = "${INC_PR}.1" | 10 | PR = "${INC_PR}.1" |
| 13 | 11 | ||
| 14 | DEPENDS_append = " libgcc" | 12 | DEPENDS_append = " libgcc" |
diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc index 0be6109..30a0378 100644 --- a/recipes-kernel/linux/linux-qoriq-sdk.inc +++ b/recipes-kernel/linux/linux-qoriq-sdk.inc | |||
| @@ -3,10 +3,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
| 3 | PV = "3.8" | 3 | PV = "3.8" |
| 4 | INC_PR = "r11" | 4 | INC_PR = "r11" |
| 5 | 5 | ||
| 6 | SRCBRANCH = "sdk-v1.4.x" | 6 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1" |
| 7 | SRCREV = "4b66366af2d77de68f4bd6548d07421e13d3df05" | 7 | SRCREV = "3edd71eeb4e4ae27baf539e0a5f0c8e8261bf65b" |
| 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=${SRCBRANCH} \ | ||
| 9 | " | ||
| 10 | 8 | ||
| 11 | KSRC ?= "" | 9 | KSRC ?= "" |
| 12 | S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' | 10 | S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' |
