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 <gabriel.valcazar@digi.com>
This commit is contained in:
parent
45302d67c1
commit
1184f74439
|
|
@ -33,6 +33,8 @@ FSL_EULA_FILE_MD5SUMS_append = " \
|
||||||
${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V30} \
|
${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's General and Open Source license agreements
|
||||||
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
||||||
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue