mbox series

[PATCHv2,0/2] Fix: allow specification of dtb directory

Message ID 20230512172221.4062722-1-rs@ti.com
Headers show
Series Fix: allow specification of dtb directory | expand

Message

Randolph Sapp May 12, 2023, 5:22 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Fix a few of the oddities introduced by the previous patch that allowed
specification of the DTB install directory and specification of vendor
directories in that directory.

Add a recursive search for dtb and dtbo files to make sure upstream dtb
directory standards don't break our packages. This uses a seperate
function to avoid metadata changes as reported with the previous
revision [1].

Makes the kernel-devicetree class posix compliant again by using BB
variables more efficiently.

[1] https://lists.openembedded.org/g/openembedded-core/message/181157

Martin Jansa (1):
  kernel-devicetree: make shell scripts posix compliant

Randolph Sapp (1):
  kernel-devicetree: recursively search for dtbs

 meta/classes-recipe/kernel-devicetree.bbclass | 25 +++++++++++++------
 meta/classes-recipe/kernel.bbclass            |  2 +-
 2 files changed, 18 insertions(+), 9 deletions(-)