[pve-devel] Building pve-qemu containing qemu-system-aarch64

Geert Stappers stappers at stappers.it
Mon Feb 19 14:35:39 CET 2018


On Mon, Feb 19, 2018 at 02:00:54PM +0100, Geert Stappers wrote:
> On Mon, Feb 19, 2018 at 01:20:36PM +0100, Thomas Lamprecht wrote:
> > 
> > We only built the architecture of the current host system:
> > 
> > https://git.proxmox.com/?p=pve-qemu.git;a=blob;f=debian/rules;h=9396228865e4478bde22fa43aeefa868a0d11cb3;hb=HEAD#l40
> > 
> > Add your additional wished targets there.
>  
> How?
> 
> debian/rules
> line 40:        ./configure --with-confsuffix="/kvm" --target-list=$(ARCH)-softmmu \
> line 18:ARCH ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
> 
> Executing `dpkg-architecture -qDEB_HOST_GNU_CPU` gives only 1 architecture.
> 
> > >" $ find qemu.tmp/debian/pve-qemu-kvm  | grep bin/qemu-system
> > >" qemu.tmp/debian/pve-qemu-kvm/usr/bin/qemu-system-i386
> > >" qemu.tmp/debian/pve-qemu-kvm/usr/bin/qemu-system-x86_64
> That are 2 architectures.
> Line 40 plus line 18 say there should 1 architecture ...
> 
> 
> With '--target-list=' one will need a seperator between list items.
> What should the seperator be?   ( colon, comma, space, ... ? )
> 

Found this

     --target-list=LIST       set target list (default: build everything)


Cheers
Geert Stappers



More information about the pve-devel mailing list