From 59ba812bcd8c5bca94d10a2dbc113b17da8f7efa Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Fri, 14 Feb 2014 18:25:26 +0800 Subject: [PATCH] Be compatible with image creation in jenkins The jenkins new release 0.15 with image creation feature will be deployed soon. At the first step, BOSS and jenkins will run in parallel to verifiy the new feature. This change add one new ks to support image creation in jenkins, which will not block image creation in BOSS. Change-Id: Iefd21d8f3008c5b6e04cd77b35ad430d05bda4c5 Signed-off-by: Lin Yang --- ivi-repos.yaml | 4 ++++ ivi.yaml | 20 ++++++++++++++++++-- ks/ivi-mbr-i586-JJ.yaml | 18 ++++++++++++++++++ 3 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 ks/ivi-mbr-i586-JJ.yaml diff --git a/ivi-repos.yaml b/ivi-repos.yaml index fcd3bca..f18006b 100644 --- a/ivi-repos.yaml +++ b/ivi-repos.yaml @@ -5,3 +5,7 @@ Repositories: - Name: ivi-debug Url: https://download.tizen.org/snapshots/tizen/ivi/@ivi/BUILD_ID@/repos/ivi/@ARCH@/debug/ Options: + + - Name: ivi-standard + Url: https://download.tizen.org/.snapshots/tizen/ivi/ivi/@BUILD_ID@/repos/standard/packages/ + Options: diff --git a/ivi.yaml b/ivi.yaml index b76af61..5e490d8 100644 --- a/ivi.yaml +++ b/ivi.yaml @@ -16,8 +16,6 @@ Default: BootloaderOptions: "--ptable=gpt" StartX: False Desktop: None - Repos: - - ivi SaveRepos: False UserGroups: "audio,video" Groups: @@ -42,6 +40,8 @@ Wayland-i586: PostScripts: - base-weston-default - vconf-keys-default + Repos: + - ivi Wayland-x86_64: @@ -55,3 +55,19 @@ Wayland-x86_64: PostScripts: - base-weston-default - vconf-keys-default + Repos: + - ivi + +Wayland-i586-JJ: + Part: ivi-mbr + UserGroups: "audio,video,weston-launch" + Groups: + - IVI Middleware + - Wayland + - Console Tools + - IVI Applications + PostScripts: + - base-weston-default + - vconf-keys-default + Repos: [] + diff --git a/ks/ivi-mbr-i586-JJ.yaml b/ks/ivi-mbr-i586-JJ.yaml new file mode 100644 index 0000000..8b0ae46 --- /dev/null +++ b/ks/ivi-mbr-i586-JJ.yaml @@ -0,0 +1,18 @@ +Name: IVI MBR i586 +Schedule: " " +Active: True +Platform: Wayland-i586-JJ +InstallerFrameworkPlugins: + - bootloader + - fstab +Part: ivi-mbr +FileName: ivi-mbr-i586-JJ +Kernel: kernel-x86-ivi +Repos: + - ivi-standard +ExtraPackages: + - ivi-repos + - setup-extlinux + - setup-ivi-clone +PostScripts: + - setup-ivi -- 2.7.4