From a2bd9f95f0c19fa1dc465d29e88376b2adf0da26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Mon, 12 May 2014 17:05:10 +0200 Subject: [PATCH] meta-tizen: Update images recipes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (From meta-tizen rev: 0a6ce4d707c61f666c3de01a249f0e1008db72a3) Signed-off-by: Kévin THIERRY Signed-off-by: Patrick Ohly --- .../images/tizen-common-core-image-minimal-dev.bb | 3 +-- .../images/tizen-common-core-image-minimal.bb | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/meta-tizen/recipes-image/images/tizen-common-core-image-minimal-dev.bb b/meta-tizen/recipes-image/images/tizen-common-core-image-minimal-dev.bb index c58a643..fbf7b2f 100644 --- a/meta-tizen/recipes-image/images/tizen-common-core-image-minimal-dev.bb +++ b/meta-tizen/recipes-image/images/tizen-common-core-image-minimal-dev.bb @@ -4,5 +4,4 @@ DESCRIPTION = "A weston image with Tizen common and \ is suitable for development work." IMAGE_FEATURES += "dev-pkgs" -IMAGE_INSTALL += "attr" -IMAGE_INSTALL += "connman" \ No newline at end of file +IMAGE_INSTALL += "attr" \ No newline at end of file diff --git a/meta-tizen/recipes-image/images/tizen-common-core-image-minimal.bb b/meta-tizen/recipes-image/images/tizen-common-core-image-minimal.bb index 839e603..8a17a62 100644 --- a/meta-tizen/recipes-image/images/tizen-common-core-image-minimal.bb +++ b/meta-tizen/recipes-image/images/tizen-common-core-image-minimal.bb @@ -1,3 +1,17 @@ -require recipes-graphics/images/core-image-weston.bb +SUMMARY = "A very basic Wayland image with a terminal" -DESCRIPTION = "A weston image with Tizen common." \ No newline at end of file +IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" + +LICENSE = "MIT" + +inherit core-image distro_features_check + +REQUIRED_DISTRO_FEATURES = "wayland" + +CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples clutter-1.0-examples" + +DESCRIPTION = "A weston image with Tizen common." + +IMAGE_INSTALL += "connman" +IMAGE_INSTALL += "weston-common" +IMAGE_INSTALL += "crosswalk" \ No newline at end of file -- 2.7.4