diff options
author | chunrong guo <b40290@freescale.com> | 2013-03-21 03:52:07 +0000 |
---|---|---|
committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-03-27 14:07:08 +0800 |
commit | 6e861617d3f61bcddcc944835f331e387e12db46 (patch) | |
tree | e956d657a3cdb06621f4f924d19726b49bf13450 | |
parent | edce2242f5d4265ef7b2244b2f9e7cde57853732 (diff) | |
download | meta-fsl-ppc-6e861617d3f61bcddcc944835f331e387e12db46.tar.gz |
linux: update to the commit for sdk 1.3.2
Signed-off-by: Chunrong Guo <B40290@freescale.com>
-rw-r--r-- | recipes-kernel/linux/linux-qoriq-sdk.inc | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc index 5408f5a..f77543e 100644 --- a/recipes-kernel/linux/linux-qoriq-sdk.inc +++ b/recipes-kernel/linux/linux-qoriq-sdk.inc | |||
@@ -1,23 +1,12 @@ | |||
1 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 1 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
2 | 2 | ||
3 | PV = "3.0.48" | 3 | PV = "3.0.51" |
4 | PV_e6500 = "3.0.51" | 4 | PR = "r11" |
5 | PV_e6500-64b = "3.0.51" | 5 | |
6 | PR = "r10" | 6 | SRCREV = "faac5211f398f25e2be44ac996895335d5218516" |
7 | |||
8 | SRCREV = "dd5a5aac3e15b16a4bccbab29c736bda0e7d55e7" | ||
9 | SRCREV_e6500 = "c294ca97427698b749c6fe4b768b9cc1dd37dc04" | ||
10 | SRCREV_e6500-64b = "c294ca97427698b749c6fe4b768b9cc1dd37dc04" | ||
11 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \ | 7 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \ |
12 | file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \ | 8 | file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \ |
13 | file://0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch \ | ||
14 | " | 9 | " |
15 | SRC_URI_e6500 = "git://git.freescale.com/ppc/sdk/linux.git \ | ||
16 | file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \ | ||
17 | " | ||
18 | SRC_URI_e6500-64b = "git://git.freescale.com/ppc/sdk/linux.git \ | ||
19 | file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \ | ||
20 | " | ||
21 | 10 | ||
22 | KSRC ?= "" | 11 | KSRC ?= "" |
23 | S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' | 12 | S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' |