diff options
| author | Joe MacDonald <joe.macdonald@windriver.com> | 2012-08-27 00:35:17 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-27 14:16:45 +0200 |
| commit | 213f18c766af0e7abe0a8e85137214af770456d4 (patch) | |
| tree | 57fcf9b01c4d181f26ecfa6403142e651f0a2542 /meta-networking/conf | |
| parent | 39efb7357fbea52c2208dbfb2f94f8ef8f7827be (diff) | |
| download | meta-openembedded-213f18c766af0e7abe0a8e85137214af770456d4.tar.gz | |
meta-networking: add layer
A home for networking-related packages. This includes protocol support,
servers / daemons and utilities.
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-networking/conf')
| -rw-r--r-- | meta-networking/conf/layer.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
| 1 | # We have a conf and classes directory, add to BBPATH | ||
| 2 | BBPATH := "${BBPATH}:${LAYERDIR}" | ||
| 3 | |||
| 4 | # We have a packages directory, add to BBFILES | ||
| 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | ||
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
| 7 | |||
| 8 | BBFILE_COLLECTIONS += "networking" | ||
| 9 | BBFILE_PATTERN_networking := "^${LAYERDIR}/" | ||
| 10 | BBFILE_PRIORITY_networking = "5" | ||
| 11 | |||
