layer.conf: mask board depend recipes out

todo: instead of specifire architecture use board e.g. nmhw23

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2019-08-06 11:01:15 +02:00
parent d9f2029c38
commit 887c963070
1 changed files with 9 additions and 0 deletions

View File

@ -17,3 +17,12 @@ LAYERVERSION_netmodule-bsp = "1"
LAYERDEPENDS_netmodule-bsp = "core"
LAYERSERIES_COMPAT_netmodule-bsp = "warrior"
IMX_MASK_COLLECTION = " \
recipes-imx \
recipes-connectivity/jody-w1-bt-hcd \
"
BBMASK += " \
${@bb.utils.contains('MACHINE_TYPE', 'imx8', '', "${IMX_MASK_COLLECTION}", d)} \
"