Skip to content

Commit

Permalink
22.04 images: fix v4l dkms compilation issues (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson authored Sep 30, 2024
1 parent e46c21a commit 8f0647d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ output-vagrant*

build
dist

# coverage stuff
.coverage
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ pkg_name="linux-gcp-${short_version}-headers-${version_minus_dash_gcp}"
sudo apt-get update
sudo apt-get -y reinstall linux-headers-gcp linux-headers-`uname -r` ${pkg_name}

# TODO: remove this once the bugs below are fixed
#
# issue: Kernel 6.8.0 removes strlcpy, but the canonical-shipped v4l2loopback module uses it still.
# see: https://bugs.launchpad.net/ubuntu/+source/v4l2loopback/+bug/2076951
# https://bugs.launchpad.net/ubuntu/+source/v4l2loopback/+bug/2078961
#
# remove 6.8.0 kernel packages for now
sudo apt-get remove -y linux-image-6.8.0-1015-gcp linux-gcp-6.8-tools-6.8.0-1015 linux-gcp-6.8-headers-6.8.0-1015

#
# apt packages
Expand Down

0 comments on commit 8f0647d

Please sign in to comment.