41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
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"
|
|
|
|
BBFILES_DYNAMIC += " \
|
|
webkit:${LAYERDIR}/dynamic-layers/webkit/*/*/*.bb \
|
|
webkit:${LAYERDIR}/dynamic-layers/webkit/*/*/*.bbappend \
|
|
selinux:${LAYERDIR}/dynamic-layers/selinux/*/*/*.bb \
|
|
selinux:${LAYERDIR}/dynamic-layers/selinux/*/*/*.bbappend \
|
|
freescale-layer:${LAYERDIR}/dynamic-layers/freescale-layer/*/*/*.bb \
|
|
freescale-layer:${LAYERDIR}/dynamic-layers/freescale-layer/*/*/*.bbappend \
|
|
stm-st-stm32mp:${LAYERDIR}/dynamic-layers/stm-st-stm32mp/*/*/*.bb \
|
|
stm-st-stm32mp:${LAYERDIR}/dynamic-layers/stm-st-stm32mp/*/*/*.bbappend \
|
|
"
|
|
|
|
BBFILE_COLLECTIONS += "digi-dey"
|
|
BBFILE_PATTERN_digi-dey := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_digi-dey = "6"
|
|
|
|
LAYERDEPENDS_digi-dey = "core digi-arm"
|
|
LAYERDEPENDS_digi-dey += "openembedded-layer networking-layer webserver qt5-layer swupdate"
|
|
|
|
LAYERSERIES_COMPAT_digi-dey = "kirkstone"
|
|
|
|
META_DIGI_SCRIPTS = "${LAYERDIR}/../scripts"
|
|
|
|
# Digi's General and Open Source license agreements
|
|
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
|
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
|
|
|
# Digi mirror for packages vanished upstream
|
|
DIGI_MIRROR ?= "https://ftp1.digi.com/support/digiembeddedyocto/mirror/"
|
|
MIRRORS += "\
|
|
ftp://.*/.* ${DIGI_MIRROR} \n \
|
|
http://.*/.* ${DIGI_MIRROR} \n \
|
|
https://.*/.* ${DIGI_MIRROR} \n \
|
|
"
|