meta-dig-dey: remove BBMASK
We were masking meta-fsl-arm linux recipes to clean some warnings on bitbake parsing. This does not happen anymore with new versions of Yocto, so just remove this BBMASK. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
607d703246
commit
2bc7e6b026
|
|
@ -130,9 +130,5 @@ WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \
|
|||
WARN_QA_remove = "${WARN_TO_ERROR_QA}"
|
||||
ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
|
||||
|
||||
# Mask unused kernel recipes from "meta-fsl-arm" to clean warning
|
||||
# WARNING: Unable to get checksum for linux-imx SRC_URI entry defconfig
|
||||
BBMASK = "meta-fsl-arm/recipes-kernel/linux/"
|
||||
|
||||
# DEY distro blacklisted recipes
|
||||
PNBLACKLIST[adt-installer] = "[DEY not supported] adt-installer hardcodes distro version in URL paths. DEY versioning is incompatible."
|
||||
|
|
|
|||
Loading…
Reference in New Issue