]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
UBUNTU: [Packaging] Turn on ODM support for amd64
authorStefan Bader <stefan.bader@canonical.com>
Fri, 11 Jun 2021 10:01:00 +0000 (12:01 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Fri, 18 Jun 2021 09:37:08 +0000 (11:37 +0200)
BugLink: https://bugs.launchpad.net/1912789
Now there is the support in place let us turn this on for amd64. This is
added as enabled generally in the config because otherwise updating the
config for drivers depending on it would not work. It is changed at
build time for arches which have not enabled it. Also it will
automatically go away for backports.

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
Acked-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
(backported from commit 4aeffc246531a666c1fad1925ebf1a6e68a704e4 focal)
Signed-off-by: Chia-Lin Kao (AceLan) <acelan.kao@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
debian.master/config/config.common.ubuntu
debian.master/rules.d/amd64.mk

index 21f707e81e37a96aa5f592635658f5f9afb172be..9452e72338e377b139f711d5700ba3dc5207e60b 100644 (file)
@@ -11027,6 +11027,7 @@ CONFIG_UBIFS_FS_ZLIB=y
 CONFIG_UBIFS_FS_ZSTD=y
 # CONFIG_UBSAN is not set
 CONFIG_UBUNTU_HOST=m
+CONFIG_UBUNTU_ODM_DRIVERS=y
 CONFIG_UCB1400_CORE=m
 CONFIG_UCC=y
 CONFIG_UCC_FAST=y
index 5c039a8da72c160204a870ddd0c8ea23a846ecc2..9794ca84df212e72dfcd901714663687eae33749 100644 (file)
@@ -21,3 +21,4 @@ do_extras_package = true
 do_tools_common = true
 do_tools_acpidbg = true
 do_zfs         = true
+do_odm_drivers    = true