Home
last modified time | relevance | path

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

12345678910

/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/yocto/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=oe-core \
9 …http://downloads.yoctoproject.org/mirror/sources/pseudo-prebuilt-2.33.tar.xz;subdir=git/prebuilt;n…
12 …http://downloads.yoctoproject.org/mirror/sources/pseudo-prebuilt-2.33.tar.xz;subdir=git/prebuilt;n…
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dpartition.py230 pseudo = "export PSEUDO_PREFIX=%s;" % p_prefix
231 pseudo += "export PSEUDO_LOCALSTATEDIR=%s;" % pseudo_dir
232 pseudo += "export PSEUDO_PASSWD=%s;" % rootfs_dir
233 pseudo += "export PSEUDO_NOSYMLINKEXP=1;"
234 pseudo += "export PSEUDO_IGNORE_PATHS=%s;" % ignore_paths
235 pseudo += "%s " % get_bitbake_var("FAKEROOTCMD")
237 pseudo = None
260 method(rootfs, cr_workdir, oe_builddir, rootfs_dir, native_sysroot, pseudo)
269 native_sysroot, pseudo): argument
290 exec_native_cmd(mkfs_cmd, native_sysroot, pseudo=pseudo)
[all …]
H A Dmisc.py127 def exec_native_cmd(cmd_and_args, native_sysroot, pseudo=""): argument
139 if pseudo:
140 cmd_and_args = pseudo + cmd_and_args
164 or (pseudo and ret == 1 and out == "Can't find '%s' in $PATH." % prog):
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-find-native-sysroot99 pseudo="$OECORE_NATIVE_SYSROOT/usr/bin/pseudo"
100 if [ -e "$pseudo" ]; then
101 echo "PSEUDO=$pseudo"
102 PSEUDO="$pseudo"
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dresctrl_ui.rst47 pseudo-locking is a unique way of using cache control to "pin" or
118 Corresponding region is pseudo-locked. No
224 When the resource group is in pseudo-locked mode this file will
226 pseudo-locked region.
248 cache pseudo-locked region is created by first writing
249 "pseudo-locksetup" to the "mode" file before writing the cache
250 pseudo-locked region's schemata to the resource group's "schemata"
251 file. On successful pseudo-locked region creation the mode will
252 automatically change to "pseudo-locked".
485 application can fill. Cache pseudo-locking builds on the fact that a
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0032-libdmmp-Makefile-replace-perl-with-sed-in-install-ta.patch5 work with pseudo
9 and overwrites the original which changes the inodes and corrupts the pseudo
12 with pseudo.
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/
H A Dadc128d818.txt10 - Mode 2: 4 pseudo-differential voltage readings
14 2 pseudo-differential voltage readings
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-3.2.rst45 pseudo path filtering and mismatch behaviour
48 pseudo now operates on a filtered subset of files. This is a significant change
49 to the way pseudo operates within OpenEmbedded - by default, pseudo monitors and
55 As of this release, new functionality in pseudo is enabled to ignore these
58 are modified outside pseudo context. It also should reduce some overhead from
59 pseudo as the interprocess round trip to the server is avoided.
68 extend :term:`PSEUDO_IGNORE_PATHS` to cover additional paths that pseudo should not
71 In addition, pseudo's behaviour on mismatches has now been changed - rather
74 pseudo will throw an ``abort()`` and direct you to a :yocto_wiki:`wiki page </Pseudo_Abort>`
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Drm_work.bbclass45 # Need to add pseudo back or subsqeuent work in this workdir
47 mkdir -p ${WORKDIR}/pseudo/
108 # failures of removing pseudo folers on NFS2/3 server.
109 if [ $dir = 'pseudo' ]; then
H A Duseradd.bbclass101 # at this point so we're explicit about the environment so pseudo can load if
105 export PSEUDO="${FAKEROOTENV} ${PSEUDO_SYSROOT}${bindir_native}/pseudo"
112 # Beware that in some cases we might see the fake pseudo passwd here, in which case we also must
115 grep -q this-is-the-pseudo-passwd $D${sysconfdir}/passwd; then
176 USERADDSETSCENEDEPS:class-target = "${MLPREFIX}base-passwd:do_populate_sysroot_setscene pseudo-nati…
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/package/empty/
H A DConfig.in5 Run processes and applications under pseudo-terminal (PTY)
/OK3568_Linux_fs/buildroot/package/python-dockerpty/
H A DConfig.in5 Python library to use the pseudo-tty of a docker container.
/OK3568_Linux_fs/buildroot/package/python-ptyprocess/
H A DConfig.in4 Launch a subprocess in a pseudo terminal (pty), and interact
/OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/pseudo-pyc-test/
H A Dpseudo-pyc-test.bb1 SUMMARY = "pseudo env test"
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dtlb-mmu1.h22 ; and its unpleasant LFSR pseudo-random sequence
/OK3568_Linux_fs/buildroot/package/perl-crypt-openssl-random/
H A DConfig.in6 OpenSSL/LibreSSL pseudo-random number generator access.

12345678910