[elbe-devel] [PATCH v2] add ppc64le buildtype
Torben Hohn
torben.hohn at linutronix.de
Thu Apr 25 10:15:38 CEST 2019
On Thu, Apr 25, 2019 at 10:12:40AM +0200, Manuel Traut wrote:
> the powerpc.xml example uses that buildtype, however it was not
> availalbe so far. So add it to be able to build the example.
>
> Signed-off-by: Manuel Traut <manut at linutronix.de>
ah...
Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>
> ---
>
> changes since v1:
> * remove accidently added return 0 in initvmaction.py
>
> elbepack/xmldefaults.py | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> diff --git a/elbepack/xmldefaults.py b/elbepack/xmldefaults.py
> index dbc93db1..b890f480 100644
> --- a/elbepack/xmldefaults.py
> +++ b/elbepack/xmldefaults.py
> @@ -117,6 +117,17 @@ ppcspe_defaults = {
> "triplet": "powerpc-linux-gnuspe"
> }
>
> +ppc64el_defaults = {
> + "arch": "ppc64el",
> + "interpreter": "qemu-system-ppc64",
> + "interpreterversion": "0.0.0",
> + "userinterpr": "qemu-ppc64le-static",
> + "console": "ttyS0,115200n1",
> + "machine": "none",
> + "nicmodel": "virtio",
> + "triplet": "ppc64le-linux-gnuspe"
> +}
> +
> amd64_defaults = {
> "arch": "amd64",
> "interpreter": find_kvm_exe()[0],
> @@ -155,6 +166,7 @@ defaults = {"armel": armel_defaults,
> "aarch64": aarch64_defaults,
> "ppc": ppc_defaults,
> "ppcspe": ppcspe_defaults,
> + "ppc64el": ppc64el_defaults,
> "amd64": amd64_defaults,
> "i386": i386_defaults,
> "nodefaults": {}}
> --
> 2.20.1
>
--
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99
Hinweise zum Datenschutz finden Sie hier (Informations on data privacy
can be found here): https://linutronix.de/kontakt/Datenschutz.php
Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen |
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20190425/b6f74125/attachment.sig>
More information about the elbe-devel
mailing list