# Pastebin y6qKtMzf $ grep -i pseudo tmp/work/all-agl-linux/agl-users/0.1-r0/temp/run.useradd_sysroot.39897 export PSEUDO_DISABLED="1" export PSEUDO_UNLOAD="1" # Pseudo may (do_prepare_recipe_sysroot) or may not (do_populate_sysroot_setscene) be running # at this point so we're explicit about the environment so pseudo can load if # PSEUDO_SYSROOT can contain references to the build architecture and COMPONENT_DIR export PSEUDO="PSEUDO_PREFIX=/home/dl9pf/yocto/build-qemux86-64/tmp/sysroots-components/x86_64/pseudo-native/usr PSEUDO_LOCALSTATEDIR=/home/dl9pf/yocto/build-qemux86-64/tmp/work/all-agl-linux/agl-users/0.1-r0/pseudo/ PSEUDO_PASSWD=/home/dl9pf/yocto/build-qemux86-64/tmp/work/all-agl-linux/agl-users/0.1-r0/recipe-sysroot:/home/dl9pf/yocto/build-qemux86-64/tmp/sysroots-components/x86_64/pseudo-native PSEUDO_NOSYMLINKEXP=1 PSEUDO_IGNORE_PATHS=/usr/,/etc/,/lib,/dev/,/home/dl9pf/yocto/build-qemux86-64/tmp/work/all-agl-linux/agl-users/0.1-r0/temp,/home/dl9pf/yocto/build-qemux86-64/tmp/work/all-agl-linux/agl-users/0.1-r0/recipe-sysroot,/home/dl9pf/yocto/build-qemux86-64/sstate-cache,/home/dl9pf/yocto/build-qemux86-64/tmp/stamps,/home/dl9pf/yocto/build-qemux86-64/tmp/work/all-agl-linux/agl-users/0.1-r0/pkgdata-sysroot,/home/dl9pf/yocto/build-qemux86-64/tmp/sstate-control,/home/dl9pf/yocto/build-qemux86-64/tmp/deploy,/home/dl9pf/yocto/build-qemux86-64/tmp/work/all-agl-linux/agl-users/0.1-r0/deploy-,/home/dl9pf/yocto/build-qemux86-64/tmp/buildstats,/home/dl9pf/yocto/build-qemux86-64/tmp/work/all-agl-linux/agl-users/0.1-r0/sstate-build-package_,/home/dl9pf/yocto/build-qemux86-64/tmp/work/all-agl-linux/agl-users/0.1-r0/sstate-install-package_,/home/dl9pf/yocto/build-qemux86-64/tmp/sysroots-components,/home/dl9pf/yocto/build-qemux86-64/tmp/pkgdata,/home/dl9pf/yocto/build-qemux86-64/tmp/work/all-agl-linux/agl-users/0.1-r0/agl-users-0.1,/home/dl9pf/yocto/build-qemux86-64/tmp/work/all-agl-linux/agl-users/0.1-r0/agl-users-0.1 PSEUDO_DISABLED=0 /home/dl9pf/yocto/build-qemux86-64/tmp/sysroots-components/x86_64/pseudo-native/usr/bin/pseudo" # Beware that in some cases we might see the fake pseudo passwd here, in which case we also must grep -q this-is-the-pseudo-passwd $D/etc/passwd; then export PSEUDO_PASSWD="$SYSROOT" eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true