summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-07-19 10:49:49 -0500
committerRyan Eatmon <reatmon@ti.com>2025-07-23 08:48:29 -0500
commitbabc6fa3841126fdf721f00dfeb32c489a65b811 (patch)
tree7ae28247e6cc13cd459bdc9c8672aa368a41980f /meta-ti-bsp/conf
parent665742fef1a7475c380b549a8250bfed7a57a83e (diff)
downloadmeta-ti-scarthgap-wip.tar.gz
meta-ti-bsp: Add KERNEL_DEVICETREE_PREFIX logic to Poky imagesscarthgap-wip
The boot partition for things like the wic image, use the KERNEL_DEVICETREE to populate DTBs. But for the meta-ti-bsp kernels we tend to rely on the KERNEL_DEVICETREE_PREFIX to glob pull in DTBs instead of a single list. So using dynamic layers, we can inject the proper code to properly resolve the KERNEL_DEVICETREE in each image file. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf')
-rw-r--r--meta-ti-bsp/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf
index 02519f76..828814ce 100644
--- a/meta-ti-bsp/conf/layer.conf
+++ b/meta-ti-bsp/conf/layer.conf
@@ -25,6 +25,7 @@ LAYERRECOMMENDS_meta-ti-bsp = " \
25BBFILES_DYNAMIC += " \ 25BBFILES_DYNAMIC += " \
26 meta-arago-distro:${LAYERDIR}/dynamic-layers/meta-arago-distro/recipes*/*/*.bbappend \ 26 meta-arago-distro:${LAYERDIR}/dynamic-layers/meta-arago-distro/recipes*/*/*.bbappend \
27 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes*/*/*.bbappend \ 27 openembedded-layer:${LAYERDIR}/dynamic-layers/openembedded-layer/recipes*/*/*.bbappend \
28 core:${LAYERDIR}/dynamic-layers/core/recipes*/*/*.bbappend \
28" 29"
29 30
30SIGGEN_EXCLUDERECIPES_ABISAFE += " \ 31SIGGEN_EXCLUDERECIPES_ABISAFE += " \