From b1beec1833e33b7e286c0c24215414eb0db31225 Mon Sep 17 00:00:00 2001 From: Joonsub Lee Date: Sun, 7 Dec 2014 14:35:13 +0900 Subject: Change image name "common-*" to "mobile-*" Referred from https://review.tizen.org/gerrit/#/c/31573/ Change-Id: I766268a1f38dab5be27f8c59b4b5e366184602a1 --- ks/common-boot-armv7l-odroidu3.yaml | 14 -------------- ks/common-x11-2parts-armv7l.yaml | 11 ----------- ks/common-x11-3parts-armv7l-odroidu3.yaml | 10 ---------- ks/common-x11-mbr-i586.yaml | 16 ---------------- ks/mobile-boot-armv7l-odroidu3.yaml | 14 ++++++++++++++ ks/mobile-x11-2parts-armv7l.yaml | 11 +++++++++++ ks/mobile-x11-3parts-armv7l-odroidu3.yaml | 10 ++++++++++ ks/mobile-x11-mbr-i586.yaml | 16 ++++++++++++++++ mobile-targets.yaml | 10 +++++----- 9 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 ks/common-boot-armv7l-odroidu3.yaml delete mode 100644 ks/common-x11-2parts-armv7l.yaml delete mode 100644 ks/common-x11-3parts-armv7l-odroidu3.yaml delete mode 100644 ks/common-x11-mbr-i586.yaml create mode 100644 ks/mobile-boot-armv7l-odroidu3.yaml create mode 100644 ks/mobile-x11-2parts-armv7l.yaml create mode 100644 ks/mobile-x11-3parts-armv7l-odroidu3.yaml create mode 100644 ks/mobile-x11-mbr-i586.yaml diff --git a/ks/common-boot-armv7l-odroidu3.yaml b/ks/common-boot-armv7l-odroidu3.yaml deleted file mode 100644 index cc25735..0000000 --- a/ks/common-boot-armv7l-odroidu3.yaml +++ /dev/null @@ -1,14 +0,0 @@ -Name: common-boot-armv7l-odroidu3 -Architecture: armv7l -Schedule: "*" -Active: True -Platform: Boot-Odroidu3 -Part: common-mbr-boot -Mic2Options: -f loop --pack-to=@NAME@.tar.gz -FileName: common-boot-armv7l-odroidu3 -Group: Common Boot Odroid U3 -Attachment: - - /var/tmp/u-boot/u-boot-mmc.bin - - /var/tmp/u-boot/params.bin -Repos: - - common-x11_armv7l diff --git a/ks/common-x11-2parts-armv7l.yaml b/ks/common-x11-2parts-armv7l.yaml deleted file mode 100644 index 3b4487a..0000000 --- a/ks/common-x11-2parts-armv7l.yaml +++ /dev/null @@ -1,11 +0,0 @@ -Name: common-x11-2parts-armv7l -Architecture: armv7l -Schedule: "*" -Active: True -Platform: X11 -Part: common-mbr-2parts -Mic2Options: -f loop --pack-to=@NAME@.tar.gz --copy-kernel -FileName: common-x11-2parts-armv7l -Kernel: kernel-profile-common -Repos: - - common-x11_armv7l diff --git a/ks/common-x11-3parts-armv7l-odroidu3.yaml b/ks/common-x11-3parts-armv7l-odroidu3.yaml deleted file mode 100644 index 6c0694f..0000000 --- a/ks/common-x11-3parts-armv7l-odroidu3.yaml +++ /dev/null @@ -1,10 +0,0 @@ -Name: common-x11-3parts-armv7l-odroidu3 -Architecture: armv7l -Schedule: "*" -Active: True -Platform: X11 -Part: common-mbr-3parts -Mic2Options: -f loop --pack-to=@NAME@.tar.gz -FileName: common-x11-3parts-armv7l-odroidu3 -Repos: - - common-x11_armv7l diff --git a/ks/common-x11-mbr-i586.yaml b/ks/common-x11-mbr-i586.yaml deleted file mode 100644 index e681922..0000000 --- a/ks/common-x11-mbr-i586.yaml +++ /dev/null @@ -1,16 +0,0 @@ -Name: common-x11-mbr-i586 -Architecture: ia32 -Schedule: "*" -Active: True -Platform: X11 -Part: common-mbr -FileName: common-x11-mbr-i586 -Kernel: kernel-profile-common -Repos: - - common-x11_i586 -Groups: - - Generic X11 Intel - - Generic Multimedia Intel -PostScripts: - - generic-x11-intel - - generic-multimedia-intel diff --git a/ks/mobile-boot-armv7l-odroidu3.yaml b/ks/mobile-boot-armv7l-odroidu3.yaml new file mode 100644 index 0000000..808e698 --- /dev/null +++ b/ks/mobile-boot-armv7l-odroidu3.yaml @@ -0,0 +1,14 @@ +Name: mobile-boot-armv7l-odroidu3 +Architecture: armv7l +Schedule: "*" +Active: True +Platform: Boot-Odroidu3 +Part: common-mbr-boot +Mic2Options: -f loop --pack-to=@NAME@.tar.gz +FileName: mobile-boot-armv7l-odroidu3 +Group: Common Boot Odroid U3 +Attachment: + - /var/tmp/u-boot/u-boot-mmc.bin + - /var/tmp/u-boot/params.bin +Repos: + - common-x11_armv7l diff --git a/ks/mobile-x11-2parts-armv7l.yaml b/ks/mobile-x11-2parts-armv7l.yaml new file mode 100644 index 0000000..b12189c --- /dev/null +++ b/ks/mobile-x11-2parts-armv7l.yaml @@ -0,0 +1,11 @@ +Name: mobile-x11-2parts-armv7l +Architecture: armv7l +Schedule: "*" +Active: True +Platform: X11 +Part: common-mbr-2parts +Mic2Options: -f loop --pack-to=@NAME@.tar.gz --copy-kernel +FileName: mobile-x11-2parts-armv7l +Kernel: kernel-profile-common +Repos: + - common-x11_armv7l diff --git a/ks/mobile-x11-3parts-armv7l-odroidu3.yaml b/ks/mobile-x11-3parts-armv7l-odroidu3.yaml new file mode 100644 index 0000000..59a4cb7 --- /dev/null +++ b/ks/mobile-x11-3parts-armv7l-odroidu3.yaml @@ -0,0 +1,10 @@ +Name: mobile-x11-3parts-armv7l-odroidu3 +Architecture: armv7l +Schedule: "*" +Active: True +Platform: X11 +Part: common-mbr-3parts +Mic2Options: -f loop --pack-to=@NAME@.tar.gz +FileName: mobile-x11-3parts-armv7l-odroidu3 +Repos: + - common-x11_armv7l diff --git a/ks/mobile-x11-mbr-i586.yaml b/ks/mobile-x11-mbr-i586.yaml new file mode 100644 index 0000000..6527503 --- /dev/null +++ b/ks/mobile-x11-mbr-i586.yaml @@ -0,0 +1,16 @@ +Name: mobile-x11-mbr-i586 +Architecture: ia32 +Schedule: "*" +Active: True +Platform: X11 +Part: common-mbr +FileName: mobile-x11-mbr-i586 +Kernel: kernel-profile-common +Repos: + - common-x11_i586 +Groups: + - Generic X11 Intel + - Generic Multimedia Intel +PostScripts: + - generic-x11-intel + - generic-multimedia-intel diff --git a/mobile-targets.yaml b/mobile-targets.yaml index 347e888..5a6b6dd 100644 --- a/mobile-targets.yaml +++ b/mobile-targets.yaml @@ -2,10 +2,10 @@ Targets: - Name: arm-x11 Images: - - common-boot-armv7l-odroidu3.yaml - - common-x11-2parts-armv7l.yaml - - common-x11-3parts-armv7l-odroidu3.yaml + - mobile-boot-armv7l-odroidu3.yaml + - mobile-x11-2parts-armv7l.yaml + - mobile-x11-3parts-armv7l-odroidu3.yaml -# - Name: ia32-x11 +# - Name: ia32-x11 # Images: -#- common-x11-mbr-i586.yaml +# - mobile-x11-mbr-i586.yaml -- cgit v1.2.3