9 lines
378 B
Plaintext
9 lines
378 B
Plaintext
|
BBFILES += "${LAYERDIR}/recipes/*/*.bb ${LAYERDIR}/recipes/*/*.bbappend"
|
||
|
BBPATH .= ":${LAYERDIR}"
|
||
|
BBFILE_COLLECTIONS += "tp"
|
||
|
BBFILE_PRIORITY_tp = "20"
|
||
|
BBFILE_PATTERN_tp := "^${LAYERDIR}/"
|
||
|
#LICENSE_PATH += "${LAYERDIR}/files/tp-licenses"
|
||
|
LICENSE_DIR .= "${LAYERDIR}/files/tp-licenses"
|
||
|
SPDXLICENSEMAP[TPLink-Technologies-Inc.-Proprietary] = "TPLink-Technologies-Inc.-Proprietary"
|