Home
last modified time | relevance | path

Searched refs:pseudo (Results 1 – 25 of 101) sorted by relevance

12345

/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py66 pseudo = "export PSEUDO_PREFIX=%s/usr;" % native_sysroot
67 pseudo += "export PSEUDO_LOCALSTATEDIR=%s;" % pseudo_dir
68 pseudo += "export PSEUDO_PASSWD=%s;" % rootfs
69 pseudo += "export PSEUDO_NOSYMLINKEXP=1;"
70 pseudo += "%s " % get_bitbake_var("FAKEROOTCMD")
71 return pseudo
173 pseudo = cls.__get_pseudo(native_sysroot, include_path,
177 pseudo = None
180 exec_native_cmd(tar_cmd, native_sysroot, pseudo)
192 pseudo = cls.__get_pseudo(native_sysroot, new_rootfs, new_pseudo)
[all …]
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpartition.py233 pseudo = "export PSEUDO_PREFIX=%s;" % p_prefix
234 pseudo += "export PSEUDO_LOCALSTATEDIR=%s;" % pseudo_dir
235 pseudo += "export PSEUDO_PASSWD=%s;" % rootfs_dir
236 pseudo += "export PSEUDO_NOSYMLINKEXP=1;"
237 pseudo += "export PSEUDO_INCLUDE_PATHS=%s;" % include_paths
238 pseudo += "%s " % get_bitbake_var("FAKEROOTCMD")
240 pseudo = None
263 method(rootfs, cr_workdir, oe_builddir, rootfs_dir, native_sysroot, pseudo)
272 native_sysroot, pseudo): argument
288 (extraopts, pseudo) = self.get_hash_seed_ext4(extraopts, pseudo)
[all …]
H A Dmisc.py128 def exec_native_cmd(cmd_and_args, native_sysroot, pseudo=""): argument
140 if pseudo:
141 cmd_and_args = pseudo + cmd_and_args
165 or (pseudo and ret == 1 and out == "Can't find '%s' in $PATH." % prog):
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/
H A Dpseudo.inc1 # Note: Due to the bitbake wrapper script, making changes to pseudo can be
3 # BBFETCH2=True PSEUDO_BUILD=1 ../bitbake/bin/bitbake pseudo-native [-c CMD]
6 HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/pseudo"
7 DESCRIPTION = "The pseudo utility offers a way to run commands in a virtualized root environment."
13 FILES:${PN} = "${prefix}/lib/pseudo/lib*/libpseudo.so ${bindir}/* ${localstatedir}/pseudo ${prefix}…
36 …${S}/configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib${SITEINFO…
38 …${S}/configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sq…
93 …./configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlit…
108 …./configure ${PSEUDO_EXTRA_OPTS} --prefix=${prefix} --libdir=${prefix}/lib/pseudo/lib --with-sqlit…
120 echo "$i not enabled in pseudo which is incompatible with uninative"
[all …]
H A Dpseudo_git.bb1 require pseudo.inc
3 SRC_URI = "git://git.yoctoproject.org/pseudo;branch=master;protocol=https \
8 …http://downloads.yoctoproject.org/mirror/sources/pseudo-prebuilt-2.33.tar.xz;subdir=git/prebuilt;n…
11 …http://downloads.yoctoproject.org/mirror/sources/pseudo-prebuilt-2.33.tar.xz;subdir=git/prebuilt;n…
20 # remove them for pseudo since pseudo intercepts some of the functions which will be
22 # pseudo on 32bit systems is not much of use anyway and these features are not of much
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Doe-find-native-sysroot88 pseudo="$OECORE_NATIVE_SYSROOT/usr/bin/pseudo"
89 if [ -e "$pseudo" ]; then
90 echo "PSEUDO=$pseudo"
91 PSEUDO="$pseudo"
/openbmc/openbmc/poky/scripts/
H A Doe-find-native-sysroot88 pseudo="$OECORE_NATIVE_SYSROOT/usr/bin/pseudo"
89 if [ -e "$pseudo" ]; then
90 echo "PSEUDO=$pseudo"
91 PSEUDO="$pseudo"
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.23.rst65 - pseudo: Disable LFS on 32bit arches
66 - pseudo: Fix envp bug and add posix_spawn wrapper
67 - pseudo: Fix to work with glibc 2.40
68 - pseudo: Switch back to the master branch
69 - pseudo: Update to include logic fix
70 - pseudo: Update to include open symlink handling bugfix
71 - pseudo: Update to pull in fchmodat fix
72 - pseudo: Update to pull in fd leak fix
73 - pseudo: Update to pull in gcc14 fix and missing statvfs64 intercept
74 - pseudo: Update to pull in linux-libc-headers race fix
[all …]
H A Dmigration-3.2.rst47 pseudo path filtering and mismatch behaviour
50 pseudo now operates on a filtered subset of files. This is a significant change
51 to the way pseudo operates within OpenEmbedded --- by default, pseudo monitors and
57 As of this release, new functionality in pseudo is enabled to ignore these
60 are modified outside pseudo context. It also should reduce some overhead from
61 pseudo as the interprocess round trip to the server is avoided.
70 extend :term:`PSEUDO_IGNORE_PATHS` to cover additional paths that pseudo should not
73 In addition, pseudo's behaviour on mismatches has now been changed --- rather
76 pseudo will throw an ``abort()`` and direct you to a :yocto_wiki:`wiki page </Pseudo_Abort>`
/openbmc/openbmc/poky/meta/recipes-graphics/builder/files/
H A Dbuilder_session.sh8 export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo
9 export PSEUDO_LIBDIR=/usr/lib/pseudo/lib64
/openbmc/qemu/docs/system/
H A Dtarget-xtensa.rst10 - Xtensa emulator pseudo board \"sim\"
14 The sim pseudo board emulation provides an environment similar to one
/openbmc/phosphor-modbus/tests/
H A DReadme.md5 The `socat` command is utilized to create pseudo-terminals (PTYs), enabling the
10 for configuring the pseudo-terminals and launching the test server instance. The
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/
H A Dfallback-passwd2 pseudopasswd:*:1:1:this-is-the-pseudo-passwd:/nonexistent:/bin/sh
H A Dbuild-oldlibc20 tar -cJf pseudo-prebuilt-2.33.tar.xz *-linux
/openbmc/openbmc/poky/meta-selftest/recipes-test/pseudo-pyc-test/
H A Dpseudo-pyc-test.bb1 SUMMARY = "pseudo env test"
/openbmc/openbmc/poky/meta-poky/conf/distro/include/
H A Dpoky-floating-revisions.inc17 pseudo \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-ptyprocess_0.7.0.bb1 SUMMARY = "Run a subprocess in a pseudo terminal"
/openbmc/qemu/docs/interop/
H A Dindex.rst33 vnc-ledstate-pseudo-encoding
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibio-pty-perl_1.20.bb1 SUMMARY = "Perl module for pseudo tty IO"
H A Dipc-run_20231003.0.bb3 using files, pipes, and pseudo-ttys. Both system()-style and scripted \
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu-helper-native_1.0.bb23 DEPENDS += "qemu-system-native unfs3-native pseudo-native"
H A Dnativesdk-qemu-helper_1.0.bb3 RDEPENDS:${PN} = "nativesdk-qemu nativesdk-unfs3 nativesdk-pseudo \
/openbmc/openbmc/poky/meta/classes/
H A Drm_work.bbclass51 # Need to add pseudo back or subsqeuent work in this workdir
53 mkdir -p ${WORKDIR}/pseudo/
117 # failures of removing pseudo folers on NFS2/3 server.
118 if [ $dir = 'pseudo' ]; then
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dnativesdk-packagegroup-sdk-host.bb18 nativesdk-pseudo \
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcrypt/
H A Dlibcrypt-openssl-random-perl_0.17.bb1 SUMMARY = "Crypt::OpenSSL::Random - OpenSSL/LibreSSL pseudo-random number generator access"

12345