From c1dd1f84dbee8ffe2db531a745bfc3b58c185fdb Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 3 Jun 2012 10:07:58 +0200 Subject: Initial commit --- conf/layer.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/layer.conf (limited to 'conf/layer.conf') diff --git a/conf/layer.conf b/conf/layer.conf new file mode 100644 index 0000000..3b1e852 --- /dev/null +++ b/conf/layer.conf @@ -0,0 +1,9 @@ +# We have a conf and classes directory, append to BBPATH +BBPATH .= ":${LAYERDIR}" + +# We have a recipes directory, add to BBFILES +BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" + +BBFILE_COLLECTIONS += "meta-toradex" +BBFILE_PATTERN_meta-toradex := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-toradex = "99" -- cgit v1.2.3