[b/linux-aws-edge] UBUNTU: [Packaging] Start shipping modules-extra
Stefan Bader
stefan.bader at canonical.com
Tue Jul 16 16:56:13 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-edge/control.d/flavour-control.stub | 8 ++------
debian.aws-edge/rules.d/amd64.mk | 2 +-
debian.aws-edge/rules.d/arm64.mk | 2 +-
3 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/debian.aws-edge/control.d/flavour-control.stub b/debian.aws-edge/control.d/flavour-control.stub
index 7e96965fc37e..eb6556e25874 100644
--- a/debian.aws-edge/control.d/flavour-control.stub
+++ b/debian.aws-edge/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-edge/rules.d/amd64.mk b/debian.aws-edge/rules.d/amd64.mk
index 0273586a1d84..92862ec61cbc 100644
--- a/debian.aws-edge/rules.d/amd64.mk
+++ b/debian.aws-edge/rules.d/amd64.mk
@@ -16,7 +16,7 @@ do_tools_perf = true
do_tools_x86 = true
do_tools_hyperv = false
do_extras_package = true
-ship_extras_package = false
+ship_extras_package = true
do_tools_common = false
do_tools_acpidbg = false
do_zfs = true
diff --git a/debian.aws-edge/rules.d/arm64.mk b/debian.aws-edge/rules.d/arm64.mk
index a38f1bebf6bc..fa43e1706760 100644
--- a/debian.aws-edge/rules.d/arm64.mk
+++ b/debian.aws-edge/rules.d/arm64.mk
@@ -16,7 +16,7 @@ do_tools_perf = true
do_tools_x86 = false
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