From 6a725b31fc724d2283ba0ca613b12a2f8c71a38f Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Fri, 3 Oct 2014 17:23:33 +0200 Subject: [PATCH] meta-digi-dey: blacklist adt-installer for DEY distro The adt-installer hardcodes the distro version in URL paths to yoctoproject website. This is ok if you control the website and the versioning of the distro (for example using Poky as distro). In DEY the versioning is not compatible with the content of the website, so just blacklist the recipe. If anyone needs the adt-installer they can download it from the Yoctoproject. https://jira.digi.com/browse/DEL-1003 Signed-off-by: Javier Viguera --- meta-digi-dey/conf/distro/dey.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index ccfb6bc54..1ba0be325 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -153,3 +153,6 @@ ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms \ # 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."