/openbmc/openbmc/poky/meta/classes-global/ |
H A D | devshell.bbclass | 19 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 D | base.bbclass | 534 # If we're building a target package we need to use fakeroot (pseudo) 537 …d.appendVarFlag('do_prepare_recipe_sysroot', 'depends', ' virtual/fakeroot-native:do_populate_sysr… 538 d.appendVarFlag('do_install', 'depends', ' virtual/fakeroot-native:do_populate_sysroot') 539 d.setVarFlag('do_install', 'fakeroot', '1') 540 d.appendVarFlag('do_package', 'depends', ' virtual/fakeroot-native:do_populate_sysroot') 541 d.setVarFlag('do_package', 'fakeroot', '1') 542 d.setVarFlag('do_package_setscene', 'fakeroot', '1') 543 … d.appendVarFlag('do_package_setscene', 'depends', ' virtual/fakeroot-native:do_populate_sysroot') 544 d.setVarFlag('do_devshell', 'fakeroot', '1') 545 d.appendVarFlag('do_devshell', 'depends', ' virtual/fakeroot-native:do_populate_sysroot')
|
H A D | package_ipk.bbclass | 280 …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 D | package_deb.bbclass | 313 deps = ' dpkg-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot' 315 d.setVarFlag('do_package_write_deb', 'fakeroot', "1")
|
H A D | package_rpm.bbclass | 130 # group in fakeroot is "root" when working in fakeroot. 751 deps = ' rpm-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot' 753 d.setVarFlag('do_package_write_rpm', 'fakeroot', '1')
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/git-submodule-test/ |
H A D | git-submodule-test.bb | 21 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 D | debootstrap_1.0.132.bb | 19 virtual/fakeroot-native \ 22 fakeroot do_install() {
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | uninative-tarball.bb | 45 fakeroot create_sdk_files() { 55 fakeroot archive_sdk() {
|
/openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
H A D | ast.py | 155 def __init__(self, filename, lineno, func_name, body, python, fakeroot): argument 160 self.fakeroot = fakeroot 180 if self.fakeroot: 342 def handleMethod(statements, filename, lineno, func_name, body, python, fakeroot): argument 343 statements.append(MethodNode(filename, lineno, func_name, body, python, fakeroot))
|
/openbmc/openbmc/poky/bitbake/contrib/vim/syntax/ |
H A D | bitbake.vim | 88 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/meta/classes-recipe/ |
H A D | ptest-perl.bbclass | 30 d.setVarFlag('do_install_ptest_perl', 'fakeroot', '1')
|
H A D | populate_sdk_base.bbclass | 93 SDK_DEPENDS = "virtual/fakeroot-native ${SDK_ARCHIVE_DEPENDS} cross-localedef-native nativesdk-qemu… 206 fakeroot python do_populate_sdk() { 222 fakeroot create_sdk_files() { 290 fakeroot archive_sdk() { 299 fakeroot create_shar() {
|
H A D | image.bbclass | 112 …makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ${LDCONFIGDEPEND} \ 202 fakeroot python do_rootfs () { 271 fakeroot python do_image () { 282 fakeroot python do_image_complete () { 311 fakeroot python do_image_qa () { 509 d.setVarFlag(task, 'fakeroot', '1')
|
H A D | ptest.bbclass | 124 d.setVarFlag('do_install_ptest_base', 'fakeroot', '1')
|
H A D | ptest-cargo.bbclass | 131 d.setVarFlag('do_install_ptest_cargo', 'fakeroot', '1')
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | debian-bootstrap.pre | 5 FAKEROOT=$(which fakeroot 2> /dev/null)
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | libgcc-common.inc | 70 fakeroot python do_multilib_install() { 152 fakeroot python do_extra_symlinks() {
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | build-appliance-image_15.0.0.bb | 44 fakeroot do_populate_poky_src () { 114 fakeroot do_tweak_image () {
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 161 fakeroot = False 184 fakeroot = True 320 if fakeroot:
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-ref-variables-context.rst | 41 - Starting with ``FAKEROOT``, to configure how the ``fakeroot`` command is
|
H A D | bitbake-user-manual-ref-variables.rst | 1036 Contains the command to use when running a shell script in a fakeroot 1044 bitbake-worker process in the fakeroot environment. 1048 fakeroot environment. 1051 Lists directories to create before running a task in the fakeroot 1056 fakeroot environment. For additional information on environment 1057 variables and the fakeroot environment, see the 1062 the fakeroot environment. For additional information on environment 1063 variables and the fakeroot environment, see the
|
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/ |
H A D | pseudo.inc | 17 PROVIDES += "virtual/fakeroot"
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-3.3.rst | 88 However with the recent :ref:`pseudo <overview-manual/concepts:fakeroot and pseudo>`
|
H A D | migration-3.2.rst | 52 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/classes/ |
H A D | buildhistory.bbclass | 579 if [ "$3" = "fakeroot" ] ; then 593 if [ "$3" = "fakeroot" ] ; then 611 buildhistory_list_files $pkgdir $outfile fakeroot
|