mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
core-image-weston: basic image that boots directly to Weston
This adds an image that boots directly to Weston on KMS/DRM, and includes the Weston terminal and gtk+3-demo for incredibly basic testing. (From OE-Core rev: 18d88072f1392bbd98036f877c46c213af5b9722) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6a27d8bcf7
commit
a9f1a780d7
@@ -0,0 +1,9 @@
|
||||
DESCRIPTION = "A very basic Wayland image with a terminal"
|
||||
|
||||
IMAGE_FEATURES += "splash package-management"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit core-image
|
||||
|
||||
CORE_IMAGE_BASE_INSTALL += "weston weston-init gtk+3-demo"
|
||||
Reference in New Issue
Block a user