Home
last modified time | relevance | path

Searched refs:bpn (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpypi.bbclass2 bpn = d.getVar('BPN')
3 if bpn.startswith('python-'):
4 return bpn[7:]
5 elif bpn.startswith('python3-'):
6 return bpn[8:]
7 return bpn
H A Dlibc-package.bbclass104 bpn = d.getVar('BPN')
128 dp = legitimize_package_name('%s%s-gconv-%s' % (mlprefix, bpn, m.group(1)))
134 if bpn != 'glibc':
135 d.setVar('RPROVIDES:%s' % pkg, pkg.replace(bpn, 'glibc'))
137 do_split_packages(d, gconv_libdir, file_regex=r'^(.*)\.so$', output_pattern=bpn+'-gconv-%s', \
139 extra_depends=bpn+'-gconv')
150 dp = legitimize_package_name('%s%s-charmap-%s' % (mlprefix, bpn, m.group(1)))
156 if bpn != 'glibc':
157 d.setVar('RPROVIDES:%s' % pkg, pkg.replace(bpn, 'glibc'))
159 do_split_packages(d, charmap_dir, file_regex=r'^(.*)\.gz$', output_pattern=bpn+'-charmap-%s', \
[all …]
H A Dexternalsrc.bbclass43 bpn = d.getVar('BPN')
45 if bpn == d.getVar('PN') or not classextend:
48 d.getVar('EXTERNALSRC:pn-%s-native' % bpn)) or
50 d.getVar('EXTERNALSRC:pn-nativesdk-%s' % bpn)) or
52 d.getVar('EXTERNALSRC:pn-%s-cross' % bpn))):
H A Dmultilib.bbclass15 bpn = e.data.getVar("BPN")
18 bpn in non_ml_recipes:
19 raise bb.parse.SkipRecipe("We shouldn't have multilib variants for %s" % bpn)
H A Dnative.bbclass122 bpn = e.data.getVar("BPN")
153 newdeps.append(dep.replace(pn, bpn) + "-native")
H A Dicecc.bbclass141 bpn = d.getVar('BPN')
147 check_pn = set([pn, bpn])
H A Dinsane.bbclass331 bpn = d.getVar('BPN')
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dupgrade.py77 def _rename_recipe_file(oldrecipe, bpn, oldpv, newpv, path): argument
80 newrecipe = '%s_%s.bb' % (bpn, newpv)
87 def _rename_recipe_files(oldrecipe, bpn, oldpv, newpv, path): argument
89 return _rename_recipe_file(oldrecipe, bpn, oldpv, newpv, path)
313 bpn = rd.getVar('BPN')
314 path = os.path.join(workspace, 'recipes', bpn)
318 raise DevtoolError('Internal error - no files were copied for recipe %s' % bpn)
325 fullpath = _rename_recipe_files(origpath, bpn, oldpv, newpv, path)
H A Dstandard.py1035 bpn = rd.getVar('BPN')
1041 newbpn = bpn
1051 if newbpn != bpn:
1053 new_s = new_s.replace('${BPN}', bpn)
1054 new_s = new_s.replace('${PN}', bpn)
1055 new_s = new_s.replace('${BP}', '%s-${PV}' % bpn)
1056 new_src_uri = new_src_uri.replace('${BPN}', bpn)
1057 new_src_uri = new_src_uri.replace('${PN}', bpn)
1058 new_src_uri = new_src_uri.replace('${BP}', '%s-${PV}' % bpn)
1126 if newbpn != bpn:
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py596 bpn = d.getVar('BPN')
602 pathoptions.append(os.path.join(destdir, 'recipes-%s' % bpn, bpn))
603 pathoptions.append(os.path.join(destdir, 'recipes', bpn))
604 pathoptions.append(os.path.join(destdir, bpn))
605 elif not destdir.endswith(('/' + pn, '/' + bpn)):
606 pathoptions.append(os.path.join(destdir, bpn))
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/
H A Dglibc-package.inc264 bpn = d.getVar('BPN')
267 d.setVar('PKG:' + prefix + bpn, prefix + 'libc6')
268 libcprefix = prefix + bpn + '-'
272 renamed = p.replace(bpn, 'libc6', 1)
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcpuset.c841 int bpn = b->pn; in generate_sched_domains() local
843 if (apn != bpn && cpusets_overlap(a, b)) { in generate_sched_domains()
847 if (c->pn == bpn) in generate_sched_domains()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_mgmt.h473 __le32 bpn; member