[oe-commits] Hongxu Jia : classes/image: remove obsolete MULTILIB_VENDORS

git at git.openembedded.org git at git.openembedded.org
Tue Nov 4 10:28:54 UTC 2014


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

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Thu Oct 16 15:19:20 2014 +0800

classes/image: remove obsolete MULTILIB_VENDORS

In oe-core commit 03c5f39b4d7dd8c81e0a130b7d5884e5af039a24,
it removed obsolete codes about variable MULTILIB_VENDORS.

We clean up the rest obsolete codes related with
MULTILIB_VENDORS

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/classes/image.bbclass | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 940bdb6..fc08653 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -145,17 +145,6 @@ python () {
 
     d.setVar('IMAGE_FEATURES', ' '.join(list(remain_features)))
 
-    # Ensure we have the vendor list for complementary package handling
-    ml_vendor_list = ""
-    multilibs = d.getVar('MULTILIBS', True) or ""
-    for ext in multilibs.split():
-        eext = ext.split(':')
-        if len(eext) > 1 and eext[0] == 'multilib':
-            localdata = bb.data.createCopy(d)
-            vendor = localdata.getVar("TARGET_VENDOR_virtclass-multilib-" + eext[1], False)
-            ml_vendor_list += " " + vendor
-    d.setVar('MULTILIB_VENDORS', ml_vendor_list)
-
     check_image_features(d)
     initramfs_image = d.getVar('INITRAMFS_IMAGE', True) or ""
     if initramfs_image != "":



More information about the Openembedded-commits mailing list