aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2015-07-29 17:02:57 +0800
committerChen Qi <Qi.Chen@windriver.com>2015-08-20 15:04:10 +0800
commit8fcfab3d05d933e87d9eb222429a1dbed93c613f (patch)
tree517ddd928bce8cf6a89193abeb8423080f75d281
parente4763d07e967de6f5e64122c44f7851790686742 (diff)
downloadopenembedded-core-contrib-8fcfab3d05d933e87d9eb222429a1dbed93c613f.tar.gz
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@windriver.com>
-rw-r--r--meta/classes/populate_sdk_ext.bbclass5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass
index da5ec2c33e..df87edb86f 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')