mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
multilib.bbclass: remove obsolete DEFAULTTUNE_ML_
It had been dropped by: commit 65581c68d130fa74d703f6c3c92560e053857ac7 Author: Alexander Kanavin <alexander.kanavin@linux.intel.com> Date: Mon Feb 13 16:44:48 2017 +0200 rootfs_rpm.bbclass: migrate image creation to dnf (From OE-Core rev: 38df1653da65a8a4e5f84b369b699307d5b4fc4f) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
78886824d1
commit
4bcfd80383
@@ -76,7 +76,6 @@ python multilib_virtclass_handler () {
|
||||
newtune = e.data.getVar("DEFAULTTUNE_" + "virtclass-multilib-" + variant, False)
|
||||
if newtune:
|
||||
e.data.setVar("DEFAULTTUNE", newtune)
|
||||
e.data.setVar('DEFAULTTUNE_ML_%s' % variant, newtune)
|
||||
}
|
||||
|
||||
addhandler multilib_virtclass_handler
|
||||
|
||||
Reference in New Issue
Block a user