From 6f425c211120d1ec81bef07a0b557ddbcfc00a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 28 Sep 2018 11:56:32 +0200 Subject: [PATCH] Make sure we accept bbappends in appends folder only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Have only one folder for appends * Ensure it is under layer dynamic handling Signed-off-by: Andreas Müller --- conf/layer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index f77baf3..5759f8d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -1,8 +1,8 @@ # We have a conf and classes directory, append to BBPATH BBPATH .= ":${LAYERDIR}" -# We have a recipes directory, add to BBFILES -BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" +# We have recipes directories, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb" BBFILE_COLLECTIONS += "angstrom-layer" BBFILE_PATTERN_angstrom-layer := "^${LAYERDIR}/"