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.bbappend10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ls1_3.12.bbappend b/recipes-kernel/linux/linux-ls1_3.12.bbappend
new file mode 100644
index 0000000..0d39a59
--- /dev/null
+++ b/recipes-kernel/linux/linux-ls1_3.12.bbappend
@@ -0,0 +1,10 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3SRC_URI += "file://ls1021twr_revX3.dts \
4 "
5
6KERNEL_DEVICETREE = "ls1021twr_revX3.dtb"
7
8do_configure_prepend() {
9 cp -rf ${WORKDIR}/ls1021twr_revX3.dts ${S}/arch/arm/boot/dts/ls1021twr_revX3.dts
10}