From 81db6fbd81427ad67465ed313edf8a776cd46e76 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 26 Aug 2021 16:44:54 +0200 Subject: [PATCH] Move vnstat into "backports" directory Making it clear that it was backported from a more recent release of the networking layer. BugzID: 74466 --- .../networking-layer/recipes-support}/vnstat/vnstat_2.6.bb | 0 conf/layer.conf | 2 ++ 2 files changed, 2 insertions(+) rename {recipes-support => backports/networking-layer/recipes-support}/vnstat/vnstat_2.6.bb (100%) diff --git a/recipes-support/vnstat/vnstat_2.6.bb b/backports/networking-layer/recipes-support/vnstat/vnstat_2.6.bb similarity index 100% rename from recipes-support/vnstat/vnstat_2.6.bb rename to backports/networking-layer/recipes-support/vnstat/vnstat_2.6.bb diff --git a/conf/layer.conf b/conf/layer.conf index a037e5c..88151f2 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -5,6 +5,8 @@ BBPATH .= ":${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend \ ${LAYERDIR}/bbappends/*/recipes-*/*/*.bbappend \ + ${LAYERDIR}/backports/*/recipes-*/*/*.bb \ + ${LAYERDIR}/backports/*/recipes-*/*/*.bbappend \ " BBFILE_COLLECTIONS += "netmodule-distro"