From 2079aec5e0d328aee8667e6a5cc3223250638a6a Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Fri, 24 Dec 2021 18:35:11 +0100 Subject: [PATCH] hardknott: cog: remove drm PACKAGECONFIG for ccimx6/ccimx6qp This PACKAGECONFIG existed in gatesgarth, but it's included by default in hardknott and it pulls in libgbm as a dependency. This package isn't available for i.MX6 platforms, causing the build to fail immediately. Remove this from the ccimx6 PACKAGECONFIG and leave it how it was on gatesgarth. Signed-off-by: Gabriel Valcazar --- .../dynamic-layers/webkit/recipes-browser/cog/cog_%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-digi-dey/dynamic-layers/webkit/recipes-browser/cog/cog_%.bbappend b/meta-digi-dey/dynamic-layers/webkit/recipes-browser/cog/cog_%.bbappend index d99521cd0..48b070290 100644 --- a/meta-digi-dey/dynamic-layers/webkit/recipes-browser/cog/cog_%.bbappend +++ b/meta-digi-dey/dynamic-layers/webkit/recipes-browser/cog/cog_%.bbappend @@ -8,3 +8,7 @@ SRC_URI_append = " \ " EXTRA_OECMAKE += "-DCOG_HOME_URI=http://127.0.0.1/" + +# drm PACKAGECONFIG pulls in libgbm dependency, which isn't available +# on the i.MX6 +PACKAGECONFIG_remove_ccimx6 = "drm"