[PATCH 0/2][F] Build linux-libc-dev for riscv64 from main kernel package

Seth Forshee seth.forshee at canonical.com
Wed Jul 8 16:27:22 UTC 2020


BugLink: https://bugs.launchpad.net/bugs/1886188

SRU Justification

Impact: Building linux-libc-dev for riscv64 from the linux-riscv package means
that it can have a different version from the package on other architectures.
This makes it uninstallable for cross building.

Fix: Move the riscv64 linux-libc-dev build back to the main kernel package so
that the version will match.

Test Case: See bug description.

Regression Potential: This could cause trouble if the main kernel package
version is behind the linux-riscv package version, and may require artificially
inflating the version of the linux package. Currently this is not necessary,
but it needs to be kept in mind when preparing packages for upload with the
fixes applied.

Note that these changes should only be applied along with the
corresponding changes for linux-riscv, sent separately.

Thanks,
Seth

---

Seth Forshee (2):
  UBUNTU: [Packaging] Produce linux-libc-deb package for riscv64
  UBUNTU: [Debian] Disallow building linux-libc-dev from linux-riscv

 debian.master/control.d/linux-libc-dev.stub |  2 +-
 debian.master/rules.d/riscv64.mk            | 21 +++++++++++++++++++++
 debian/rules.d/2-binary-arch.mk             |  2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)
 create mode 100644 debian.master/rules.d/riscv64.mk



More information about the kernel-team mailing list