diff options
author | Tomasz Maciej Nowak <tmn505@gmail.com> | 2022-08-25 20:26:11 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-09-06 02:50:04 +0200 |
commit | 4d8b42d8a7774070ac0439915f8de1430db9a8e3 (patch) | |
tree | f75f6026bec5cfbc6db7aa4148ace1b08e9628c1 /package/firmware | |
parent | ee035de0fd4cf674dccc455cdb10dfa414f378c7 (diff) | |
download | upstream-4d8b42d8a7774070ac0439915f8de1430db9a8e3.tar.gz upstream-4d8b42d8a7774070ac0439915f8de1430db9a8e3.tar.bz2 upstream-4d8b42d8a7774070ac0439915f8de1430db9a8e3.zip |
ipq40xx: point to externally compiled dtbs in recipes
Adjusting dts will cause a rebuild of whole kernel as the buildroot
considers this a part of kernel source. It's a royal PITA when trying to
prepare support for new device, since this takes a lot of time on slower
systems. As it stands, buildroot itself, with own rule, also compiles
dtbs and the results are $(KDIR)/image-$(DEVICE_DTS).dtb. With setting
DEVICE_DTS_DIR to directory holding the device dts (similarly to some
other targets), buildroot doesn't consider changed dts as part of kernel
source and rebuilds only dtb. This really speeds up development. And
since the kernel built dts are no longer used, drop the paches adding
dtses to its build.
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
Reviewed-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'package/firmware')
0 files changed, 0 insertions, 0 deletions