All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1][PULL] Hob2: Yocto specific changes
@ 2012-02-23 13:49 Dongxiao Xu
  2012-02-23 13:49 ` [PATCH 1/1] scripts/hob: Launch the new hob Dongxiao Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Dongxiao Xu @ 2012-02-23 13:49 UTC (permalink / raw)
  To: poky

Hi Richard,

This pull request is Hob2 related Yocto specific changes, please help to review and pull.

Note that this pull request has dependency on the following pull requests:

 - hob2-bitbake-changes
 - hob2-oecore-changes
 - hob2

Thanks,
Dongxiao

The following changes since commit 869cf1102d0ebf795c5f2aaa0bf465fab8801a74:

  Hob: A new implemetation for Human Oriented Builder (2012-02-23 21:14:26 +0800)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dxu4/hob2-yocto-changes
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/hob2-yocto-changes

Dongxiao Xu (1):
  scripts/hob: Launch the new hob

 scripts/hob |   30 +-----------------------------
 1 files changed, 1 insertions(+), 29 deletions(-)

-- 
1.7.4.1



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

* [PATCH 1/1] scripts/hob: Launch the new hob
  2012-02-23 13:49 [PATCH 0/1][PULL] Hob2: Yocto specific changes Dongxiao Xu
@ 2012-02-23 13:49 ` Dongxiao Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Dongxiao Xu @ 2012-02-23 13:49 UTC (permalink / raw)
  To: poky

Change the scripts to launch the new Hob.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
 scripts/hob |   30 +-----------------------------
 1 files changed, 1 insertions(+), 29 deletions(-)

diff --git a/scripts/hob b/scripts/hob
index 480413b..ee80cb3 100755
--- a/scripts/hob
+++ b/scripts/hob
@@ -1,33 +1,5 @@
 #!/usr/bin/env bash
-if ! (test -r "$BUILDDIR/conf/hob-pre.conf"); then
-    cat <<EOM
-You had no conf/hob-pre.conf file. An initial version of this configuration
-file has therefore been created for you. This file will be used to store
-configuration values you set in hob.
-
-EOM
-touch conf/hob-pre.conf
-fi
-
-if ! (test -r "$BUILDDIR/conf/hob-post.conf"); then
-    cat <<EOM
-You had no conf/hob-post.conf file. An initial version of this configuration
-file has therefore been created for you. This file will be used to store
-configuration values you set in hob.
-
-EOM
-(cat <<EOF
-INHERIT += "image_types"
-EOF
-) > conf/hob-post.conf
-fi
-
-# Users don't like to launch GUI's and see a bunch of text whiz by, notify them
-if [ ! -e "$BUILDDIR/pseudodone" ]; then
-    echo "Before we can launch the GUI we need to build some native tools required for running"
-fi
-
-bitbake -r conf/hob-pre.conf -R conf/hob-post.conf -u hob
+bitbake -u hob
 
 ret=$?
 exit $ret
-- 
1.7.4.1



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

end of thread, other threads:[~2012-02-23 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23 13:49 [PATCH 0/1][PULL] Hob2: Yocto specific changes Dongxiao Xu
2012-02-23 13:49 ` [PATCH 1/1] scripts/hob: Launch the new hob Dongxiao Xu

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.