summaryrefslogtreecommitdiff
path: root/common-targets.yaml
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-10-28 22:53:56 +0900
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>2014-10-28 08:51:12 -0700
commitada8787c4ae888952cec8c81e9e2969ae0463796 (patch)
tree39e932112a27834c2171bedd781667bee27dd76a /common-targets.yaml
parent0fad238c1a495b4aeda4b737ef57c91f5498cbe6 (diff)
downloadmeta-ada8787c4ae888952cec8c81e9e2969ae0463796.tar.gz
meta-ada8787c4ae888952cec8c81e9e2969ae0463796.tar.bz2
meta-ada8787c4ae888952cec8c81e9e2969ae0463796.zip
This patch intends to change partitions of arm from 4 to 3 partitions because it is better to split a boot image from the snapshot image. I think other boards like RD-PQ, Galaxy Gear2 and Renesas board want to run a test using common arm image. By splitting the boot image from snapshot image, we can download the snapshot image not only for odroid but also for other boards. Change-Id: Ia7aa4968f587b37b23e4a00a13a8889af1c73c70 Signed-off-by: Chanho Park <chanho61.park@samsung.com> Bug-Tizen: TC-1486
Diffstat (limited to 'common-targets.yaml')
-rw-r--r--common-targets.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/common-targets.yaml b/common-targets.yaml
index 23108e9..baa9313 100644
--- a/common-targets.yaml
+++ b/common-targets.yaml
@@ -26,13 +26,15 @@ Targets:
- Name: arm-wayland
Images:
+ - common-boot-armv7l-odroidu3.yaml
- common-wayland-2parts-armv7l.yaml
- - common-wayland-4parts-armv7l-odroidu3.yaml
+ - common-wayland-3parts-armv7l-odroidu3.yaml
- Name: arm-x11
Images:
+ - common-boot-armv7l-odroidu3.yaml
- common-x11-2parts-armv7l.yaml
- - common-x11-4parts-armv7l-odroidu3.yaml
+ - common-x11-3parts-armv7l-odroidu3.yaml
- Name: arm64-wayland
Images: []