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:
parent
f73321ff54
commit
2079aec5e0
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue