mbox series

[PATCHv3,0/3] Fix: allow specification of dtb directory

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

Message

Randolph Sapp May 22, 2023, 8:46 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 is done by enabling
the recursive flag for all file globs. This shouldn't have any
performance issues for recipes that don't explicitly use '**' in their
globs.

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

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

Randolph Sapp (2):
  package: enable recursion on file globs
  kernel-devicetree: recursively search for dtbs

 meta/classes-recipe/kernel-devicetree.bbclass | 12 ++++++------
 meta/classes-recipe/kernel.bbclass            |  2 +-
 meta/lib/oe/package.py                        |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)