Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2][PULL] bitbake.conf: runqemu/deploy filter and XAUTHORITY
@ 2012-03-23 15:08 Dongxiao Xu
  2012-03-23 15:08 ` [PATCH 1/2] bitbake.conf: Define runnable and deployable pattern Dongxiao Xu
  2012-03-23 15:08 ` [PATCH 2/2] bitbake.conf: Add XAUTHORITY into config white list Dongxiao Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Dongxiao Xu @ 2012-03-23 15:08 UTC (permalink / raw)
  To: openembedded-core

Hi Richard,

This pull request is for runqemu/deploy filter and adding XAUTHORITY into parsing config white list, please help to review and pull.

Thanks,
Dongxiao

The following changes since commit d56177c59b5e237a501281d806724885456f0193:

  gdb-cross-canadian: Fix linking issues when python support is enabled (2012-03-23 14:00:43 +0000)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dxu4/hob-bugfix-oecore
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob-bugfix-oecore

Dongxiao Xu (2):
  bitbake.conf: Define runnable and deployable pattern
  bitbake.conf: Add XAUTHORITY into config white list

 meta/conf/bitbake.conf |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

-- 
1.7.4.1




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

* [PATCH 1/2] bitbake.conf: Define runnable and deployable pattern
  2012-03-23 15:08 [PATCH 0/2][PULL] bitbake.conf: runqemu/deploy filter and XAUTHORITY Dongxiao Xu
@ 2012-03-23 15:08 ` Dongxiao Xu
  2012-03-23 15:08 ` [PATCH 2/2] bitbake.conf: Add XAUTHORITY into config white list Dongxiao Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Dongxiao Xu @ 2012-03-23 15:08 UTC (permalink / raw)
  To: openembedded-core

Define runnable image type and machine pattern.
Define deployable image type.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 meta/conf/bitbake.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2b0e7ce..36f71d6 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -743,3 +743,8 @@ BB_HASHCONFIG_WHITELIST ?= "${BB_HASHBASE_WHITELIST} DATE TIME SESSION_MANAGER D
 
 MLPREFIX ??= ""
 MULTILIB_VARIANTS ??= ""
+
+RUNNABLE_IMAGE_TYPES ?= "ext2 ext3"
+RUNNABLE_MACHINE_PATTERNS ?= "qemu"
+
+DEPLOYABLE_IMAGE_TYPES ?= "hddimg iso" 
-- 
1.7.4.1




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

* [PATCH 2/2] bitbake.conf: Add XAUTHORITY into config white list
  2012-03-23 15:08 [PATCH 0/2][PULL] bitbake.conf: runqemu/deploy filter and XAUTHORITY Dongxiao Xu
  2012-03-23 15:08 ` [PATCH 1/2] bitbake.conf: Define runnable and deployable pattern Dongxiao Xu
@ 2012-03-23 15:08 ` Dongxiao Xu
  1 sibling, 0 replies; 3+ messages in thread
From: Dongxiao Xu @ 2012-03-23 15:08 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.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 36f71d6..b1d6360 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -739,7 +739,7 @@ BB_CONSOLELOG ?= "${TMPDIR}/cooker.log.${DATETIME}"
 # Setup our default hash policy
 BB_SIGNATURE_HANDLER ?= "OEBasic"
 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"
-BB_HASHCONFIG_WHITELIST ?= "${BB_HASHBASE_WHITELIST} DATE TIME SESSION_MANAGER DBUS_SESSION_BUS_ADDRESS SSH_AGENT_PID XDG_SESSION_COOKIE SSH_AUTH_SOCK"
+BB_HASHCONFIG_WHITELIST ?= "${BB_HASHBASE_WHITELIST} DATE TIME SESSION_MANAGER DBUS_SESSION_BUS_ADDRESS SSH_AGENT_PID XDG_SESSION_COOKIE SSH_AUTH_SOCK XAUTHORITY"
 
 MLPREFIX ??= ""
 MULTILIB_VARIANTS ??= ""
-- 
1.7.4.1




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

end of thread, other threads:[~2012-03-23 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-23 15:08 [PATCH 0/2][PULL] bitbake.conf: runqemu/deploy filter and XAUTHORITY Dongxiao Xu
2012-03-23 15:08 ` [PATCH 1/2] bitbake.conf: Define runnable and deployable pattern Dongxiao Xu
2012-03-23 15:08 ` [PATCH 2/2] bitbake.conf: Add XAUTHORITY into config white list Dongxiao Xu

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