* [PATCH 0/1] bblayers.conf.sample: update BBPATH to use BBPATH_EXTRA
@ 2016-04-25 8:50 Robert Yang
2016-04-25 8:50 ` [PATCH 1/1] " Robert Yang
2016-05-24 2:22 ` [PATCH 0/1] " Robert Yang
0 siblings, 2 replies; 3+ messages in thread
From: Robert Yang @ 2016-04-25 8:50 UTC (permalink / raw)
To: poky
The following changes since commit a9b503b268e94d311f892fa00c5d6bd9ffdb228e:
license.bbclass: make sure that image manifest dir exists (2016-04-22 16:28:57 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib rbt/bbpath
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/bbpath
Robert Yang (1):
bblayers.conf.sample: update BBPATH to use BBPATH_EXTRA
meta-poky/conf/bblayers.conf.sample | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.8.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] bblayers.conf.sample: update BBPATH to use BBPATH_EXTRA
2016-04-25 8:50 [PATCH 0/1] bblayers.conf.sample: update BBPATH to use BBPATH_EXTRA Robert Yang
@ 2016-04-25 8:50 ` Robert Yang
2016-05-24 2:22 ` [PATCH 0/1] " Robert Yang
1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2016-04-25 8:50 UTC (permalink / raw)
To: poky
So that user can easily make their own conf files such as conf/site.conf
When user sets BBPATH_EXTRA in env to their own dir which contains
conf/site.conf, it will work.
Note, BBPATH_EXTRA must end with ":", we can't set BBPATH as
"${BBPATH_EXTRA}:${TOPDIR}" since the sanity would fail when
BBPATH_EXTRA is null.
[YOCTO #7837]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta-poky/conf/bblayers.conf.sample | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta-poky/conf/bblayers.conf.sample b/meta-poky/conf/bblayers.conf.sample
index 8b1cbdf..3857656 100644
--- a/meta-poky/conf/bblayers.conf.sample
+++ b/meta-poky/conf/bblayers.conf.sample
@@ -2,7 +2,8 @@
# changes incompatibly
POKY_BBLAYERS_CONF_VERSION = "2"
-BBPATH = "${TOPDIR}"
+BBPATH_EXTRA ??= ""
+BBPATH = "${BBPATH_EXTRA}${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
--
2.8.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 0/1] bblayers.conf.sample: update BBPATH to use BBPATH_EXTRA
2016-04-25 8:50 [PATCH 0/1] bblayers.conf.sample: update BBPATH to use BBPATH_EXTRA Robert Yang
2016-04-25 8:50 ` [PATCH 1/1] " Robert Yang
@ 2016-05-24 2:22 ` Robert Yang
1 sibling, 0 replies; 3+ messages in thread
From: Robert Yang @ 2016-05-24 2:22 UTC (permalink / raw)
To: poky
ping.
// Robert
On 04/25/2016 04:50 PM, Robert Yang wrote:
> The following changes since commit a9b503b268e94d311f892fa00c5d6bd9ffdb228e:
>
> license.bbclass: make sure that image manifest dir exists (2016-04-22 16:28:57 +0100)
>
> are available in the git repository at:
>
> git://git.pokylinux.org/poky-contrib rbt/bbpath
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/bbpath
>
> Robert Yang (1):
> bblayers.conf.sample: update BBPATH to use BBPATH_EXTRA
>
> meta-poky/conf/bblayers.conf.sample | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-24 2:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25 8:50 [PATCH 0/1] bblayers.conf.sample: update BBPATH to use BBPATH_EXTRA Robert Yang
2016-04-25 8:50 ` [PATCH 1/1] " Robert Yang
2016-05-24 2:22 ` [PATCH 0/1] " Robert Yang
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.