]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
UBUNTU: snapcraft.yaml: stop invoking the obsolete (and non-existing) 'firmware_insta...
authorPaolo Pisati <paolo.pisati@canonical.com>
Tue, 17 Jul 2018 14:58:59 +0000 (16:58 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 14 Aug 2018 10:30:16 +0000 (12:30 +0200)
commit80ffa8698a6881860d42899789bcd7bd4efa6fe0
tree9ff8da9ae90ff62c78a14efd173d7bfc6f5c6639
parent7b12c7b0d682f6f95f379d9bc375a2318263a40b
UBUNTU: snapcraft.yaml: stop invoking the obsolete (and non-existing) 'firmware_install' target

BugLink: http://bugs.launchpad.net/bugs/1782166
The snapcraft.yaml in bionic/master (by default) invokes the now obsolete
'firmware_install' target that was removed in
5620a0d1aacd554ebebcff373e31107bb1ef7769 ("firmware: delete in-kernel
firmware"), and by invoking a non existing target, it fails to build.

Since firmware files were removed from the Linux source code, and we rely on
external files provided by the linux-firmware package, skip invoking
'firmware_install' altogether and fix the build.

Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Acked-by: Kleber Souza <kleber.souza@canonical.com>
Acked-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
snapcraft.yaml