summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorChunrong Guo <B40290@freescale.com>2014-12-29 17:51:32 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2014-12-29 11:00:04 -0200
commitdb94fcd9ee07ec896bf49b7e30e91a9d78a5bcfb (patch)
treed3ab07012006f6382845a4589dc09f38bbb1f9de /recipes-kernel
parente42c9752dd08f30aba280116894537d1f555fc73 (diff)
downloadmeta-fsl-arm-db94fcd9ee07ec896bf49b7e30e91a9d78a5bcfb.tar.gz
linux-ls1: update to sdk v1.7 release
This includes following changes: bdb722f arm: dts: ls1021a-twr: remove dspi1 node for cannot be verified fb3f709 arm: ls1: only call ls1_pm_iomap() when doing deep sleep c15b78f ls1021a/dts: Add eTSEC1 as wake-up event source 5f94f9f qspi: ls102xa: Adjust the size of QSPI AMBA Bus memory map Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ls1.inc4
-rw-r--r--recipes-kernel/linux/linux-ls1_3.12.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ls1.inc b/recipes-kernel/linux/linux-ls1.inc
index 72be738..cd8398e 100644
--- a/recipes-kernel/linux/linux-ls1.inc
+++ b/recipes-kernel/linux/linux-ls1.inc
@@ -2,9 +2,9 @@ LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 2LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
3 3
4inherit kernel fsl-kernel-localversion 4inherit kernel fsl-kernel-localversion
5LOCALVERSION ?= "-${SRCBRANCH}" 5LOCALVERSION ?= "+ls1"
6 6
7SRC_URI = "git://git.freescale.com/layerscape/ls1021a/linux.git;branch=${SRCBRANCH} \ 7SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=${SRCBRANCH} \
8 file://defconfig \ 8 file://defconfig \
9" 9"
10 10
diff --git a/recipes-kernel/linux/linux-ls1_3.12.bb b/recipes-kernel/linux/linux-ls1_3.12.bb
index 4e1e85b..c33485c 100644
--- a/recipes-kernel/linux/linux-ls1_3.12.bb
+++ b/recipes-kernel/linux/linux-ls1_3.12.bb
@@ -5,7 +5,7 @@ Layerscape1 Family Boards. "
5require recipes-kernel/linux/linux-ls1.inc 5require recipes-kernel/linux/linux-ls1.inc
6require recipes-kernel/linux/linux-dtb.inc 6require recipes-kernel/linux/linux-dtb.inc
7 7
8SRCBRANCH = "ls1-dev" 8SRCBRANCH = "sdk-v1.7.x"
9SRCREV = "3ced9e82f9f3f7b232bea0bd18c9a62572c06b44" 9SRCREV = "6619b8b55796cdf0cec04b66a71288edd3057229"
10 10
11COMPATIBLE_MACHINE = "(ls102xa)" 11COMPATIBLE_MACHINE = "(ls102xa)"