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.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-graphics/images/core-image-weston.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/recipes-graphics/images/core-image-weston.bb diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb new file mode 100644 index 0000000..e49b205 --- /dev/null +++ b/meta/recipes-graphics/images/core-image-weston.bb @@ -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" -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
