From 213f18c766af0e7abe0a8e85137214af770456d4 Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Mon, 27 Aug 2012 00:35:17 +0000 Subject: meta-networking: add layer A home for networking-related packages. This includes protocol support, servers / daemons and utilities. Signed-off-by: Joe MacDonald Signed-off-by: Koen Kooi --- meta-networking/conf/layer.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-networking/conf/layer.conf (limited to 'meta-networking/conf') diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf new file mode 100644 index 0000000000..f26a172654 --- /dev/null +++ b/meta-networking/conf/layer.conf @@ -0,0 +1,11 @@ +# We have a conf and classes directory, add to BBPATH +BBPATH := "${BBPATH}:${LAYERDIR}" + +# We have a packages directory, add to BBFILES +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" + +BBFILE_COLLECTIONS += "networking" +BBFILE_PATTERN_networking := "^${LAYERDIR}/" +BBFILE_PRIORITY_networking = "5" + -- cgit v1.2.3-54-g00ecf