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:
parent
d9f2029c38
commit
887c963070
|
|
@ -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)} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue