Re: [PATCH for-next 6/6] automation: add container for riscv64 builds

2021-02-25 Thread Connor Davis
On Thu, Feb 25, 2021 at 04:31:13PM -0800, Stefano Stabellini wrote: > On Thu, 25 Feb 2021, Connor Davis wrote: > > Add a container for cross-compiling xen to riscv64. > > This just includes the cross-compiler and necessary packages for > > building xen itself (packages for tools, stubdoms, etc., ca

Re: [PATCH for-next 6/6] automation: add container for riscv64 builds

2021-02-25 Thread Stefano Stabellini
On Thu, 25 Feb 2021, Connor Davis wrote: > Add a container for cross-compiling xen to riscv64. > This just includes the cross-compiler and necessary packages for > building xen itself (packages for tools, stubdoms, etc., can be > added later). > > To build xen in the container run the following: >

[PATCH for-next 6/6] automation: add container for riscv64 builds

2021-02-25 Thread Connor Davis
Add a container for cross-compiling xen to riscv64. This just includes the cross-compiler and necessary packages for building xen itself (packages for tools, stubdoms, etc., can be added later). To build xen in the container run the following: $ make XEN_TARGET_ARCH=riscv64 SUBSYSTEMS=xen Signed