commit e5e9b5ce7ce369e5a713539ba1ac1ce632657618 Author: Andreas Müller Date: Thu Sep 26 22:27:36 2013 +0200 initial commit Signed-off-by: Andreas Müller 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"