summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-03-11 12:58:00 -0300
committerGitHub <noreply@github.com>2024-03-11 12:58:00 -0300
commitd649a5de39f6ed010383c1e969da5c53c3671f61 (patch)
tree1900d9268b1ceafd5b0c2d02b569c3944f03da25
parentf063f659209846ed79fe08c3a16370d5c1de1fc9 (diff)
parent77f6ed18b38fc1fbdd655e4f11488b4163c5fc91 (diff)
downloadmeta-freescale-d649a5de39f6ed010383c1e969da5c53c3671f61.tar.gz
Merge pull request #1767 from quaresmajose/bmaptools
conf/layer: add bmaptool compatibility for old versions
-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 \