15 lines
416 B
Plaintext
15 lines
416 B
Plaintext
BBPATH := "${BBPATH}:${LAYERDIR}"
|
|
|
|
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "del"
|
|
BBFILE_PATTERN_del := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_del = "5"
|
|
|
|
# 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"
|