From 2bc7e6b0261bff44386d1430ccd7f106e0425e5f Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Mon, 1 Feb 2016 18:48:36 +0100 Subject: [PATCH] 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 --- meta-digi-dey/conf/distro/dey.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 10a1da4a1..a7bb1e076 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -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."