layer.conf: remove weston-init from the BBMASK
We originally ignored the weston-init.bbappend in meta-freescale back in thud because we were basing our recipe off of NXP's sumo BSP, and NXP's weston-init customizations were incompatible with the ones in meta-freescale. Remove it from the BBMASK to be able to incorporate the customizations in meta-freescale. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
4db64974c1
commit
c9d4bbbd94
|
|
@ -15,7 +15,6 @@ BBFILE_PATTERN_digi-dey := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_digi-dey = "6"
|
BBFILE_PRIORITY_digi-dey = "6"
|
||||||
|
|
||||||
BBMASK += "meta-freescale/recipes-graphics/drm/libdrm_%.bbappend"
|
BBMASK += "meta-freescale/recipes-graphics/drm/libdrm_%.bbappend"
|
||||||
BBMASK += "meta-freescale/recipes-graphics/wayland/weston-init.bbappend"
|
|
||||||
|
|
||||||
LAYERDEPENDS_digi-dey = "core digi-arm"
|
LAYERDEPENDS_digi-dey = "core digi-arm"
|
||||||
LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-layer swupdate"
|
LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-layer swupdate"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue