23 lines
748 B
Plaintext
23 lines
748 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "meta-dcm"
|
|
BBFILE_PATTERN_meta-dcm = "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-dcm = "20"
|
|
|
|
LAYERDEPENDS_meta-dcm = "core stm-st-stm32mp"
|
|
LAYERSERIES_COMPAT_meta-dcm = "scarthgap kirkstone dunfell"
|
|
|
|
KERNEL_DTC_FLAGS = "-i ${STAGING_KERNEL_DIR}/include -i ${STAGING_KERNEL_DIR}/arch/arm/boot/dts/st -i ${STAGING_KERNEL_DIR}/scripts/dtc/include-prefixes"
|
|
|
|
#EXTRA_USERS_PARAMS = "useradd -m -s /bin/bash dipas; \
|
|
# usermod -P password dipas; \
|
|
# usermod -aG sudo dipas"
|
|
|
|
|
|
|