summaryrefslogtreecommitdiff
path: root/meta-yadro/conf
diff options
context:
space:
mode:
authorAlexander Filippov <a.filippov@yadro.com>2020-04-17 19:52:43 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-04-21 00:16:13 +0300
commit2a2102cc6e6ffe670cc5191da8d6e6af39c705b4 (patch)
treeaf3311f78bf38ea8e001d753e2aafac8a162b65f /meta-yadro/conf
parentfbf6e13bc1947f6d3ca92583a6da1e89191842cd (diff)
downloadopenbmc-2a2102cc6e6ffe670cc5191da8d6e6af39c705b4.tar.xz
meta-yadro: add obmc-yadro-fwupdate package
fwupdate is a command line tool for update firmware. (From meta-yadro rev: 2c9c5dfb227f695d50a8f3c950b1c0a8d3837fa5) Change-Id: I64633572b45a4793ee0a41a571c4e251ba221317 Signed-off-by: Alexander Filippov <a.filippov@yadro.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-yadro/conf')
-rw-r--r--meta-yadro/conf/layer.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-yadro/conf/layer.conf b/meta-yadro/conf/layer.conf
index 794ada888..09b216d95 100644
--- a/meta-yadro/conf/layer.conf
+++ b/meta-yadro/conf/layer.conf
@@ -1,6 +1,10 @@
# 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 += "yadro-layer"
BBFILE_PATTERN_yadro-layer = "^${LAYERDIR}/"
BBFILE_PATTERN_IGNORE_EMPTY_yadro-layer = "1"