poky/meta-selftest
Kyungjik Min 69d52fa539 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: 71ed9d8394f7e625270ee66f9c2816bba4aa2016)

Signed-off-by: Kyungjik Min <dpmin7@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-09-08 08:27:11 -07:00
..
classes oe-selftest: fitimage: add test for signing FIT images 2020-12-20 00:03:04 +00:00
conf selftest/multiconfig: Test that multiconfigs in separate layers works 2022-06-22 23:46:28 +01:00
files pulseaudio: Add audio group explicitly 2025-09-08 08:27:11 -07:00
lib bitbake.conf: Prevent pyc file generation in pseudo context 2020-12-20 00:03:04 +00:00
recipes-devtools/python selftest/python-async-test: set precise BSD license 2021-09-04 08:44:10 +01:00
recipes-test selftest/license: Exclude from world 2023-07-01 08:37:25 -10:00
wic wic: image for overlayfs-etc tests 2021-12-12 11:27:24 +00: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).