diff options
author | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-23 20:02:32 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2014-05-23 20:02:32 +0200 |
commit | ac1199d1a0c42a2463747b4c2e9de1a3c4d99b79 (patch) | |
tree | 0d4f484d5cdcbd26b76cc695136f6b10b38d911c /ks | |
parent | b590da207e964e746bbb1a9eb666a174f7e7350b (diff) | |
download | meta-ac1199d1a0c42a2463747b4c2e9de1a3c4d99b79.tar.gz meta-ac1199d1a0c42a2463747b4c2e9de1a3c4d99b79.tar.bz2 meta-ac1199d1a0c42a2463747b4c2e9de1a3c4d99b79.zip |
added images for emulator and installer
Change-Id: Ic0e1470c9c6db9621fe679a6438726b10c5175de
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
Diffstat (limited to 'ks')
-rw-r--r-- | ks/common-emulator-qa-unsafe-wayland-mbr-i586.yaml | 14 | ||||
-rw-r--r-- | ks/common-emulator-wayland-mbr-i586.yaml | 10 | ||||
-rw-r--r-- | ks/common-installer-mbr-i586.yaml | 10 |
3 files changed, 34 insertions, 0 deletions
diff --git a/ks/common-emulator-qa-unsafe-wayland-mbr-i586.yaml b/ks/common-emulator-qa-unsafe-wayland-mbr-i586.yaml new file mode 100644 index 0000000..c0b5d64 --- /dev/null +++ b/ks/common-emulator-qa-unsafe-wayland-mbr-i586.yaml @@ -0,0 +1,14 @@ +Name: Common Emulator QA Unsafe Wayland MBR i586 +Architecture: ia32 +Schedule: "*" +Active: True +Platform: Wayland +Part: common-mbr +FileName: common-emulator-qa-unsafe-wayland-mbr-i586 +Kernel: kernel-x86-common +Repos: + - common-emulator-wayland_i586 +Groups: + - Common Automated QA Tools +PostScripts: + - common-autoqa diff --git a/ks/common-emulator-wayland-mbr-i586.yaml b/ks/common-emulator-wayland-mbr-i586.yaml new file mode 100644 index 0000000..1ccb487 --- /dev/null +++ b/ks/common-emulator-wayland-mbr-i586.yaml @@ -0,0 +1,10 @@ +Name: Common Emulator Wayland MBR i586 +Architecture: ia32 +Schedule: "*" +Active: True +Platform: Wayland +Part: common-mbr +FileName: common-emulator-wayland-mbr-i586 +Kernel: kernel-x86-common +Repos: + - common-emulator-wayland_i586 diff --git a/ks/common-installer-mbr-i586.yaml b/ks/common-installer-mbr-i586.yaml new file mode 100644 index 0000000..97c647d --- /dev/null +++ b/ks/common-installer-mbr-i586.yaml @@ -0,0 +1,10 @@ +Name: Common Installer MBR i586 +Architecture: ia32 +Schedule: "*" +Active: True +Platform: Installer +Part: common-mbr +FileName: common-installer-mbr-i586 +Kernel: kernel-x86-common +Repos: + - common-wayland_i586 |