summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-12-14 10:58:49 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-12 18:06:00 +0800
commit0f0ae33fd574ff4eb91cae0c5036f8f5e05fbbc7 (patch)
tree0744085ce912acb2f2476af32aa9cf0130ed378f /recipes-kernel
parente9e84d6ef76a644b83912e9e1541ec3445a2575a (diff)
downloadmeta-fsl-ppc-0f0ae33fd574ff4eb91cae0c5036f8f5e05fbbc7.tar.gz
linux: update SHA for SDK 1.5
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-qoriq-sdk.bb2
-rw-r--r--recipes-kernel/linux/linux-qoriq-sdk.inc6
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
8require recipes-kernel/linux/linux-qoriq-sdk.inc 8require recipes-kernel/linux/linux-qoriq-sdk.inc
9 9
10SRC_URI += "file://libtraceevent-Remove-hard-coded-include-to-usr-local-include-in-Makefile.patch"
11
12PR = "${INC_PR}.1" 10PR = "${INC_PR}.1"
13 11
14DEPENDS_append = " libgcc" 12DEPENDS_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"
3PV = "3.8" 3PV = "3.8"
4INC_PR = "r11" 4INC_PR = "r11"
5 5
6SRCBRANCH = "sdk-v1.4.x" 6SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1"
7SRCREV = "4b66366af2d77de68f4bd6548d07421e13d3df05" 7SRCREV = "3edd71eeb4e4ae27baf539e0a5f0c8e8261bf65b"
8SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=${SRCBRANCH} \
9 "
10 8
11KSRC ?= "" 9KSRC ?= ""
12S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' 10S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}'