diff options
| author | Zhenhua Luo <b19537@freescale.com> | 2012-12-08 13:28:10 +0800 |
|---|---|---|
| committer | Matthew McClintock <msm@freescale.com> | 2013-01-30 17:10:56 -0600 |
| commit | e2f7f5c53baa3222bc3ea9a555535c9073113ef4 (patch) | |
| tree | 97340ac801de019748e80c55cd0fdac018b70596 /recipes-kernel | |
| parent | 2f7b297bb3fd0459a9cff0b42b421460ee6991ec (diff) | |
| download | meta-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>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-qoriq-sdk.inc | 12 |
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 @@ | |||
| 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.48" |
| 4 | PR = "r9" | 4 | PV_e6500 = "3.0.51" |
| 5 | PV_e6500-64b = "3.0.51" | ||
| 6 | PR = "r10" | ||
| 5 | 7 | ||
| 6 | SRCREV = "dd5a5aac3e15b16a4bccbab29c736bda0e7d55e7" | 8 | SRCREV = "dd5a5aac3e15b16a4bccbab29c736bda0e7d55e7" |
| 9 | SRCREV_e6500 = "c294ca97427698b749c6fe4b768b9cc1dd37dc04" | ||
| 10 | SRCREV_e6500-64b = "c294ca97427698b749c6fe4b768b9cc1dd37dc04" | ||
| 7 | SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \ | 11 | SRC_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 | " |
| 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 | " | ||
| 11 | 21 | ||
| 12 | KSRC ?= "" | 22 | KSRC ?= "" |
| 13 | S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' | 23 | S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}' |
