diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-09-05 11:48:02 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-09-05 11:48:02 +0200 |
commit | df560728a3b76c857a12500bca1a701ad917b460 (patch) | |
tree | eca67f1e39f65a2ec738785a17ba0ab587ce83f2 | |
parent | a42a47f97c659dee713e6347aa6ec63be9470c67 (diff) | |
download | meta-df560728a3b76c857a12500bca1a701ad917b460.tar.gz meta-df560728a3b76c857a12500bca1a701ad917b460.tar.bz2 meta-df560728a3b76c857a12500bca1a701ad917b460.zip |
migrate installer EFI image to x86_64submit/tizen_common/20140905.103117submit/devel_common/20140922.084732accepted/tizen/common/20140905.155327
This make the installer usable on Minnowboard Max, which can only boot EFI 64bits images
Change-Id: Ibcbac34baf35f2566a9bb2f8b95f553b8704debd
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
-rw-r--r-- | common-targets.yaml | 2 | ||||
-rw-r--r-- | ks/common-installer-efi-x86_64.yaml (renamed from ks/common-installer-efi-i586.yaml) | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/common-targets.yaml b/common-targets.yaml index 25fba5c..1a27e1a 100644 --- a/common-targets.yaml +++ b/common-targets.yaml @@ -3,7 +3,6 @@ Targets: - Name: ia32-wayland Images: - common-installer-mbr-i586.yaml - - common-installer-efi-i586.yaml - common-wayland-mbr-i586.yaml - common-qa-unsafe-wayland-mbr-i586.yaml @@ -19,6 +18,7 @@ Targets: - Name: x86_64-wayland Images: + - common-installer-efi-x86_64.yaml - common-wayland-mbr-x86_64.yaml - common-wayland-efi-x86_64.yaml - common-qa-unsafe-wayland-mbr-x86_64.yaml diff --git a/ks/common-installer-efi-i586.yaml b/ks/common-installer-efi-x86_64.yaml index 962f792..94a525a 100644 --- a/ks/common-installer-efi-i586.yaml +++ b/ks/common-installer-efi-x86_64.yaml @@ -1,5 +1,5 @@ -Name: common-installer-efi-i586 -Architecture: ia32 +Name: common-installer-efi-x86_64 +Architecture: x86_64 Schedule: "*" Active: True Platform: Installer @@ -7,10 +7,10 @@ InstallerFrameworkPlugins: - bootloader - fstab Part: common-efi -FileName: common-installer-efi-i586 +FileName: common-installer-efi-x86_64 Kernel: kernel-profile-common Repos: - - common-wayland_i586 + - common-wayland_x86_64 Groups: - Generic Setup Boot PostScripts: |