summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ls1_3.12.bbappend
diff options
context:
space:
mode:
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}