]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
qualcommbe: move Device DTS to dedicated DTS directory 22038/head
authorChristian Marangi <ansuelsmth@gmail.com>
Sun, 15 Feb 2026 13:33:14 +0000 (14:33 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 16 Feb 2026 12:14:32 +0000 (13:14 +0100)
Align the qualcommbe target to the pattern already used on other devices where
the device DTS are placed in a dedicated directory separate from the files
directory.

This, while trying to enforce a common pattern for every target, also permits to
do modification to device DTS without having to trigger a recompilation of the
entire kernel (as the files directory is not touched)

Link: https://github.com/openwrt/openwrt/pull/22038
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/qualcommbe/dts/ipq9570-kiwi-dvk.dts [moved from target/linux/qualcommbe/files/arch/arm64/boot/dts/qcom/ipq9570-kiwi-dvk.dts with 100% similarity]
target/linux/qualcommbe/image/Makefile
target/linux/qualcommbe/image/ipq95xx.mk

index c12fc97807544ee75ea563eac0398d4974dbb21b..245dc76fdc63e72aec156b81f17b998b6415ea4b 100644 (file)
@@ -6,7 +6,7 @@ define Device/Default
        KERNEL_LOADADDR := 0x41000000
        DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1)))
        DEVICE_DTS_CONFIG := config@1
-       DEVICE_DTS_DIR := $(DTS_DIR)/qcom
+       DEVICE_DTS_DIR := ../dts
        IMAGES := sysupgrade.bin
        IMAGE/sysupgrade.bin = sysupgrade-tar | append-metadata
        IMAGE/sysupgrade.bin/squashfs :=
index 210a7dcc76c05c78687300a845dae7654aea23de..259c388aba0c748b97e2bd77f0214189bcd6eb90 100644 (file)
@@ -1,3 +1,5 @@
+DTS_DIR := $(DTS_DIR)/qcom
+
 define Device/8devices_kiwi-dvk
        $(call Device/FitImage)
        $(call Device/EmmcImage)