Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH V2 0/1] meta-ide-support: Add native qemu support for meta-ide-support
@ 2012-07-16 23:49 Jessica Zhang
  2012-07-16 23:49 ` [PATCH 1/1] " Jessica Zhang
  2012-07-19  7:44 ` [PATCH V2 0/1] " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Jessica Zhang @ 2012-07-16 23:49 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 35ebbe234997e85d6aa47a77d98f815a4d9dafff:

  Merge branch 'master' of git://git.yoctoproject.org/poky (2012-07-16 10:44:49 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jzhang/2761-v2
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=master

Jessica Zhang (1):
  meta-ide-support: Add native qemu support for meta-ide-support

 meta/classes/toolchain-scripts.bbclass     |    2 +-
 meta/recipes-core/meta/meta-ide-support.bb |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.7.7




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

* [PATCH 1/1] meta-ide-support: Add native qemu support for meta-ide-support
  2012-07-16 23:49 [PATCH V2 0/1] meta-ide-support: Add native qemu support for meta-ide-support Jessica Zhang
@ 2012-07-16 23:49 ` Jessica Zhang
  2012-07-19  7:44 ` [PATCH V2 0/1] " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Jessica Zhang @ 2012-07-16 23:49 UTC (permalink / raw)
  To: openembedded-core

[YOCTO #2761]

This patch fixed the issue that after "bitbake meta-ide-support" and try to start qemu and it will fail.  This is due to the meta-ide-support lacking dependency for qemu native and ended up using qemu under /usr/bin.  Fix the issue by adding dependency for qemu native in meta-ide-support and also add the path info in the environment-setup script.

Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
---
 meta/classes/toolchain-scripts.bbclass     |    2 +-
 meta/recipes-core/meta/meta-ide-support.bb |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass
index bedcd61..0a0ac47 100644
--- a/meta/classes/toolchain-scripts.bbclass
+++ b/meta/classes/toolchain-scripts.bbclass
@@ -43,7 +43,7 @@ toolchain_create_tree_env_script () {
 	script=${TMPDIR}/environment-setup-${REAL_MULTIMACH_TARGET_SYS}
 	rm -f $script
 	touch $script
-	echo 'export PATH=${PATH}' >> $script
+	echo 'export PATH=${STAGING_DIR_NATIVE}/usr/bin:${PATH}' >> $script
 	echo 'export PKG_CONFIG_SYSROOT_DIR=${PKG_CONFIG_SYSROOT_DIR}' >> $script
 	echo 'export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}' >> $script
 
diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb
index 326b25a..130b1c9 100644
--- a/meta/recipes-core/meta/meta-ide-support.bb
+++ b/meta/recipes-core/meta/meta-ide-support.bb
@@ -3,8 +3,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
-DEPENDS = "virtual/libc gdb-cross qemu-helper-native unfs-server-native"
-PR = "r2"
+DEPENDS = "virtual/libc gdb-cross qemu-native qemu-helper-native unfs-server-native"
+PR = "r3"
 
 inherit meta toolchain-scripts
 
-- 
1.7.7




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

* Re: [PATCH V2 0/1] meta-ide-support: Add native qemu support for meta-ide-support
  2012-07-16 23:49 [PATCH V2 0/1] meta-ide-support: Add native qemu support for meta-ide-support Jessica Zhang
  2012-07-16 23:49 ` [PATCH 1/1] " Jessica Zhang
@ 2012-07-19  7:44 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-07-19  7:44 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 07/16/2012 04:49 PM, Jessica Zhang wrote:
> The following changes since commit 35ebbe234997e85d6aa47a77d98f815a4d9dafff:
>
>    Merge branch 'master' of git://git.yoctoproject.org/poky (2012-07-16 10:44:49 -0700)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib jzhang/2761-v2
>    http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=master
>
> Jessica Zhang (1):
>    meta-ide-support: Add native qemu support for meta-ide-support
>
>   meta/classes/toolchain-scripts.bbclass     |    2 +-
>   meta/recipes-core/meta/meta-ide-support.bb |    4 ++--
>   2 files changed, 3 insertions(+), 3 deletions(-)
>


Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2012-07-19  7:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16 23:49 [PATCH V2 0/1] meta-ide-support: Add native qemu support for meta-ide-support Jessica Zhang
2012-07-16 23:49 ` [PATCH 1/1] " Jessica Zhang
2012-07-19  7:44 ` [PATCH V2 0/1] " Saul Wold

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