summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhenhua Luo <b19537@freescale.com>2012-12-08 13:28:10 +0800
committerMatthew McClintock <msm@freescale.com>2013-01-30 17:10:56 -0600
commite2f7f5c53baa3222bc3ea9a555535c9073113ef4 (patch)
tree97340ac801de019748e80c55cd0fdac018b70596
parent2f7b297bb3fd0459a9cff0b42b421460ee6991ec (diff)
downloadmeta-fsl-ppc-e2f7f5c53baa3222bc3ea9a555535c9073113ef4.tar.gz
update the kernel version for t4/b4 boards
change "3.0.48" to "3.0.51" Signed-off-by: Zhenhua Luo <b19537@freescale.com>
-rw-r--r--recipes-kernel/linux/linux-qoriq-sdk.inc12
1 files changed, 11 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-qoriq-sdk.inc b/recipes-kernel/linux/linux-qoriq-sdk.inc
index 8489ca2..5408f5a 100644
--- a/recipes-kernel/linux/linux-qoriq-sdk.inc
+++ b/recipes-kernel/linux/linux-qoriq-sdk.inc
@@ -1,13 +1,23 @@
1LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 1LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
2 2
3PV = "3.0.48" 3PV = "3.0.48"
4PR = "r9" 4PV_e6500 = "3.0.51"
5PV_e6500-64b = "3.0.51"
6PR = "r10"
5 7
6SRCREV = "dd5a5aac3e15b16a4bccbab29c736bda0e7d55e7" 8SRCREV = "dd5a5aac3e15b16a4bccbab29c736bda0e7d55e7"
9SRCREV_e6500 = "c294ca97427698b749c6fe4b768b9cc1dd37dc04"
10SRCREV_e6500-64b = "c294ca97427698b749c6fe4b768b9cc1dd37dc04"
7SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \ 11SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \
8 file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \ 12 file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \
9 file://0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch \ 13 file://0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch \
10 " 14 "
15SRC_URI_e6500 = "git://git.freescale.com/ppc/sdk/linux.git \
16 file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \
17"
18SRC_URI_e6500-64b = "git://git.freescale.com/ppc/sdk/linux.git \
19 file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \
20"
11 21
12KSRC ?= "" 22KSRC ?= ""
13S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' 23S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}'