From 1184f74439cdb771574ec6069a276f10bffcd238 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Wed, 22 Dec 2021 15:03:18 +0100 Subject: [PATCH] hardknott: meta-digi-arm: filter out imx-atf recipe from meta-freescale The recipe we ported from meta-imx has the same version number (v2.4) and bitbake chooses the meta-freescale version because said layer comes before meta-digi-arm in the BBLAYERS. Since the meta-freescale version uses different platform overrides, the build fails, so filter it out to use our version instead. Signed-off-by: Gabriel Valcazar --- meta-digi-arm/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-digi-arm/conf/layer.conf b/meta-digi-arm/conf/layer.conf index 823fddd28..114137dd3 100644 --- a/meta-digi-arm/conf/layer.conf +++ b/meta-digi-arm/conf/layer.conf @@ -33,6 +33,8 @@ FSL_EULA_FILE_MD5SUMS_append = " \ ${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V30} \ " +BBMASK += "meta-freescale/recipes-bsp/imx-atf/imx-atf_2.4.bb" + # Digi's General and Open Source license agreements DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA" DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"