[oe-commits] Chen Qi : populate_sdk_ext: don't remove the native qemu dependencies

git at git.openembedded.org git at git.openembedded.org
Tue Aug 25 22:28:18 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 4e7628247bbfc3298da238ff5af3bf8b3f44f6a8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4e7628247bbfc3298da238ff5af3bf8b3f44f6a8

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Wed Jul 29 17:02:57 2015 +0800

populate_sdk_ext: don't remove the native qemu dependencies

These dependencies were deliberately removed because it was assumed that
they were provided by nativesdk packages. On the one hand, nativesdk packages
in extensible SDK don't have these packages; on the other hand, even if we
add these nativesdk packages, they are still not useful because we we need
runqemu to run correctly.

So we don't remove these native qemu dependencies.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>

---

 meta/classes/populate_sdk_ext.bbclass | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index da5ec2c..df87edb 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -137,11 +137,6 @@ python copy_buildsystem () {
         # Some classes are not suitable for SDK, remove them from INHERIT
         f.write('INHERIT_remove = "%s"\n' % d.getVar('SDK_INHERIT_BLACKLIST'))
     
-        # This is a bit of a hack, but we really don't want these dependencies
-        # (we're including them in the SDK as nativesdk- versions instead)
-        f.write('POKYQEMUDEPS_forcevariable = ""\n\n')
-        f.write('EXTRA_IMAGEDEPENDS_remove = "qemu-native qemu-helper-native"\n\n')
-
         # Bypass the default connectivity check if any
         f.write('CONNECTIVITY_CHECK_URIS = ""\n\n')
 



More information about the Openembedded-commits mailing list