kumquat-buildroot/linux
Alexander Sverdlin 8d2a51dc8d linux: add support for vendor dirs for appended DTBs
Take the basename of the appended DTBs to workaround the following problem:

(cd .../arch/arm/boot; for dtb in cirrus/ep93xx-edb9302
 do if test -e ${dtb}.dtb ; then dtbpath=${dtb}.dtb
 else dtbpath=dts/${dtb}.dtb ; fi
 cat zImage ${dtbpath} > zImage.${dtb} || exit 1; done)
/bin/sh: line 1: zImage.cirrus/ep93xx-edb9302: No such file or directory

Necessary to support ARM Linux starting from commit 724ba6751532
("ARM: dts: Move .dts files to vendor sub-directories"), i.e. Linux v6.4+.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-11 23:32:14 +02:00
..
5.10.162-cip24-rt10 linux: fix CIP RT kernel on microblaze 2023-03-07 22:22:20 +01:00
0001-timeconst.pl-Eliminate-Perl-warning.patch.conditional
Config.ext.in support/scripts/br2-external: add kernel extensions 2022-06-22 22:22:30 +02:00
Config.in {linux, linux-headers}: bump 5.15.x / 6.{1, 3, 4}.x series 2023-07-10 18:36:41 +02:00
linux-ext-aufs.mk
linux-ext-ev3dev-linux-drivers.mk
linux-ext-fbtft.mk
linux-ext-rtai.mk
linux-ext-xenomai.mk
linux.hash {linux, linux-headers}: bump 5.15.x / 6.{1, 3, 4}.x series 2023-07-10 18:36:41 +02:00
linux.mk linux: add support for vendor dirs for appended DTBs 2023-07-11 23:32:14 +02:00