mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
meta-ide-support: Add native qemu support for meta-ide-support
[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. (From OE-Core rev: 3ea597249c18d73417abe7d7a9d32bba00499914) Signed-off-by: Jessica Zhang <jessica.zhang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9a52725072
commit
04c2ee40f6
@@ -52,7 +52,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user