]> code.ossystems Code Review - meta-freescale.git/commitdiff
update the kernel version for t4/b4 boards
authorZhenhua Luo <b19537@freescale.com>
Sat, 8 Dec 2012 05:28:10 +0000 (13:28 +0800)
committerMatthew McClintock <msm@freescale.com>
Wed, 30 Jan 2013 23:10:56 +0000 (17:10 -0600)
change "3.0.48" to "3.0.51"

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.inc

index 8489ca2fee8f7370170f8d7ae605d92284bfcf9e..5408f5acebdd66ac3a34b3049cf14d2f86f39a1c 100644 (file)
@@ -1,13 +1,23 @@
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
 PV = "3.0.48"
-PR = "r9"
+PV_e6500 = "3.0.51"
+PV_e6500-64b = "3.0.51"
+PR = "r10"
 
 SRCREV = "dd5a5aac3e15b16a4bccbab29c736bda0e7d55e7"
+SRCREV_e6500 = "c294ca97427698b749c6fe4b768b9cc1dd37dc04"
+SRCREV_e6500-64b = "c294ca97427698b749c6fe4b768b9cc1dd37dc04"
 SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \
            file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \
           file://0001-powerpc-Fix-build-dependencies-for-c-files-requiring.patch \
          "
+SRC_URI_e6500 = "git://git.freescale.com/ppc/sdk/linux.git \
+           file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \
+"
+SRC_URI_e6500-64b = "git://git.freescale.com/ppc/sdk/linux.git \
+           file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \
+"
 
 KSRC ?= ""
 S = '${@base_conditional("KSRC", "", "${WORKDIR}/git", "${KSRC}", d)}'