Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] templates/layer.conf: remove backslash to enable bbappend setting
@ 2017-11-24  4:57 Chen Qi
  2017-11-24  4:57 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2017-11-24  4:57 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 72867393fe2004ab9f0ee23eb09a975c82938b9e:

  runqemu: Also specialcase resolution of '.' to the file's location (2017-11-21 17:58:41 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/template-layer-conf
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/template-layer-conf

Chen Qi (1):
  templates/layer.conf: remove backslash to enable bbappend setting

 meta/lib/bblayers/templates/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1



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

* [PATCH 1/1] templates/layer.conf: remove backslash to enable bbappend setting
  2017-11-24  4:57 [PATCH 0/1] templates/layer.conf: remove backslash to enable bbappend setting Chen Qi
@ 2017-11-24  4:57 ` Chen Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2017-11-24  4:57 UTC (permalink / raw)
  To: openembedded-core

Remove the redundant backslash in template layer.conf file, otherwise,
the bbappend line setting wouldn't have effect, causing bbappend files
in these created layers not having any effect.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/lib/bblayers/templates/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/bblayers/templates/layer.conf b/meta/lib/bblayers/templates/layer.conf
index e0d9ba2..3c03002 100644
--- a/meta/lib/bblayers/templates/layer.conf
+++ b/meta/lib/bblayers/templates/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 += "%s"
-- 
1.9.1



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

end of thread, other threads:[~2017-11-24  4:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-24  4:57 [PATCH 0/1] templates/layer.conf: remove backslash to enable bbappend setting Chen Qi
2017-11-24  4:57 ` [PATCH 1/1] " Chen Qi

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