42 lines
1.6 KiB
Plaintext
42 lines
1.6 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"
|
|
|
|
BBFILE_COLLECTIONS += "digi-arm"
|
|
BBFILE_PATTERN_digi-arm := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_digi-arm = "5"
|
|
|
|
LAYERDEPENDS_digi-arm = "core freescale-layer"
|
|
|
|
LAYERSERIES_COMPAT_digi-arm = "gatesgarth"
|
|
|
|
# Define new EULAs and add them to the list defined in meta-freescale.
|
|
# See fsl-eula-unpack.bbclass.
|
|
FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V13 = "1b4db4b25c3a1e422c0c0ed64feb65d2"
|
|
FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V19 = "a632fefd1c359980434f9389833cab3a"
|
|
FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V22 = "3c3fe2b904fd694f28d2f646ee16dddb"
|
|
FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V25 = "f35df765ff17e69043ea21f350e3229c"
|
|
FSL_EULA_FILE_MD5SUMS_append = " \
|
|
${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V13} \
|
|
${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V19} \
|
|
${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V22} \
|
|
${FSL_EULA_FILE_MD5SUM_LA_OPT_NXP_SOFTWARE_LICENSE_V25} \
|
|
"
|
|
|
|
# Digi's General and Open Source license agreements
|
|
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
|
DIGI_OPEN_EULA_FILE = "${LAYERDIR}/DIGI_OPEN_EULA"
|
|
|
|
# Additional license directories
|
|
LICENSE_PATH += "${LAYERDIR}/custom-licenses"
|
|
|
|
DIGI_LOG_GIT ?= "git://log-sln-git.digi.com/"
|
|
DIGI_MTK_GIT ?= "git://stash.digi.com/"
|
|
DIGI_GIT ?= "${DIGI_LOG_GIT}"
|
|
DIGI_PKG_SRC ?= "https://ftp1.digi.com/support/digiembeddedyocto/source"
|
|
|
|
DIGI_GITHUB_GIT ?= "git://github.com/digi-embedded"
|