/openbmc/openbmc/poky/meta-poky/classes/ |
H A D | poky-bleeding.bbclass | 7 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 D | pypi.bbclass | 8 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 D | libc-package.bbclass | 110 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 D | native.bbclass | 126 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 D | debug-exceptions.c | 165 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 D | ide_sdk.py | 289 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 D | standard.py | 1027 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 D | ide_code.py | 334 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 D | externalsrc.bbclass | 44 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 D | multilib.bbclass | 21 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 D | icecc.bbclass | 147 bpn = d.getVar('BPN') 153 check_pn = set([pn, bpn])
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | recipeutils.py | 594 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 D | glibc-package.inc | 271 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 D | rsi_mgmt.h | 473 __le32 bpn; member
|
/openbmc/linux/kernel/cgroup/ |
H A D | cpuset.c | 983 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()
|