mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
package_manager: ipk: Fix host manifest generation
Since honister host manifest stopped to generate, i.e. manifest file is empty but all ipks/files into sdk is ok. (From OE-Core rev: 79a2392f5d2a4cb6509a83afb40bca01bac59914) Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b7263ed534
commit
2a9bcdb2ea
@@ -115,6 +115,10 @@ def sdk_list_installed_packages(d, target, rootfs_dir=None):
|
|||||||
|
|
||||||
rootfs_dir = [sdk_output, os.path.join(sdk_output, target_path)][target is True]
|
rootfs_dir = [sdk_output, os.path.join(sdk_output, target_path)][target is True]
|
||||||
|
|
||||||
|
if target is False:
|
||||||
|
ipkgconf_sdk_target = d.getVar("IPKGCONF_SDK")
|
||||||
|
d.setVar("IPKGCONF_TARGET", ipkgconf_sdk_target)
|
||||||
|
|
||||||
img_type = d.getVar('IMAGE_PKGTYPE')
|
img_type = d.getVar('IMAGE_PKGTYPE')
|
||||||
import importlib
|
import importlib
|
||||||
cls = importlib.import_module('oe.package_manager.' + img_type)
|
cls = importlib.import_module('oe.package_manager.' + img_type)
|
||||||
|
|||||||
Reference in New Issue
Block a user