Add connectivity tests to dev images 33/33333/5
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Wed, 7 Jan 2015 15:06:24 +0000 (16:06 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Thu, 15 Jan 2015 11:41:28 +0000 (03:41 -0800)
Change-Id: Id35ed684a0e7a3e063fae1047de3d3a1d1891f10
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
meta-tizen-common-base/recipes-image/images/tizen-common-core-image-minimal-dev.bb
meta-tizen-common-demo/recipes-image/images/tizen-common-core-image-crosswalk-dev.bb
meta-tizen-ivi/recipes-image/images/tizen-ivi-Modello-image-dev.bb
meta-tizen-ivi/recipes-image/images/tizen-ivi-core-image-dev.bb
meta-tizen-ivi/recipes-image/images/tizen-ivi-ico-image-dev.bb

index 55b3200..5ddc169 100644 (file)
@@ -4,4 +4,5 @@ DESCRIPTION = "A weston image with Tizen common and \
 is suitable for development work."
 
 IMAGE_FEATURES += "dev-pkgs tools-debug debug-tweaks ssh-server-openssh"
-CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-dev-tools"
\ No newline at end of file
+CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-dev-tools"
+CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-tests-connectivity"
index 90dba6b..48e82a5 100644 (file)
@@ -4,4 +4,5 @@ DESCRIPTION = "A weston image with Tizen common and \
 is suitable for development work."
 
 IMAGE_FEATURES += "dev-pkgs tools-debug debug-tweaks ssh-server-openssh"
-CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-dev-tools"
\ No newline at end of file
+CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-dev-tools"
+CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-tests-connectivity"
index cc85806..f819bd7 100644 (file)
@@ -4,4 +4,5 @@ DESCRIPTION = "A Tizen ivi image base on Tizen ivi with Modello and \
                is suitable for development work."
 
 IMAGE_FEATURES += "dev-pkgs tools-debug debug-tweaks ssh-server-openssh"
-CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-dev-tools"
\ No newline at end of file
+CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-dev-tools"
+CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-tests-connectivity"
index a787300..dc6a7b2 100644 (file)
@@ -18,3 +18,4 @@ CORE_IMAGE_EXTRA_INSTALL += "connman-client"
 CORE_IMAGE_EXTRA_INSTALL += "git"
 CORE_IMAGE_EXTRA_INSTALL += "python-json"
 CORE_IMAGE_EXTRA_INSTALL += "dlogutil"
+CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-tests-connectivity"
index d05929d..6c46ba8 100644 (file)
@@ -4,4 +4,5 @@ DESCRIPTION = "A Tizen ivi image base on Tizen ivi with ico and \
                is suitable for development work."
 
 IMAGE_FEATURES += "dev-pkgs tools-debug debug-tweaks ssh-server-openssh"
-CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-dev-tools"
\ No newline at end of file
+CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-dev-tools"
+CORE_IMAGE_EXTRA_INSTALL += "packagegroup-tizen-tests-connectivity"