Home
last modified time | relevance | path

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

123456789

/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_IGNORE_PATHS=%s;" % ignore_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 \
10 …http://downloads.yoctoproject.org/mirror/sources/pseudo-prebuilt-2.33.tar.xz;subdir=git/prebuilt;n…
13 …http://downloads.yoctoproject.org/mirror/sources/pseudo-prebuilt-2.33.tar.xz;subdir=git/prebuilt;n…
22 # remove them for pseudo since pseudo intercepts some of the functions which will be
24 # 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/linux/Documentation/arch/x86/
H A Dresctrl.rst54 pseudo-locking is a unique way of using cache control to "pin" or
125 Corresponding region is pseudo-locked. No
315 When the resource group is in pseudo-locked mode this file will
317 pseudo-locked region.
339 cache pseudo-locked region is created by first writing
340 "pseudo-locksetup" to the "mode" file before writing the cache
341 pseudo-locked region's schemata to the resource group's "schemata"
342 file. On successful pseudo-locked region creation the mode will
343 automatically change to "pseudo-locked".
635 application can fill. Cache pseudo-locking builds on the fact that a
[all …]
/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
H A Dtarget-mips.rst15 - MIPS emulator pseudo board \"mipssim\"
83 The mipssim pseudo board emulation provides an environment similar to
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dadc128d818.txt10 - Mode 2: 4 pseudo-differential voltage readings
14 2 pseudo-differential voltage readings
/openbmc/linux/Documentation/networking/dsa/
H A Dbcm_sf2.rst71 in order to properly configure them. By default, the SF2 pseudo-PHY address, and
72 an external switch pseudo-PHY address will both be snooping for incoming MDIO
76 pseudo-PHY addresses. Newer revisions of the SF2 hardware have introduced a
77 configurable pseudo-PHY address which circumvents the initial design limitation.
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/files/
H A D0001-configure-Prune-PIE-flags.patch4 Subject: [pseudo][PATCH] configure: Prune PIE flags
23 | make: *** [lib/pseudo/lib64/libpseudo.so] Error 1
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/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/linux/Documentation/devicetree/bindings/sound/
H A Dcs42l56.txt25 as a pseudo-differential input referenced to AIN1REF/AIN3A.
28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
/openbmc/openbmc/poky/meta-selftest/recipes-test/pseudo-pyc-test/
H A Dpseudo-pyc-test.bb1 SUMMARY = "pseudo env test"
/openbmc/linux/Documentation/fb/
H A Dinternals.rst84 Grayscale and static grayscale are special variants of pseudo color and static
85 pseudo color, where the red, green and blue components are always equal to
/openbmc/openbmc/poky/meta-poky/conf/distro/include/
H A Dpoky-floating-revisions.inc17 pseudo \
/openbmc/linux/Documentation/devicetree/bindings/rng/
H A Dmicrochip,pic32-rng.txt3 The PIC32 RNG provides a pseudo random number generator which can be seeded by
/openbmc/qemu/docs/interop/
H A Dindex.rst30 vnc-ledstate-pseudo-encoding

123456789