diff options
author | Trevor Woerner <twoerner@gmail.com> | 2012-08-13 21:50:37 -0400 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2012-08-15 15:43:01 -0700 |
commit | 50b22497cb34c3502f3dca1407aecdcd4dfc52b1 (patch) | |
tree | 689c1b2c2012df30cc22c07e05835802c7a4ece4 /meta-n450/conf | |
parent | f37b185f253091d32e24ad00f9465160e86ac833 (diff) | |
download | meta-intel-50b22497cb34c3502f3dca1407aecdcd4dfc52b1.tar.gz |
layer.conf: Clarify BBFILES comments regarding recipe-* directories
The recipes are no longer stored in a "packages" directory but in
directories under recipes-*.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-n450/conf')
-rw-r--r-- | meta-n450/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-n450/conf/layer.conf b/meta-n450/conf/layer.conf index 2c905c27..4481121f 100644 --- a/meta-n450/conf/layer.conf +++ b/meta-n450/conf/layer.conf | |||
@@ -1,7 +1,7 @@ | |||
1 | # We have a conf and classes directory, add to BBPATH | 1 | # We have a conf and classes directory, add to BBPATH |
2 | BBPATH := "${BBPATH}:${LAYERDIR}" | 2 | BBPATH := "${BBPATH}:${LAYERDIR}" |
3 | 3 | ||
4 | # We have a packages directory, add to BBFILES | 4 | # We have recipes-* directories, add to BBFILES |
5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ |
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
7 | 7 | ||