Declare new 64 bits target, repos and images 39/28039/2
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 24 Sep 2014 16:06:56 +0000 (18:06 +0200)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Thu, 25 Sep 2014 08:36:03 +0000 (10:36 +0200)
Change-Id: I417ea74a6434617797170a165000e9d1714ebc0f
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
ivi-repos.yaml
ivi-targets.yaml
ks/ivi-efi-i586.yaml
ks/ivi-efi-x86_64.yaml [new file with mode: 0644]

index 0d5d6f6..2e3df08 100644 (file)
@@ -3,6 +3,10 @@ Repositories:
         Url:  https://download.tizen.org/snapshots/tizen/ivi/@BUILD_ID@/repos/atom/packages/
     -   Name: ivi-debug
         Url:  https://download.tizen.org/snapshots/tizen/ivi/@BUILD_ID@/repos/atom/debug/
+    -   Name: ivi64
+        Url:  https://download.tizen.org/snapshots/tizen/ivi/@BUILD_ID@/repos/atom64/packages/
+    -   Name: ivi64-debug
+        Url:  https://download.tizen.org/snapshots/tizen/ivi/@BUILD_ID@/repos/atom64/debug/
     -   Name: emul
         Url:  https://download.tizen.org/snapshots/tizen/ivi/@BUILD_ID@/repos/emulator/packages/
     -   Name: ivi-arm
index ec6b743..a394dd3 100644 (file)
@@ -5,6 +5,10 @@ Targets:
             - ivi-efi-i586.yaml
             - ivi-mbr-i586.yaml
 
+    -   Name: atom64
+        Images:
+            - ivi-efi-x86_64.yaml
+
     -   Name: emulator
         Images:
             - ivi-mbr-i586-emul.yaml
index cf756f4..619e56f 100644 (file)
@@ -2,7 +2,7 @@ Name: IVI EFI i586
 Schedule: "*"
 Active: True
 Platform: Wayland-i586
-InstallerFrameworkPlugins: 
+InstallerFrameworkPlugins:
     - bootloader
     - fstab
 Part: ivi-efi
diff --git a/ks/ivi-efi-x86_64.yaml b/ks/ivi-efi-x86_64.yaml
new file mode 100644 (file)
index 0000000..6878f97
--- /dev/null
@@ -0,0 +1,18 @@
+Name: IVI EFI x86_64
+Schedule: "*"
+Active: True
+Platform: Wayland-x86_64
+InstallerFrameworkPlugins:
+    - bootloader
+    - fstab
+Part: ivi-efi
+FileName: ivi-efi-x86_64
+Kernel: kernel-x86-ivi
+Repos:
+    - ivi64
+ExtraPackages:
+    - ivi-repos
+    - gummiboot-splash
+    - setup-gummiboot
+    - setup-ivi-clone
+PostScripts: []