diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-07-19 10:49:49 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-07-21 11:44:37 -0500 |
commit | 459e16655f5bc1e3bdbdab1c25708cdac725ce6e (patch) | |
tree | 9a3f1d28f73d1ba8075d637eccdfbdc95a60b43f /meta-ti-bsp/conf | |
parent | 46432cbd851766ebb4cf92fa20877068e1547492 (diff) | |
download | meta-ti-master-wip.tar.gz |
meta-ti-bsp: Add KERNEL_DEVICETREE_PREFIX logic to Poky imagesmaster-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.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/layer.conf b/meta-ti-bsp/conf/layer.conf index f7835459..10067159 100644 --- a/meta-ti-bsp/conf/layer.conf +++ b/meta-ti-bsp/conf/layer.conf | |||
@@ -25,6 +25,7 @@ LAYERRECOMMENDS_meta-ti-bsp = " \ | |||
25 | BBFILES_DYNAMIC += " \ | 25 | BBFILES_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 | ||
30 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | 31 | SIGGEN_EXCLUDERECIPES_ABISAFE += " \ |