Skip to content
Snippets Groups Projects
Commit 800a672d authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

layer: Updated layer.conf to Kirkstone

parent cd4ba05b
No related branches found
No related tags found
1 merge request!307Convert overrides
...@@ -2,16 +2,19 @@ ...@@ -2,16 +2,19 @@
BBPATH .= ":${LAYERDIR}" BBPATH .= ":${LAYERDIR}"
# We have a packages directory, add to BBFILES # We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILES += " \
${LAYERDIR}/recipes-*/*/*.bbappend \ ${LAYERDIR}/classes/*.bbclass \
${LAYERDIR}/recipes-*/*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*/*.bbappend" ${LAYERDIR}/recipes-*/*/*.bbappend \
${LAYERDIR}/recipes-*/*/*/*.bb \
${LAYERDIR}/recipes-*/*/*/*.bbappend \
"
BBFILE_COLLECTIONS += "guf-distro" BBFILE_COLLECTIONS += "guf-distro"
BBFILE_PATTERN_guf-distro := "^${LAYERDIR}/" BBFILE_PATTERN_guf-distro := "^${LAYERDIR}/"
BBFILE_PRIORITY_guf-distro = "7" BBFILE_PRIORITY_guf-distro = "7"
LAYERSERIES_COMPAT_guf-distro = "dunfell" LAYERSERIES_COMPAT_guf-distro = "kirkstone"
BBFILES_DYNAMIC += " \ BBFILES_DYNAMIC += " \
freescale-layer:${LAYERDIR}/dynamic-layers/freescale-layer/*/*/*.bb \ freescale-layer:${LAYERDIR}/dynamic-layers/freescale-layer/*/*/*.bb \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment