[x/linux-aws] UBUNTU: [Packaging] Start shipping modules-extra
Stefan Bader
stefan.bader at canonical.com
Tue Jul 16 16:56:15 UTC 2019
BugLink: https://bugs.launchpad.net/bugs/1836706
To be consistent across derivatives and in order to allow
out of tree modules to properly compile and giving a quick
work-around to people needing additional modules by default,
we re-enable shipping linux-modules-extra.
Everything in there is always being compiled anyway.
Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
---
debian.aws/control.d/flavour-control.stub | 8 ++------
debian.aws/rules.d/amd64.mk | 2 +-
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/debian.aws/control.d/flavour-control.stub b/debian.aws/control.d/flavour-control.stub
index a5919d4a6df7..0887181e121c 100644
--- a/debian.aws/control.d/flavour-control.stub
+++ b/debian.aws/control.d/flavour-control.stub
@@ -72,17 +72,13 @@ Description: Linux kernel extra modules for version PKGVER on DESC
This package contains the Linux kernel extra modules for version PKGVER on
DESC.
.
- Also includes the corresponding System.map file, the modules built by the
- packager, and scripts that try to ensure that the system is not left in an
- unbootable state after an update.
- .
Supports SUPPORTED processors.
.
TARGET
.
You likely do not want to install this package directly. Instead, install
- the linux-FLAVOUR meta-package, which will ensure that upgrades work
- correctly, and that supporting packages are also installed.
+ the linux-modules-extra-FLAVOUR meta-package, which will ensure that upgrades
+ work correctly, and that supporting packages are also installed.
Package: linux-headers-PKGVER-ABINUM-FLAVOUR
Build-Profiles: <!stage1>
diff --git a/debian.aws/rules.d/amd64.mk b/debian.aws/rules.d/amd64.mk
index b1af48fbd34b..c3b156a92a44 100644
--- a/debian.aws/rules.d/amd64.mk
+++ b/debian.aws/rules.d/amd64.mk
@@ -15,7 +15,7 @@ do_tools_perf = true
do_tools_x86 = true
do_tools_hyperv = true
do_extras_package = true
-ship_extras_package = false
+ship_extras_package = true
do_tools_common = true
do_zfs = true
do_libc_dev_package = false
--
2.17.1
More information about the kernel-team
mailing list