diff options
author | 2015-10-12 22:32:08 +0200 | |
---|---|---|
committer | 2015-10-12 22:32:08 +0200 | |
commit | 07638477c2fb72303b89d6023a537e77b9d99c14 (patch) | |
tree | d91a172a1bf89145a848620f7e60c980977fd791 | |
parent | bf03113a1d69ac077eb7ea1145aeb277804e0a4c (diff) | |
download | meta-qcom-07638477c2fb72303b89d6023a537e77b9d99c14.tar.gz meta-qcom-07638477c2fb72303b89d6023a537e77b9d99c14.tar.bz2 meta-qcom-07638477c2fb72303b89d6023a537e77b9d99c14.zip |
weston-image: add reference image for Wayland/Weston
including:
* systemd
* pam
* connman
* user linaro (no passwd)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r-- | recipes-graphics/images/weston-image.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-graphics/images/weston-image.bb b/recipes-graphics/images/weston-image.bb new file mode 100644 index 0000000..83ac8da --- /dev/null +++ b/recipes-graphics/images/weston-image.bb @@ -0,0 +1,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; \ +" |