From 232e35eb40faf9ce8b3516bb5ea1986a8507db37 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 30 Aug 2015 18:49:11 +0200 Subject: Basic layer configuration --- .gitignore | 1 + conf/layer.conf | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitignore create mode 100644 conf/layer.conf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..8d53a76 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,7 @@ +BBPATH .= ":${LAYERDIR}" + +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "gluon" +BBFILE_PATTERN_gluon := "^${LAYERDIR}/" +BBFILE_PRIORITY_gluon = "8" -- cgit v1.2.3