summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-toradex.inc')
-rw-r--r--recipes-kernel/linux/linux-toradex.inc21
1 files changed, 4 insertions, 17 deletions
diff --git a/recipes-kernel/linux/linux-toradex.inc b/recipes-kernel/linux/linux-toradex.inc
index 5ba4c20..6a4f8a3 100644
--- a/recipes-kernel/linux/linux-toradex.inc
+++ b/recipes-kernel/linux/linux-toradex.inc
@@ -25,23 +25,7 @@ LOGO_SIZE ?= "."
FILES_kernel-devicetree = "/boot/devicetree*"
-KERNEL_DEVICETREE_boc01 = "${WORKDIR}/boc01.dts"
-KERNEL_DEVICETREE_calamari = "arch/${ARCH}/boot/dts/mpc8536ds.dts"
-KERNEL_DEVICETREE_canyonlands = "arch/${ARCH}/boot/dts/canyonlands.dts"
-KERNEL_DEVICETREE_kilauea = "arch/${ARCH}/boot/dts/kilauea.dts"
-KERNEL_DEVICETREE_lite5200 = "arch/${ARCH}/boot/dts/lite5200.dts"
-KERNEL_DEVICETREE_lsppchd = "arch/${ARCH}/boot/dts/kuroboxHD.dts"
-KERNEL_DEVICETREE_lsppchg = "arch/${ARCH}/boot/dts/kuroboxHG.dts"
-KERNEL_DEVICETREE_mpc8313e-rdb = "arch/${ARCH}/boot/dts/mpc8313erdb.dts"
-KERNEL_DEVICETREE_mpc8315e-rdb = "arch/${ARCH}/boot/dts/mpc8315erdb.dts"
-KERNEL_DEVICETREE_mpc8323e-rdb = "arch/${ARCH}/boot/dts/mpc832x_rdb.dts"
-KERNEL_DEVICETREE_mpc8544ds = "arch/${ARCH}/boot/dts/mpc8544ds.dts"
-KERNEL_DEVICETREE_mpc8641-hpcn = "arch/${ARCH}/boot/dts/mpc8641_hpcn.dts"
-KERNEL_DEVICETREE_p1020rdb = "arch/${ARCH}/boot/dts/p1020rdb.dts"
-KERNEL_DEVICETREE_p2020ds = "arch/${ARCH}/boot/dts/p2020ds.dts"
-KERNEL_DEVICETREE_sequoia = "arch/${ARCH}/boot/dts/sequoia.dts"
-KERNEL_DEVICETREE_tqm8540 = "arch/${ARCH}/boot/dts/tqm8540.dts"
-KERNEL_DEVICETREE_xilinx-ml507 = "arch/${ARCH}/boot/dts/virtex440-ml507.dts"
+#KERNEL_DEVICETREE to be specified from machine configuration
KERNEL_DEVICETREE_FLAGS = "-R 8 -S 0x3000"
@@ -91,6 +75,9 @@ do_devicetree_image() {
fi
}
+do_devicetree_image_tegra124() {
+}
+
addtask devicetree_image after do_install before do_package do_deploy
pkg_postinst_kernel-devicetree () {