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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-10-03 17:23:33 +02:00
parent c4cc0c4329
commit 6a725b31fc
1 changed files with 3 additions and 0 deletions

View File

@ -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 # Mask unused kernel recipes from "meta-fsl-arm" to clean warning
# WARNING: Unable to get checksum for linux-imx SRC_URI entry defconfig # WARNING: Unable to get checksum for linux-imx SRC_URI entry defconfig
BBMASK = "meta-fsl-arm/recipes-kernel/linux/" 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."