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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2021-12-24 18:35:11 +01:00
parent f73321ff54
commit 2079aec5e0
1 changed files with 4 additions and 0 deletions

View File

@ -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"