~canonical-server/ubuntu/+source/qemu:backport-qemu-bionic-fromjammy

Last commit made on 2022-05-30
Get this branch:
git clone -b backport-qemu-bionic-fromjammy https://git.launchpad.net/~canonical-server/ubuntu/+source/qemu
Members of Canonical Server can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
backport-qemu-bionic-fromjammy
Repository:
lp:~canonical-server/ubuntu/+source/qemu

Recent commits

b678f85... by Christian Ehrhardt 

d/control: do not enable zstd (lib in bionic is too old)

Signed-off-by: Christian Ehrhardt <email address hidden>

06535f5... by Christian Ehrhardt 

d/control: relax failing python3-sphinx:native (only needed for cross builds)

Signed-off-by: Christian Ehrhardt <email address hidden>

2b8cfff... by Christian Ehrhardt 

d/control: disable new glusterfs support (not new enough on bionic)

Signed-off-by: Christian Ehrhardt <email address hidden>

c464959... by Christian Ehrhardt 

d/control: disable fuse, older releases not yet on fuse3

Signed-off-by: Christian Ehrhardt <email address hidden>

77e1011... by Christian Ehrhardt 

Backport: fcf-protection does not exist in bionic

Later Ubuntu release have enabled fcf-protection by default and several
rom builds needed to specify to NOT enable it. But in the Bionic
backport this triggers:
  cc: error: unrecognized command line option ‘-fcf-protection=none’

The option didn't exist at all back then, so remove it from the compiler
calls to fix this being an FTBFS in Bionic.

Signed-off-by: Christian Ehrhardt <email address hidden>

2a375a4... by Christian Ehrhardt 

d/control*: add libncursesw5-dev needed for the bionic backport

Signed-off-by: Christian Ehrhardt <email address hidden>

c743567... by Christian Ehrhardt 

d/control, d/rules: do not build hppa firmware on bionic (FTFBS)

Signed-off-by: Christian Ehrhardt <email address hidden>

65bffb9... by Christian Ehrhardt 

d/control: libssl-dev was not implicit in bionic, add build-dep

Signed-off-by: Christian Ehrhardt <email address hidden>

444fcad... by Christian Ehrhardt 

d/p/series: disable openbios-address-of-packet-member.patch that FTBFS with the older toolchain

Signed-off-by: Christian Ehrhardt <email address hidden>

34d4d22... by Christian Ehrhardt 

d/control: disable libssh usage

This causes an FTFBS on the older libssh-dev in bionic

/<<PKGBUILDDIR>>/block/ssh.c:297:10: error: ‘SSH_KNOWN_HOSTS_CHANGED’
undeclared (first use in this function); did you mean ‘SSH_KNOWN_HOSTS_OK’?
     case SSH_KNOWN_HOSTS_CHANGED:

Furthermore ssh based block devices is a rearely used feature, so it
can be disabled for the backport.

Signed-off-by: Christian Ehrhardt <email address hidden>