Move Generic Setup Boot pattern to EFI images only 80/28280/1 submit/tizen_ivi/20141001.104516
authorMikko Ylinen <mikko.ylinen@intel.com>
Wed, 1 Oct 2014 10:31:01 +0000 (13:31 +0300)
committerMikko Ylinen <mikko.ylinen@intel.com>
Wed, 1 Oct 2014 10:31:01 +0000 (13:31 +0300)
Generic Setup Boot pattern belong to EFI images' kickstart files only.
It seems MIC handles syslinux-extlinux installation even without
setup-scripts.

Change-Id: Ic35b5a4424bf5955f67b06d81f644b0e17f2b379
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
ivi.yaml
ks/ivi-efi-i586.yaml
ks/ivi-efi-x86_64.yaml

index 9f563d5..343802c 100644 (file)
--- a/ivi.yaml
+++ b/ivi.yaml
@@ -33,7 +33,6 @@ Wayland-i586:
     Part: ivi-mbr
     UserGroups: "audio,video,weston-launch"
     Groups:
-        - Generic Setup Boot
         - Generic Middleware
         - Generic Wayland
         - Generic Crosswalk
@@ -47,7 +46,6 @@ Wayland-i586:
         - IVI Middleware Intel
         - IVI Applications
     PostScripts:
-        - generic-setup-boot
         - generic-middleware
         - generic-wayland
         - generic-multimedia
@@ -65,7 +63,6 @@ Wayland-x86_64:
     Part: ivi-mbr
     UserGroups: "audio,video,weston-launch"
     Groups:
-        - Generic Setup Boot
         - Generic Middleware
         - Generic Wayland
         - Generic Crosswalk
@@ -79,7 +76,6 @@ Wayland-x86_64:
         - IVI Middleware Intel
         - IVI Applications
     PostScripts:
-        - generic-setup-boot
         - generic-middleware
         - generic-wayland
         - generic-multimedia
index c93f13a..642d2f4 100644 (file)
@@ -10,6 +10,9 @@ FileName: ivi-efi-i586
 Kernel: kernel-profile-ivi
 Repos:
     - ivi
+Groups:
+    - Generic Setup Boot
 ExtraPackages:
     - ivi-repos
-PostScripts: []
+PostScripts:
+    - generic-setup-boot
index 0b27787..12dac41 100644 (file)
@@ -10,6 +10,9 @@ FileName: ivi-efi-x86_64
 Kernel: kernel-profile-ivi
 Repos:
     - ivi64
+Groups:
+    - Generic Setup Boot
 ExtraPackages:
     - ivi-repos
-PostScripts: []
+PostScripts:
+    - generic-setup-boot