Home
last modified time | relevance | path

Searched refs:read_pkgdatafile (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpackagedata.py11 def read_pkgdatafile(fn): function
37 return read_pkgdatafile(get_subpkgedata_fn(pkg, d))
45 return read_pkgdatafile(fn)
52 subd = read_pkgdatafile(get_subpkgedata_fn(pkg, d))
86 pkgdata = read_pkgdatafile(os.path.join(pkgdatadir, pn))
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dsigning.py95 pkgdata = oe.packagedata.read_pkgdatafile(pkgdatadir + "/runtime/ed")
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlicense_image.bbclass40 pkg_dic[pkg_name] = oe.packagedata.read_pkgdatafile(pkg_info)
H A Dcve-check.bbclass195 pkg_data = oe.packagedata.read_pkgdatafile(pkg_info)