From 1b1a5e29fdb8317a6526447c04e8244855bd95e1 Mon Sep 17 00:00:00 2001 From: Yonghee Han Date: Wed, 31 Oct 2018 10:28:53 +0900 Subject: [PATCH] Add a New projects for the tizen 5.0 projects : Tizen:5.0:Base , Tizen:5.0:Unified - repository: standard, emulator - architectures: ia32, x86_64, armv7l, aarch64 Change-Id: Iae34b0282c40607def9bc13d7dd6ad7dca8ab7f4 --- repos.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/repos.yaml b/repos.yaml index 427ca43..614b9ea 100755 --- a/repos.yaml +++ b/repos.yaml @@ -932,3 +932,40 @@ Repositories: - x86_64 - armv7l - aarch64 + + - Name: Tizen-5.0-base + Link: latest + Release: "tizen-5.0-base" + TopLevel: /srv/builds/temp/5.0-base + Project: Tizen:5.0:Base + ProjectConfig: yes + SnapshotDir: snapshots/tizen/5.0-base + PrereleaseDir: prerelease/tizen/5.0-base + Targets: + - Name: standard + Architectures: + - ia32 + - x86_64 + - armv7l + - aarch64 + + - Name: Tizen-5.0-unified + Link: latest + Release: "tizen-5.0-unified" + TopLevel: /srv/builds/temp/5.0-unified + Project: Tizen:5.0:Unified + ProjectConfig: yes + SnapshotDir: snapshots/tizen/5.0-unified + PrereleaseDir: prerelease/tizen/5.0-unified + Targets: + - Name: standard + Architectures: + - armv7l + - aarch64 + - x86_64 + - ia32 + - Name: emulator + Architectures: + - x86_64 + - ia32 + -- 2.7.4