From 77f6ed18b38fc1fbdd655e4f11488b4163c5fc91 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Mon, 11 Mar 2024 11:13:12 +0000 Subject: 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 --- conf/layer.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'conf') 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 \ # implemented in imx GL driver implementation COMPATIBLE_HOST:pn-xdg-desktop-portal-wlr:imxgpu = "(null)" +# For compatibility with layers before scarthgap +PROVIDES:pn-bmap-tools-native = "bmaptool-native" +RPROVIDES:pn-bmap-tools-native:bmap-tools-native = "bmaptool-native" +PROVIDES:pn-bmap-tools = "bmaptool" +RPROVIDES:pn-bmap-tools:bmap-tools = "bmaptool" + BBFILES_DYNAMIC += " \ aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bb \ aglprofilegraphical:${LAYERDIR}/dynamic-layers/aglprofilegraphical/*/*/*.bbappend \ -- cgit v1.2.3-54-g00ecf