17 lines
497 B
Plaintext
17 lines
497 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 += "dey"
|
|
BBFILE_PATTERN_dey := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_dey = "6"
|
|
|
|
# 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"
|