summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ls1_3.12.bbappend
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2016-04-29 11:27:11 +0200
committerCatalina Focsa <catalina.focsa@enea.com>2016-04-29 11:35:55 +0200
commit8fa305c9dec65e36a2e410e5cbf86774413ddd36 (patch)
tree72fe6e86b062d40f03dc04b280f1ee185a4db47c /recipes-kernel/linux/linux-ls1_3.12.bbappend
parent4b239ff410e7ed3ce9b6c7b85c9b1851555adba1 (diff)
downloadmeta-enea-bsp-arm-8fa305c9dec65e36a2e410e5cbf86774413ddd36.tar.gz
rename ls1021a-iot to ls1021aiot
And enabled tar.gz rootfs type. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Catalina Focsa <catalina.focsa@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-ls1_3.12.bbappend')
-rw-r--r--recipes-kernel/linux/linux-ls1_3.12.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-ls1_3.12.bbappend b/recipes-kernel/linux/linux-ls1_3.12.bbappend
index 4edb566..f34b2d1 100644
--- a/recipes-kernel/linux/linux-ls1_3.12.bbappend
+++ b/recipes-kernel/linux/linux-ls1_3.12.bbappend
@@ -1,11 +1,11 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3SRC_URI += "file://ls1021a-iot.dts \ 3SRC_URI += "file://ls1021aiot.dts \
4 " 4 "
5 5
6# fix err: "linux-ls1-3.12-r0 do_deploy: Taskhash mismatch" 6# fix err: "linux-ls1-3.12-r0 do_deploy: Taskhash mismatch"
7ZIMAGE_BASE_NAME[vardepsexclude] = "DATETIME" 7ZIMAGE_BASE_NAME[vardepsexclude] = "DATETIME"
8 8
9do_configure_prepend() { 9do_configure_prepend() {
10 cp -rf ${WORKDIR}/ls1021a-iot.dts ${S}/arch/arm/boot/dts/ls1021a-iot.dts 10 cp -rf ${WORKDIR}/ls1021aiot.dts ${S}/arch/arm/boot/dts/ls1021aiot.dts
11} 11}