/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 | 532 # 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 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_rpm.bbclass | 126 # 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')
|
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")
|
/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.138.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/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/bitbake/lib/bb/parse/ |
H A D | ast.py | 173 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/classes-recipe/ |
H A D | ptest-perl.bbclass | 30 d.setVarFlag('do_install_ptest_perl', 'fakeroot', '1')
|
H A D | populate_sdk_base.bbclass | 112 SDK_DEPENDS = "virtual/fakeroot-native ${SDK_ARCHIVE_DEPENDS} cross-localedef-native nativesdk-qemu… 252 fakeroot python do_populate_sdk() { 268 fakeroot create_sdk_files() { 336 fakeroot archive_sdk() { 345 fakeroot create_shar() {
|
H A D | image.bbclass | 117 …makedevs-native:do_populate_sysroot virtual/fakeroot-native:do_populate_sysroot ${LDCONFIGDEPEND} \ 207 fakeroot python do_rootfs () { 276 fakeroot python do_image () { 288 fakeroot python do_image_complete () { 336 fakeroot python do_image_qa () { 524 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 | 75 fakeroot python do_multilib_install() { 157 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 | 171 fakeroot = False 194 fakeroot = True 330 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 | 1028 Contains the command to use when running a shell script in a fakeroot 1036 bitbake-worker process in the fakeroot environment. 1040 fakeroot environment. 1043 Lists directories to create before running a task in the fakeroot 1048 fakeroot environment. For additional information on environment 1049 variables and the fakeroot environment, see the 1054 the fakeroot environment. For additional information on environment 1055 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.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`…
|
H A D | migration-3.3.rst | 88 However with the recent :ref:`pseudo <overview-manual/concepts:fakeroot and pseudo>`
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | buildhistory.bbclass | 597 if [ "$3" = "fakeroot" ] ; then 611 if [ "$3" = "fakeroot" ] ; then 630 buildhistory_list_files $pkgdir $outfile fakeroot
|