From ed099dc589305a0da3549b4937eddba7652a689d Mon Sep 17 00:00:00 2001 From: Hyeongseok Oh Date: Mon, 30 Oct 2023 19:12:49 +0900 Subject: [PATCH] [infra/gbs] Add tizen 8.0 profile (#11818) This commit adds tizen 8.0 profile to gbs.conf. ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh --- infra/nnfw/config/gbs.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/infra/nnfw/config/gbs.conf b/infra/nnfw/config/gbs.conf index 23278bb3056..3e5b3545cb1 100644 --- a/infra/nnfw/config/gbs.conf +++ b/infra/nnfw/config/gbs.conf @@ -5,8 +5,17 @@ profile = profile.tizen [profile.tizen] repos = repo.base, repo.unified +[profile.tizen_8] +repos = repo.base_8, repo.unified_8 + [repo.unified] url = http://download.tizen.org/snapshots/TIZEN/Tizen-7.0/Tizen-7.0-Unified/latest/repos/standard/packages/ [repo.base] url = http://download.tizen.org/snapshots/TIZEN/Tizen-7.0/Tizen-7.0-Base/latest/repos/standard/packages/ + +[repo.unified_8] +url = http://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Unified/latest/repos/standard/packages/ + +[repo.base_8] +url = http://download.tizen.org/snapshots/TIZEN/Tizen-8.0/Tizen-8.0-Base/latest/repos/standard/packages/