Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta-poky/classes/
H A Dpoky-bleeding.bbclass7 bpn = d.getVar("BPN")
9 bpn = bpn.replace("-nativesdk", "").replace("nativesdk-", "")
11 if bpn in d.getVar("POKY_AUTOREV_RECIPES").split():
12 if "pseudo" in bpn:
13 bb.warn("Here 5 %s %s" % (d.getVar("PN"), bpn))
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpypi.bbclass8 bpn = d.getVar('BPN')
9 if bpn.startswith('python-'):
10 return bpn[7:]
11 elif bpn.startswith('python3-'):
12 return bpn[8:]
13 return bpn
H A Dlibc-package.bbclass110 bpn = d.getVar('BPN')
134 dp = legitimize_package_name('%s%s-gconv-%s' % (mlprefix, bpn, m.group(1)))
140 if bpn != 'glibc':
141 d.setVar('RPROVIDES:%s' % pkg, pkg.replace(bpn, 'glibc'))
143 do_split_packages(d, gconv_libdir, file_regex=r'^(.*)\.so$', output_pattern=bpn+'-gconv-%s', \
145 extra_depends=bpn+'-gconv')
156 dp = legitimize_package_name('%s%s-charmap-%s' % (mlprefix, bpn, m.group(1)))
162 if bpn != 'glibc':
163 d.setVar('RPROVIDES:%s' % pkg, pkg.replace(bpn, 'glibc'))
165 do_split_packages(d, charmap_dir, file_regex=r'^(.*)\.gz$', output_pattern=bpn+'-charmap-%s', \
[all …]
H A Dnative.bbclass126 bpn = e.data.getVar("BPN")
148 newdeps.append(dep[:-1].replace(pn, bpn) + "-native$")
159 newdeps.append(dep.replace(pn, bpn) + "-native")
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c165 static void install_hw_bp(uint8_t bpn, uint64_t addr) in install_hw_bp() argument
170 write_dbgbcr(bpn, bcr); in install_hw_bp()
171 write_dbgbvr(bpn, addr); in install_hw_bp()
237 static void guest_code(uint8_t bpn, uint8_t wpn, uint8_t ctx_bpn) in guest_code() argument
248 install_hw_bp(bpn, PC(hw_bp)); in guest_code()
254 install_hw_bp(bpn, PC(bp_svc)); in guest_code()
261 install_hw_bp(bpn, PC(bp_brk)); in guest_code()
296 install_hw_bp(bpn, PC(hw_bp2)); in guest_code()
326 install_hw_bp_ctx(bpn, ctx_bpn, PC(hw_bp_ctx), ctx); in guest_code()
424 static void test_guest_debug_exceptions(uint8_t bpn, uint8_t wpn, uint8_t ctx_bpn) in test_guest_debug_exceptions() argument
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py289 self.bpn = None
349 self.bpn = recipe_d.getVar('BPN')
391 self.recipe_id = self.bpn + "-" + self.package_arch
392 self.recipe_id_pretty = self.bpn + ": " + self.package_arch
548 …on": "Bitbake build environment for the recipe %s compiled for %s" % (self.bpn, self.package_arch),
560 …on": "Bitbake build environment for the recipe %s compiled for %s" % (self.bpn, self.package_arch),
568 …on": "Bitbake build environment for the recipe %s compiled for %s" % (self.bpn, self.package_arch),
651 'Cannot find %s. Probably the recipe %s is not built yet.' % (executable, self.bpn))
704 'setattr(filtered_args, "recipename", "%s")' % self.bpn)
724 …nstall --force || { echo "bitbake %s -c install --force failed"; exit 1; }' % (self.bpn, self.bpn))
H A Dstandard.py1027 bpn = rd.getVar('BPN')
1033 newbpn = bpn
1043 if newbpn != bpn:
1045 new_s = new_s.replace('${BPN}', bpn)
1046 new_s = new_s.replace('${PN}', bpn)
1047 new_s = new_s.replace('${BP}', '%s-${PV}' % bpn)
1048 new_src_uri = new_src_uri.replace('${BPN}', bpn)
1049 new_src_uri = new_src_uri.replace('${PN}', bpn)
1050 new_src_uri = new_src_uri.replace('${BP}', '%s-${PV}' % bpn)
1119 if newbpn != bpn:
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A Dide_code.py334 dt_build_cmd = dt_build + modified_recipe.bpn
337 dt_build_clean_cmd = dt_build + modified_recipe.bpn + clean_opt
340 dt_deploy_cmd = dt_deploy + modified_recipe.bpn
/openbmc/openbmc/poky/meta/classes/
H A Dexternalsrc.bbclass44 bpn = d.getVar('BPN')
46 if bpn == d.getVar('PN') or not classextend:
49 d.getVar('EXTERNALSRC:pn-%s-native' % bpn)) or
51 d.getVar('EXTERNALSRC:pn-nativesdk-%s' % bpn)) or
53 d.getVar('EXTERNALSRC:pn-%s-cross' % bpn))):
H A Dmultilib.bbclass21 bpn = d.getVar("BPN")
24 or bpn in non_ml_recipes):
25 raise bb.parse.SkipRecipe("We shouldn't have multilib variants for %s" % bpn)
H A Dicecc.bbclass147 bpn = d.getVar('BPN')
153 check_pn = set([pn, bpn])
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py594 bpn = d.getVar('BPN')
600 pathoptions.append(os.path.join(destdir, 'recipes-%s' % bpn, bpn))
601 pathoptions.append(os.path.join(destdir, 'recipes', bpn))
602 pathoptions.append(os.path.join(destdir, bpn))
603 elif not destdir.endswith(('/' + pn, '/' + bpn)):
604 pathoptions.append(os.path.join(destdir, bpn))
/openbmc/openbmc/poky/meta/recipes-core/glibc/
H A Dglibc-package.inc271 bpn = d.getVar('BPN')
274 d.setVar('PKG:' + prefix + bpn, prefix + 'libc6')
275 libcprefix = prefix + bpn + '-'
279 renamed = p.replace(bpn, 'libc6', 1)
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_mgmt.h473 __le32 bpn; member
/openbmc/linux/kernel/cgroup/
H A Dcpuset.c983 int bpn = b->pn; in generate_sched_domains() local
985 if (apn != bpn && cpusets_overlap(a, b)) { in generate_sched_domains()
989 if (c->pn == bpn) in generate_sched_domains()