* [PATCH 0/1] Whitelist parallel build variables
@ 2012-08-24 19:24 Mark Hatle
2012-08-24 19:24 ` [PATCH 1/1] bitbake.conf: add variables to exclude from hash Mark Hatle
2012-08-27 15:33 ` [PATCH 0/1] Whitelist parallel build variables Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Mark Hatle @ 2012-08-24 19:24 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 968cfc0b630fb409430a46b1512d6bf0de225ad1:
build-appliance-image: Add vmx* files and build zip file (2012-08-24 17:32:34 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib mhatle/whitelist
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mhatle/whitelist
Mark Hatle (1):
bitbake.conf: add variables to exclude from hash.
meta/conf/bitbake.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.3.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] bitbake.conf: add variables to exclude from hash.
2012-08-24 19:24 [PATCH 0/1] Whitelist parallel build variables Mark Hatle
@ 2012-08-24 19:24 ` Mark Hatle
2012-08-27 15:33 ` [PATCH 0/1] Whitelist parallel build variables Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Mark Hatle @ 2012-08-24 19:24 UTC (permalink / raw)
To: openembedded-core
The parallelism flags should not change the parse hash.
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
meta/conf/bitbake.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index ad98756..7dfeda3 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -762,7 +762,7 @@ BB_CONSOLELOG ?= "${LOG_DIR}/cooker/${MACHINE}/${DATETIME}.log"
# Setup our default hash policy
BB_SIGNATURE_HANDLER ?= "OEBasicHash"
BB_HASHBASE_WHITELIST ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR SSTATE_DIR THISDIR FILESEXTRAPATHS FILE_DIRNAME HOME LOGNAME SHELL TERM USER FILESPATH STAGING_DIR_HOST STAGING_DIR_TARGET COREBASE PRSERV_HOST PRSERV_PORT PRSERV_DUMPDIR PRSERV_DUMPFILE PRSERV_LOCKDOWN PARALLEL_MAKE CCACHE_DIR EXTERNAL_TOOLCHAIN CCACHE"
-BB_HASHCONFIG_WHITELIST ?= "${BB_HASHBASE_WHITELIST} DATE TIME SESSION_MANAGER DBUS_SESSION_BUS_ADDRESS SSH_AGENT_PID XDG_SESSION_COOKIE SSH_AUTH_SOCK XAUTHORITY PSEUDO_BUILD BB_ENV_EXTRAWHITE DISABLE_SANITY_CHECKS"
+BB_HASHCONFIG_WHITELIST ?= "${BB_HASHBASE_WHITELIST} DATE TIME SESSION_MANAGER DBUS_SESSION_BUS_ADDRESS SSH_AGENT_PID XDG_SESSION_COOKIE SSH_AUTH_SOCK XAUTHORITY PSEUDO_BUILD BB_ENV_EXTRAWHITE DISABLE_SANITY_CHECKS PARALLEL_MAKE BB_NUMBER_THREADS"
BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc defaultval _append _prepend deps depends lockfiles type vardepsexclude \
vardeps vardepvalue file-checksums python func task export unexport noexec \
nostamp dirs cleandirs sstate-lockfile-shared prefuncs postfuncs export_func \
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] Whitelist parallel build variables
2012-08-24 19:24 [PATCH 0/1] Whitelist parallel build variables Mark Hatle
2012-08-24 19:24 ` [PATCH 1/1] bitbake.conf: add variables to exclude from hash Mark Hatle
@ 2012-08-27 15:33 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-08-27 15:33 UTC (permalink / raw)
To: Mark Hatle; +Cc: openembedded-core
On 08/24/2012 12:24 PM, Mark Hatle wrote:
> The following changes since commit 968cfc0b630fb409430a46b1512d6bf0de225ad1:
>
> build-appliance-image: Add vmx* files and build zip file (2012-08-24 17:32:34 +0100)
>
> are available in the git repository at:
> git://git.yoctoproject.org/poky-contrib mhatle/whitelist
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mhatle/whitelist
>
> Mark Hatle (1):
> bitbake.conf: add variables to exclude from hash.
>
> meta/conf/bitbake.conf | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-08-27 15:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24 19:24 [PATCH 0/1] Whitelist parallel build variables Mark Hatle
2012-08-24 19:24 ` [PATCH 1/1] bitbake.conf: add variables to exclude from hash Mark Hatle
2012-08-27 15:33 ` [PATCH 0/1] Whitelist parallel build variables Saul Wold
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.