Update images recipes
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 12 May 2014 15:05:10 +0000 (17:05 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 12 May 2014 15:08:47 +0000 (17:08 +0200)
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-image/images/tizen-common-core-image-minimal-dev.bb
recipes-image/images/tizen-common-core-image-minimal.bb

index c58a643..fbf7b2f 100644 (file)
@@ -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
index 839e603..8a17a62 100644 (file)
@@ -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