From 800a672d4d1c5e792699c3674ad8b91a8048a3d7 Mon Sep 17 00:00:00 2001 From: Tobias Poganiuch <tobias.poganiuch@garz-fricke.com> Date: Tue, 3 May 2022 13:07:33 +0200 Subject: [PATCH] layer: Updated layer.conf to Kirkstone --- conf/layer.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 4c06fdd5..6bf9c7ad 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -2,16 +2,19 @@ BBPATH .= ":${LAYERDIR}" # We have a packages directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*.bbappend \ - ${LAYERDIR}/recipes-*/*/*/*.bb \ - ${LAYERDIR}/recipes-*/*/*/*.bbappend" +BBFILES += " \ + ${LAYERDIR}/classes/*.bbclass \ + ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend \ + ${LAYERDIR}/recipes-*/*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*/*.bbappend \ +" BBFILE_COLLECTIONS += "guf-distro" BBFILE_PATTERN_guf-distro := "^${LAYERDIR}/" BBFILE_PRIORITY_guf-distro = "7" -LAYERSERIES_COMPAT_guf-distro = "dunfell" +LAYERSERIES_COMPAT_guf-distro = "kirkstone" BBFILES_DYNAMIC += " \ freescale-layer:${LAYERDIR}/dynamic-layers/freescale-layer/*/*/*.bb \ -- GitLab