Lines Matching full:oe
7 if not oe.data.typed_value('LICENSE_CREATE_PACKAGE', d):
8 features = set(oe.data.typed_value('IMAGE_FEATURES', d))
17 from oe.rootfs import image_list_installed_packages
18 from oe.utils import format_pkg_list
27 import oe.packagedata
28 from oe.rootfs import image_list_installed_packages
40 pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info)
60 … remaining_bad_licenses = oe.license.apply_pkg_license_exception(pkg, bad_licenses, exceptions)
67 …oe.qa.handle_error('license-incompatible', "Including %s with incompatible license(s) %s into the …
70 oe.license.manifest_licenses(pkg_dic[pkg]["LICENSE"],
72 except oe.license.LicenseError as exc:
103 oe.qa.handle_error('license-file-missing',
107 oe.qa.exit_if_errors(d)
121 oe.path.copyhardlink(license_manifest, rootfs_license_manifest)
149 if oe.license.license_ok(generic_lic,
157 oe.path.copyhardlink(pkg_license, rootfs_license)
162 if (oe.license.license_ok(canonical_license(d,
167 oe.path.copyhardlink(pkg_license, pkg_rootfs_license)
274 oe.qa.exit_if_errors(d)