aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/images/weston-image.bb
blob: 83ac8da2ea6daa585c20b5cff2b9241408837805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUMMARY = "Basic Wayland image with Weston"

IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"

LICENSE = "MIT"

inherit core-image distro_features_check extrausers

# let's make sure we have a good image..
REQUIRED_DISTRO_FEATURES = "wayland pam systemd"

CORE_IMAGE_BASE_INSTALL += "weston weston-examples gtk+3-demo clutter-1.0-examples \
                            e2fsprogs-resize2fs kernel-modules connman"

EXTRA_USERS_PARAMS = "\
useradd -p '' linaro; \
usermod -a -G weston-launch linaro; \
"