From 871cddb6d6e42aa5f7aa35e6f05aec342025a50e Mon Sep 17 00:00:00 2001 From: Damian Hobson-Garcia Date: Mon, 15 Sep 2014 16:02:38 +0800 Subject: [PATCH] Add repo path for ARM packages and add ARM IVI middleware. Change-Id: Icc3dc46ce4dfb0ed5de95c8995b26faec85174b8 Signed-off-by: Tony SIM --- ivi-repos.yaml | 2 ++ ivi.yaml | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/ivi-repos.yaml b/ivi-repos.yaml index ee0100f..0d5d6f6 100644 --- a/ivi-repos.yaml +++ b/ivi-repos.yaml @@ -5,3 +5,5 @@ Repositories: Url: https://download.tizen.org/snapshots/tizen/ivi/@BUILD_ID@/repos/atom/debug/ - Name: emul Url: https://download.tizen.org/snapshots/tizen/ivi/@BUILD_ID@/repos/emulator/packages/ + - Name: ivi-arm + Url: https://download.tizen.org/snapshots/tizen/ivi/@BUILD_ID@/repos/arm/packages/ diff --git a/ivi.yaml b/ivi.yaml index f5e6407..b6f69cd 100644 --- a/ivi.yaml +++ b/ivi.yaml @@ -87,3 +87,30 @@ Wayland-x86_64: - ivi-applications Repos: - ivi + +Wayland-ARM: + Part: ivi-mbr + UserGroups: "audio,video,weston-launch" + Groups: + - Generic Middleware + - Generic Wayland + - Generic Crosswalk + - Generic Multimedia + - Generic Bluetooth + - Generic Console Tools + - Generic Desktop Applications + - IVI UX Weston + - IVI Middleware + - IVI Applications + PostScripts: + - generic-middleware + - generic-wayland + - generic-crosswalk + - generic-multimedia + - generic-bluetooth + - generic-console-tools + - generic-desktop-applications + - ivi-ux-weston + - ivi-applications + Repos: + - ivi-arm -- 2.7.4