Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] meta-skeleton: layer.conf should also have .bbappend in BBFILES
@ 2013-08-13 16:44 Saul Wold
  2013-08-13 16:44 ` [PATCH 2/2] meta-skeleton: Add busybox config fragment example Saul Wold
  0 siblings, 1 reply; 3+ messages in thread
From: Saul Wold @ 2013-08-13 16:44 UTC (permalink / raw)
  To: openembedded-core

This will allow for an example recipe with a .bbappend to be found, such as
busybox or kernel configure fragments.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta-skeleton/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf
index 99830d8..aca1633 100644
--- a/meta-skeleton/conf/layer.conf
+++ b/meta-skeleton/conf/layer.conf
@@ -2,7 +2,7 @@
 BBPATH .= ":${LAYERDIR}"
 
 # We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "skeleton"
 BBFILE_PATTERN_skeleton = "^${LAYERDIR}/"
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-13 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-13 16:44 [PATCH 1/2] meta-skeleton: layer.conf should also have .bbappend in BBFILES Saul Wold
2013-08-13 16:44 ` [PATCH 2/2] meta-skeleton: Add busybox config fragment example Saul Wold
2013-08-13 17:18   ` Darren Hart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox