mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
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 (From OE-Core rev: 43a1c2dc08b4291e042b6c9ef981bd094ea2c477) (From OE-Core rev: 18be5e2400fb2ca1a46ea504967f3c3522af4fdc) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5e7218e8b0
commit
de6e6a5a62
@@ -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 != "":
|
||||
|
||||
Reference in New Issue
Block a user