meta-digi/meta-digi-arm/conf/layer.conf

27 lines
874 B
Plaintext

BBPATH := "${BBPATH}:${LAYERDIR}"
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
# [DIGI] These allows to have multiple repositories with the same packages
# [DIGI] but with custom modifications.
# [DIGI] Not currently used but left here for reference.
# BBFILE_COLLECTIONS += "digi"
# BBFILE_PATTERN_digi := "^${LAYERDIR}/"
# BBFILE_PRIORITY_digi = "5"
# [DIGI] This is the FSL license agreement.
FSL_MMK_EULA_FILE = "${LAYERDIR}/FSL_MMK_EULA"
# [DIGI] This is Digi's General license agreement.
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
# [DIGI] This is Digi's Open Source license agreement.
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
DIGI_MIRROR ?= "http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/"
# [DIGI] PREMIRRORS and tried first and if not found, all MIRRORS next.
MIRRORS += "${DIGI_MIRROR} \n"