summaryrefslogtreecommitdiff
path: root/meta-alibaba/meta-thor/recipes-bsp/linux/linux-aspeed_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-alibaba/meta-thor/recipes-bsp/linux/linux-aspeed_%.bbappend')
-rw-r--r--meta-alibaba/meta-thor/recipes-bsp/linux/linux-aspeed_%.bbappend17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-alibaba/meta-thor/recipes-bsp/linux/linux-aspeed_%.bbappend b/meta-alibaba/meta-thor/recipes-bsp/linux/linux-aspeed_%.bbappend
deleted file mode 100644
index 18de4ac11..000000000
--- a/meta-alibaba/meta-thor/recipes-bsp/linux/linux-aspeed_%.bbappend
+++ /dev/null
@@ -1,17 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-KERNEL_VERSION_SANITY_SKIP="1"
-SRC_URI += "\
- file://aspeed-alibaba-thor.dts \
- file://alibaba.cfg \
- "
-
-do_patch_append(){
- for DTB in "${KERNEL_DEVICETREE}"; do
- DT=`basename ${DTB} .dtb`
- if [ -r "${WORKDIR}/${DT}.dts" ]; then
- echo "debug: ${STAGING_KERNEL_DIR}"
- cp ${WORKDIR}/aspeed-alibaba-thor.dts \
- ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts
- fi
- done
-}