Be compatible with image creation in jenkins 79/16379/2
authorLin Yang <lin.a.yang@intel.com>
Fri, 14 Feb 2014 10:25:26 +0000 (18:25 +0800)
committerLin Yang <lin.a.yang@intel.com>
Mon, 17 Feb 2014 02:14:16 +0000 (10:14 +0800)
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 <lin.a.yang@intel.com>
ivi-repos.yaml
ivi.yaml
ks/ivi-mbr-i586-JJ.yaml [new file with mode: 0644]

index fcd3bca..f18006b 100644 (file)
@@ -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:
index b76af61..5e490d8 100644 (file)
--- 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 (file)
index 0000000..8b0ae46
--- /dev/null
@@ -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