Skip to content

Commit 041ef96

Browse files
committed
qualcommbe: move Device DTS to dedicated DTS directory
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: openwrt/openwrt#22038 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
1 parent a66e306 commit 041ef96

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

target/linux/qualcommbe/files/arch/arm64/boot/dts/qcom/ipq9570-kiwi-dvk.dts renamed to target/linux/qualcommbe/dts/ipq9570-kiwi-dvk.dts

File renamed without changes.

target/linux/qualcommbe/image/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define Device/Default
66
KERNEL_LOADADDR := 0x41000000
77
DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1)))
88
DEVICE_DTS_CONFIG := config@1
9-
DEVICE_DTS_DIR := $(DTS_DIR)/qcom
9+
DEVICE_DTS_DIR := ../dts
1010
IMAGES := sysupgrade.bin
1111
IMAGE/sysupgrade.bin = sysupgrade-tar | append-metadata
1212
IMAGE/sysupgrade.bin/squashfs :=

target/linux/qualcommbe/image/ipq95xx.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
DTS_DIR := $(DTS_DIR)/qcom
2+
13
define Device/8devices_kiwi-dvk
24
$(call Device/FitImage)
35
$(call Device/EmmcImage)

0 commit comments

Comments
 (0)