From e5e9b5ce7ce369e5a713539ba1ac1ce632657618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 26 Sep 2013 22:27:36 +0200 Subject: [PATCH] initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- README | 9 +++++++++ conf/layer.conf | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 README create mode 100644 conf/layer.conf diff --git a/README b/README new file mode 100644 index 0000000..91a82fa --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +OE layer for all in midlife crisis + +This layer depends on: + +URI: git://git.openembedded.org/openembedded-core +branch: master +revision: HEAD + +Layer maintainer: Andreas Müller diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..3daf3e1 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,9 @@ +# We have a conf directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb" + +BBFILE_COLLECTIONS += "meta-retro" +BBFILE_PATTERN_meta-retro := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-retro = "10"