aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/images/weston-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/images/weston-image.bb')
-rw-r--r--recipes-graphics/images/weston-image.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-graphics/images/weston-image.bb b/recipes-graphics/images/weston-image.bb
deleted file mode 100644
index a1c033f..0000000
--- a/recipes-graphics/images/weston-image.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-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 clutter-1.0-examples \
- e2fsprogs-resize2fs kernel-modules connman"
-
-EXTRA_USERS_PARAMS = "\
-useradd -p '' linaro; \
-usermod -a -G weston-launch linaro; \
-"