~xypron/ubuntu-seeds:u-boot-sifive

Last commit made on 2023-08-28
Get this branch:
git clone -b u-boot-sifive https://git.launchpad.net/~xypron/ubuntu-seeds
Only Heinrich Schuchardt can upload to this branch. If you are Heinrich Schuchardt please log in for upload directions.

Branch merges

Branch information

Name:
u-boot-sifive
Repository:
lp:~xypron/ubuntu-seeds

Recent commits

f872ea3... by Heinrich Schuchardt

server-ship-live: add u-boot-sifive [riscv64]

Our SD-card image for RISC-V ships with U-Boot for the SiFive Unmatched
board. But after installation U-Boot will never be upgraded as the package
u-boot-sifive is missing in the installation base.

Signed-off-by: Heinrich Schuchardt <email address hidden>

be09b81... by Sebastien Bacher

Restore baobab in the desktop installation and include gnome-clocks

80d3731... by Steve Langasek

Exclude rust-doc from main

7850f2c... by Gunnar Hjalmarsson

Font package changes

Dropped from desktop-minimal:
- fonts-noto-color-emoji (moved to desktop-common)
- fonts-opensymbol (moved to supported)

Added to supported:
- fonts-dejavu-core (from desktop-common)
- fonts-freefont-ttf (from desktop-common)
- fonts-opensymbol (from desktop-minimal)

Background in https://discourse.ubuntu.com/t/37762

2e12a48... by Mateus Rodrigues de Morais

add nvme-stas as a seeded package

cd2e8dd... by Jeremy Bícha

supported: update "full" desktop section to remove things that weren't removed

c962a46... by Utkarsh Gupta

Add lxd-agent-loader to cloud-minimal

This was previously pulled in as Recommends of ubuntu-server. But
with the switch to our new seed, we not only have stopped using
ubuntu-server, we've also stopped using Recommends. So adding
lxd-agent-loader explicitly as a dependency as it's needed for
running LXD VM images and as a further note, LXD as VM uses the
download cloud image, so this has to be seeded in cloud-minimal.

1fc5dfa... by Jeremy Bícha

supported: we don't need to specifically exclude mutter tests

It shows up automatically on component-mismatches for demotion to universe

dd650e5... by Philip Roche

feat: Add microcode-initrd to cloud minimal seed

This is required by bare metal servers using minimized cloud images booting initramfsless
and ensures that any microcode updates are applied during boot.

This is likley only ever used by bare metal servers but it does not impact VMs so it is
safe to add to the cloud minimal seed for all mantic+ minimized cloud image builds.

microcode-initrd has been a dependency of the linux-aws kernel for a long time and has
not been thoroughly tested in VMs and bare metal instances.

a999e50... by Utkarsh Gupta

Move (needrestart) and (unattended-upgrades) to server-minimal

The two packages are needed for minimized cloud images and we're also
moving to not using recommends in our CPC minimized builds. Given that
we need these packages now, moving these two recommends back to
server-minimal, their original home. :)

Also, otherwise, ubuntu-meta gets confused whether to "Recommend" it
or add it as a dependency.