~canonical-hwe-team/ubuntu/+source/linux-snap/+git/bionic:master

Last commit made on 2021-05-25
Get this branch:
git clone -b master https://git.launchpad.net/~canonical-hwe-team/ubuntu/+source/linux-snap/+git/bionic
Members of Canonical Hardware Enablement can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

08b6564... by Jesse Sung

Copy host trusted.gpg keyring only when it exists

The file may not be available when the snap doesn't build on Launchpad.

Signed-off-by: Wen-chien Jesse Sung <email address hidden>

8d96ee2... by Jürg Häfliger

Copy host trusted.gpg keyring into the chroot

Launchpad snap builds now have ubuntu-esm repositories
enabled. And now apt-get -y update started to produce error since the
GPG keys of the sources.list from the host, are not available in the
chroot. Fix this by copying the host trusted.gpg keyring into the
chroot.

Signed-off-by: Juerg Haefliger <email address hidden>

3f1740c... by Andy Whitcroft

Fix a comment continuation issue

Fix crashing with the following:

    # Explicitly add core modules
    /bin/sh: 4: Syntax error: end of file unexpected (expecting "fi")
    make: *** [prepare-chroot] Error 2

Signed-off-by: Andy Whitcroft <email address hidden>

d31b291... by Kleber Sacilotto de Souza

Enable lz4 initrd compress method for raspi2-hwe

Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

3a549d9... by Kleber Sacilotto de Souza

Add most of the modules to initramfs for raspi2-hwe

Create a new initramfs-tools config file for raspi2-hwe to make
initramfs-tools add most of the modules to the image.

Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

b26051f... by Andy Whitcroft

Find the meta package in pocket using the abi as a key

If the version we are trying to build is the version in -updates but the
version is higher in -proposed we will install the wrong version and bail
out. Rather find the appropriate meta package version which will install
the kernel we are trying to package and install that explicitly by version.

Signed-off-by: Andy Whitcroft <email address hidden>

b379dc3... by Kleber Sacilotto de Souza

Fix version matching for signed re-uploads

When a signed package needs to be re-uploaded keeping the same ABI
number, a '+signedN' suffix is added to its version number. This is
causing problems for the snap build which detects a mismatch with the
version requested by the snapcraft.yaml file. Fix it by considering
any '+*' suffix as valid suffix when performing the match with the
installed linux image package.

Acked-by: Andy Whitcroft <email address hidden>
Signed-off-by: Kleber Sacilotto de Souza <email address hidden>
Signed-off-by: Andy Whitcroft <email address hidden>

26acd03... by Kleber Sacilotto de Souza

Add bcm7xxx and mdio-bcm-unimac modules to initramfs for raspi2-hwe

Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

c04c014... by Kleber Sacilotto de Souza

Add genet module to initramfs for raspi2-hwe

Signed-off-by: Kleber Sacilotto de Souza <email address hidden>

5231a20... by Kleber Sacilotto de Souza

Create a directory under /boot for firmware files

Some firmware packages (e.g. linux-firmware-raspi2) expects a
/boot/firmware/ directory to be present, so create it inside the chroot
environment.

Signed-off-by: Kleber Sacilotto de Souza <email address hidden>