poky/meta-selftest
Kyungjik Min f6534ab04f pulseaudio: Add audio group explicitly
Since pulseaudio-server requires the audio group, we explicitly add it.

When use useradd-staticids or do not use the default group in
base-passwd, an error will occur because the audio group is not defined.

NOTE: pulseaudio: Performing useradd with [--root
TOPDIR/tmp/work/cortexa72-poky-linux/pulseaudio/17.0/recipe-sysroot
--home-dir /var/run/pulse --gid 998 --groups audio,pulse
--no-create-home --system --shell /bin/false --uid 998 pulse]
useradd: group 'audio' does not exist
ERROR: pulseaudio: useradd command did not succeed.

(From OE-Core rev: 4fc918da4667eebbbdae3def8c38209a3d650f97)

Signed-off-by: Kyungjik Min <dpmin7@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-09-09 09:30:07 -07:00
..
classes oeqa/selftest: add a test for bitbake "-e" and "-getvar" difference 2024-11-18 22:09:03 +00:00
conf bbconfigbuild/configfragments.py: set BBPATH in standalone datastore 2025-01-09 16:59:23 +00:00
files pulseaudio: Add audio group explicitly 2025-09-09 09:30:07 -07:00
lib oeqa dnf_runtime.py: fix HTTP server IP address and port 2023-09-12 12:37:56 +01:00
recipes-devtools oe-selftest: add RECIPE_UPDATE_EXTRA_TASKS test 2024-06-13 09:11:17 +01:00
recipes-extended meta/meta-selftest: Fix variable assignment whitespace 2025-02-01 13:42:34 +00:00
recipes-test devtool: reset: Escape command line input used in regular expression 2025-03-20 11:29:04 +00:00
wic oeqa selftest wic.py: support UKIs via uki.bbclass 2024-10-25 15:12:22 +01:00
README

This layer is intended as test layer, used by scripts/oe-selftest
and it's probably a mistake to include it in your builds (unless you
want to run the script).