Home
last modified time | relevance | path

Searched refs:fakeroot (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/openbmc/poky/meta/classes-global/
H A Ddevshell.bbclass19 d.delVarFlag("do_devshell", "fakeroot")
32 # devshell and fakeroot/pseudo need careful handling since only the final
33 # command should run under fakeroot emulation, any X connection should
37 if d.getVarFlag("do_devshell", "fakeroot"):
38 # We need to signal our code that we want fakeroot however we
41 d.delVarFlag("do_devshell", "fakeroot")
H A Dbase.bbclass532 # If we're building a target package we need to use fakeroot (pseudo)
535 …d.appendVarFlag('do_prepare_recipe_sysroot', 'depends', ' virtual/fakeroot-native:do_populate_sysr…
536 d.appendVarFlag('do_install', 'depends', ' virtual/fakeroot-native:do_populate_sysroot')
537 d.setVarFlag('do_install', 'fakeroot', '1')
538 d.appendVarFlag('do_package', 'depends', ' virtual/fakeroot-native:do_populate_sysroot')
539 d.setVarFlag('do_package', 'fakeroot', '1')
540 d.setVarFlag('do_package_setscene', 'fakeroot', '1')
541 … d.appendVarFlag('do_package_setscene', 'depends', ' virtual/fakeroot-native:do_populate_sysroot')
542 d.setVarFlag('do_devshell', 'fakeroot', '1')
543 d.appendVarFlag('do_devshell', 'depends', ' virtual/fakeroot-native:do_populate_sysroot')
H A Dpackage_ipk.bbclass280 …deps = ' opkg-utils-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot zstd-na…
282 d.setVarFlag('do_package_write_ipk', 'fakeroot', "1")
H A Dpackage_deb.bbclass313 deps = ' dpkg-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot'
315 d.setVarFlag('do_package_write_deb', 'fakeroot', "1")
H A Dpackage_rpm.bbclass126 # group in fakeroot is "root" when working in fakeroot.
743 deps = ' rpm-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot'
745 d.setVarFlag('do_package_write_rpm', 'fakeroot', '1')
/openbmc/openbmc/poky/meta-selftest/recipes-test/git-submodule-test/
H A Dgit-submodule-test.bb21 fakeroot do_test_git_as_root() {
25 do_test_git_as_root[depends] += "virtual/fakeroot-native:do_populate_sysroot"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/debootstrap/
H A Ddebootstrap_1.0.141.bb19 virtual/fakeroot-native \
22 fakeroot do_install() {
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Duninative-tarball.bb45 fakeroot create_sdk_files() {
55 fakeroot archive_sdk() {
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dptest-perl.bbclass30 d.setVarFlag('do_install_ptest_perl', 'fakeroot', '1')
H A Dpopulate_sdk_base.bbclass114 SDK_DEPENDS = "virtual/fakeroot-native ${SDK_ARCHIVE_DEPENDS} cross-localedef-native"
254 fakeroot python do_populate_sdk() {
268 fakeroot create_sdk_files() {
336 fakeroot archive_sdk() {
345 fakeroot create_shar() {
H A Dimage.bbclass117 …makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ${LDCONFIGDEPEND} \
205 fakeroot python do_rootfs () {
274 fakeroot python do_image () {
286 fakeroot python do_image_complete () {
334 fakeroot python do_image_qa () {
522 d.setVarFlag(task, 'fakeroot', '1')
H A Dptest.bbclass124 d.setVarFlag('do_install_ptest_base', 'fakeroot', '1')
H A Dptest-cargo.bbclass145 d.setVarFlag('do_install_ptest_cargo', 'fakeroot', '1')
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-bootstrap.pre5 FAKEROOT=$(which fakeroot 2> /dev/null)
/openbmc/openbmc/poky/bitbake/contrib/vim/syntax/
H A Dbitbake.vim88 syn keyword bbShFakeRootFlag fakeroot contained
89 syn match bbShFuncDef "^\(fakeroot\s*\)\?\([\.0-9A-Za-z_:${}\-\.]\+\)\(python\)\@<!\(\s*(…
97 syn match bbPyFuncDef "^\(fakeroot\s*\)\?\(python\)\(\s\+[0-9A-Za-z_:${}\-\.]\+\)\?\(\s*(…
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py173 def __init__(self, filename, lineno, func_name, body, python, fakeroot): argument
178 self.fakeroot = fakeroot
198 if self.fakeroot:
402 def handleMethod(statements, filename, lineno, func_name, body, python, fakeroot): argument
403 statements.append(MethodNode(filename, lineno, func_name, body, python, fakeroot))
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dlibgcc-common.inc75 fakeroot python do_multilib_install() {
157 fakeroot python do_extra_symlinks() {
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dbuild-appliance-image_15.0.0.bb44 fakeroot do_populate_poky_src () {
114 fakeroot do_tweak_image () {
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker172 fakeroot = False
195 fakeroot = True
331 if fakeroot:
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables-context.rst41 - Starting with ``FAKEROOT``, to configure how the ``fakeroot`` command is
H A Dbitbake-user-manual-ref-variables.rst1054 Contains the command to use when running a shell script in a fakeroot
1062 bitbake-worker process in the fakeroot environment.
1066 fakeroot environment.
1069 Lists directories to create before running a task in the fakeroot
1074 fakeroot environment. For additional information on environment
1075 variables and the fakeroot environment, see the
1080 the fakeroot environment. For additional information on environment
1081 variables and the fakeroot environment, see the
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/
H A Dpseudo.inc17 PROVIDES += "virtual/fakeroot"
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.3.rst88 However with the recent :ref:`pseudo <overview-manual/concepts:fakeroot and pseudo>`
H A Dmigration-3.2.rst52 logs (adds to its database) any file created or modified whilst in a ``fakeroot``
54 about the permissions of whilst in that ``fakeroot`` context, for example ${:term:`S`}, ${:term:`B`…
/openbmc/openbmc/poky/meta/conf/
H A Dbitbake.conf759 PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native"

12