From c158582c0fc7f4bd73980fe9adad446855f4d61b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:19:54 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../virt-test/files/add_enea_linux_support.patch | 78 ++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 recipes-test/virt-test/files/add_enea_linux_support.patch (limited to 'recipes-test/virt-test/files/add_enea_linux_support.patch') diff --git a/recipes-test/virt-test/files/add_enea_linux_support.patch b/recipes-test/virt-test/files/add_enea_linux_support.patch new file mode 100644 index 0000000..0a5f2ba --- /dev/null +++ b/recipes-test/virt-test/files/add_enea_linux_support.patch @@ -0,0 +1,78 @@ +virt-test: Add Enea Linux configuration + +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Petre Pircalabu +Signed-off-by: Jonas Eriksson + +--- /dev/null ++++ b/shared/cfg/guest-os/Linux/Enea.cfg +@@ -0,0 +1,4 @@ ++- Enea: ++ no setup ++ shell_prompt = "^.*@.*[\#\$]\s*$" ++ password = "" +--- /dev/null ++++ b/shared/cfg/guest-os/Linux/Enea/4.0_x86_64.cfg +@@ -0,0 +1,3 @@ ++- 4.0.x86_64: ++ image_name = images/enea-4.0-x86_64 ++ vm_arch_name = x86_64 +--- /dev/null ++++ b/shared/cfg/guest-os/Linux/Enea/4.0_ppc.cfg +@@ -0,0 +1,7 @@ ++- 4.0.ppc: ++ image_name = images/enea-4.0-ppc ++ only p4080ds ++ kernel = images/enea-4.0-ppc.uImage ++ initrd = images/enea-4.0-ppc.cpio.gz ++ kernel_params = "console=ttyS0,115200n8" ++ vm_arch_name = ppc +--- /dev/null ++++ b/shared/cfg/guest-os/Linux/Enea/4.0_ppc64.cfg +@@ -0,0 +1,6 @@ ++- 4.0.ppc64: ++ image_name = images/enea-4.0-ppc64 ++ kernel = images/enea-4.0-ppc64.uImage ++ initrd = images/enea-4.0-ppc64.cpio.gz ++ kernel_params = "console=ttyS0,115200n8" ++ vm_arch_name = ppc64 +--- /dev/null ++++ b/shared/downloads/enea-4.0-x86_64.ini +@@ -0,0 +1,5 @@ ++[enea-4.0-x86_64] ++title = Enea Linux 4.0 x86_64 ++destination = images/enea-4.0-x86_64.qcow2.gz ++destination_uncompressed = images/enea-4.0-x86_64.qcow2 ++ +--- /dev/null ++++ b/shared/downloads/enea-4.0-ppc.ini +@@ -0,0 +1,4 @@ ++[enea-4.0-ppc] ++title = Enea Linux 4.0 ppc(32) ++destination = images/enea-4.0-ppc.qcow2.gz ++destination_uncompressed = images/enea-4.0-ppc.qcow2 +--- /dev/null ++++ b/shared/downloads/enea-4.0-ppc64.ini +@@ -0,0 +1,4 @@ ++[enea-4.0-ppc64] ++title = Enea Linux 4.0 ppc64 ++destination = images/enea-4.0-ppc64.qcow2.gz ++destination_uncompressed = images/enea-4.0-ppc64.qcow2 +diff --git a/shared/cfg/machines.cfg b/shared/cfg/machines.cfg +index 0636d17..a81b81c 100644 +--- a/shared/cfg/machines.cfg ++++ b/shared/cfg/machines.cfg +@@ -15,3 +15,12 @@ variants: + - @pseries: + only ppc64 + machine_type = pseries ++ - @p4080ds: ++ only ppc ++ machine_type = ppce500 ++ display = nographic ++ take_regular_screendumps = no ++ direct_serials = "serial0" ++ isa_serials = "" ++ cpu_model = e500mc ++ auto_cpu_model = no -- cgit v1.2.3-54-g00ecf