* [PATCH 0/1] buildtools-tarball.bb: set TOOLCHAIN_NEED_CONFIGSITE_CACHE to null
@ 2016-04-13 9:10 Robert Yang
2016-04-13 9:10 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-04-13 9:10 UTC (permalink / raw)
To: openembedded-core
The following changes since commit b3afe7d9bd25a943e947de3ec064ea245173c5a8:
archiver: Ensure sstate-inputdir directory is created (2016-04-12 22:46:48 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/bt
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/bt
Robert Yang (1):
buildtools-tarball.bb: set TOOLCHAIN_NEED_CONFIGSITE_CACHE to null
meta/recipes-core/meta/buildtools-tarball.bb | 3 +++
1 file changed, 3 insertions(+)
--
2.8.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] buildtools-tarball.bb: set TOOLCHAIN_NEED_CONFIGSITE_CACHE to null
2016-04-13 9:10 [PATCH 0/1] buildtools-tarball.bb: set TOOLCHAIN_NEED_CONFIGSITE_CACHE to null Robert Yang
@ 2016-04-13 9:10 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-04-13 9:10 UTC (permalink / raw)
To: openembedded-core
buildtools-tarball doesn't need config site, set
TOOLCHAIN_NEED_CONFIGSITE_CACHE to null so that no target recipes will
be built when bitbake buildtools-tarball.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/recipes-core/meta/buildtools-tarball.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 9e05390..7186ac4 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -64,3 +64,6 @@ create_sdk_files_append () {
echo '[ $? != 0 ] && export BB_ENV_EXTRAWHITE="NO32LIBS $BB_ENV_EXTRAWHITE"' >>$script
fi
}
+
+# buildtools-tarball doesn't need config site
+TOOLCHAIN_NEED_CONFIGSITE_CACHE = ""
--
2.8.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-13 9:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-13 9:10 [PATCH 0/1] buildtools-tarball.bb: set TOOLCHAIN_NEED_CONFIGSITE_CACHE to null Robert Yang
2016-04-13 9:10 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox