From: Trevor Woerner <twoerner@gmail.com>
To: yocto@yoctoproject.org
Subject: [PATCH poky-extras] layer.conf: clarify comments
Date: Mon, 13 Aug 2012 21:50:19 -0400 [thread overview]
Message-ID: <1344909019-5708-1-git-send-email-twoerner@gmail.com> (raw)
From: Trevor Woerner <twoerner@gmail.com>
The recipes are no longer stored in a "packages" directory but in directories
under recipes-*.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
meta-kernel-dev/conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-kernel-dev/conf/layer.conf b/meta-kernel-dev/conf/layer.conf
index ea889e8..642d485 100644
--- a/meta-kernel-dev/conf/layer.conf
+++ b/meta-kernel-dev/conf/layer.conf
@@ -5,7 +5,7 @@ BB_DANGLINGAPPENDS_WARNONLY ?= "true"
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
-# We have a packages directory, add to BBFILES
+# We have recipes-* directories, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
--
1.7.10-rc3
next reply other threads:[~2012-08-14 1:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-14 1:50 Trevor Woerner [this message]
2012-08-14 5:01 ` [PATCH poky-extras] layer.conf: clarify comments Bruce Ashfield
2012-08-14 14:13 ` Trevor Woerner
2012-08-14 14:14 ` Bruce Ashfield
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1344909019-5708-1-git-send-email-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.