30 lines
916 B
Plaintext
30 lines
916 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a packages directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "digi-arm"
|
|
BBFILE_PATTERN_digi-arm := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_digi-arm = "5"
|
|
|
|
# This is the FSL license agreement.
|
|
FSL_MMK_EULA_FILE = "${LAYERDIR}/FSL_MMK_EULA"
|
|
|
|
# This is Digi's General license agreement.
|
|
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
|
|
|
# This is Digi's Open Source license agreement.
|
|
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
|
|
|
DIGI_MIRROR ?= "http://www.digi.com/yocto/"
|
|
DIGI_LOG_MIRROR += "http://build-linux.digi.com/LxNETES-4/pooldir/"
|
|
DIGI_LOG_GIT = "git://log-sln-git.digi.com/"
|
|
|
|
# PREMIRRORS and tried first and if not found, all MIRRORS next.
|
|
MIRRORS += "${DIGI_MIRROR} ${DIGI_LOG_MIRROR} \n"
|
|
|
|
# Accept FSL licenses
|
|
ACCEPT_FSL_EULA = "1"
|