summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <jose.quaresma@foundries.io>2024-03-11 11:13:12 +0000
committerJose Quaresma <jose.quaresma@foundries.io>2024-03-11 12:02:36 +0000
commit77f6ed18b38fc1fbdd655e4f11488b4163c5fc91 (patch)
tree1900d9268b1ceafd5b0c2d02b569c3944f03da25
parentf063f659209846ed79fe08c3a16370d5c1de1fc9 (diff)
downloadmeta-freescale-77f6ed18b38fc1fbdd655e4f11488b4163c5fc91.tar.gz
conf/layer: add bmaptool compatibility for old versions
- Fixup for: cf8b57d9 imx-base.inc: Rename bmap-tools to bmaptool - This makes it possible to use the master branch with oe-core before the scarthgap release. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
-rw-r--r--conf/layer.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 49a94d61..ef4e3e6e 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -28,6 +28,12 @@ ${IMX_MIRROR} http://download.ossystems.com.br/bsp/freescale/source/ \n \
28# implemented in imx GL driver implementation 28# implemented in imx GL driver implementation
29COMPATIBLE_HOST:pn-xdg-desktop-portal-wlr:imxgpu = "(null)" 29COMPATIBLE_HOST:pn-xdg-desktop-portal-wlr:imxgpu = "(null)"
30 30
31# For compatibility with layers before scarthgap
32PROVIDES:pn-bmap-tools-native = "bmaptool-native"
33RPROVIDES:pn-bmap-tools-native:bmap-tools-native = "bmaptool-native"
34PROVIDES:pn-bmap-tools = "bmaptool"
35RPROVIDES:pn-bmap-tools:bmap-tools = "bmaptool"
36
31BBFILES_DYNAMIC += " \ 37BBFILES_DYNAMIC += " \
32 aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bb \ 38 aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bb \
33 aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bbappend \ 39 aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bbappend \