Samir Akarioh
105acdebc7
feat: Add metadata on ubuntu-oci image
...
Add a file build.info on etc/cloud
with the serial information
Signed-off-by: Samir Akarioh <samir.akarioh@canonical.com>
2 years ago
Alexandre Ghiti
6838060860
riscv: Install dkms by default on the LicheeRV board
...
So that people without network access can download the package and
install it using a usb drive for example.
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Alexandre Ghiti
79e36dd7df
Revert "riscv: Install Wifi driver by default for the LicheeRV"
...
This reverts commit d5a7d6655f
.
The Wifi driver package is in universe and can't be promoted in time for
the release, so revert this.
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Utkarsh Gupta
acf76bb3c7
Merge remote-tracking branch 'samirakarioh/fix-oci-bug' into ubuntu/master
...
* samirakarioh/fix-oci-bug:
fix: build OCI image failed to build
2 years ago
Samir Akarioh
8fca716ca3
fix: build OCI image failed to build
...
Fix the bug added by this commit [0]. The bug added
is that the build livefs for a OCI image file failed
see Jenkins logs [1] and buildlog [2]. This commit
permit to fix this issue.
Refs: [0] https://git.launchpad.net/livecd-rootfs/commit/?id=2b5e8a81e57ae89b9ebed9bab20423d2e61d80d0
[1] https://jenkins.canonical.com/devel-cloud-images/view/OCI/job/22.10-UbuntuOCI-Build-Images/73/ARCH=amd64,NODE=kinetic/console
[2] https://launchpad.net/~cloud-images-release-managers/+livefs/ubuntu/kinetic/ubuntu-oci/+build/375833
Signed_by: Samir Akarioh and Tomas Virtus
2 years ago
Brian Murray
4cfe993c3a
s/linux-firmware-raspi2/linux-firmware-raspi/
2 years ago
Steve Langasek
d3d636a6e0
Don't set a desktop base seed for ubuntu-base or ubuntu-core.
2 years ago
Łukasz 'sil2100' Zemczak
e159d2267c
Merge branch 'int/alex/riscv_mpfs' of git+ssh://git.launchpad.net/~alexghiti/livecd-rootfs into ubuntu/master
2 years ago
Steve Langasek
2b5e8a81e5
Default to using 'desktop' for the base seed so we don't have another place we have to extend the list for each new flavor (ubuntu-unity)
2 years ago
Steve Langasek
1f0a3d7797
Fix passing of components to germinate commandline (how did this ever work?)
2 years ago
Steve Langasek
b3343c1255
Drop edubuntu and kubuntu-active, both obsolete in *all* supported releases.
2 years ago
Steve Langasek
e41c6f50df
Drop use of deprecated apt-key.
2 years ago
Steve Langasek
3722d2ee58
Drop override of components for raspi images
2 years ago
Steve Langasek
9cc8267f07
live-build/auto/config: set COMPONENTS for all flavors *before* we invoke germinate. Fixes a regression introduced in commit 07873ec
. In the process, stop declarations of COMPONENTS that shadow the default in germinate (main restricted).
2 years ago
Alexandre Ghiti
f68433098d
riscv: Add support to build Microchip Icicle Kit image
...
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Alexandre Ghiti
d5a7d6655f
riscv: Install Wifi driver by default for the LicheeRV
...
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Alexandre Ghiti
e8ea6335d5
riscv: Add support to build LicheeRV Dock images
...
The LicheeRV Dock board comes with only 512MB of DRAM so the only difference
with a Nezha image is the fact that we have to remove
cryptsetup-initramfs package which makes the initrd too big for the
board to boot.
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Łukasz 'sil2100' Zemczak
815d26a19c
Comment cleanup for ubuntu-unity.
2 years ago
Rudra Bali
0581c7fd8a
fix typo
2 years ago
Rudra Bali
7f278b020d
use ubuntu-unity-desktop metapackage for now
2 years ago
Rudra Bali
c897750648
add live packages for Ubuntu Unity, since live task does not exist
2 years ago
Rudra Bali
bbd0e9fa5a
switch to ubuntu-unity-desktop task for Ubuntu Unity
2 years ago
Rudra Bali
503f9e8950
add Ubuntu Unity to daily flavors
2 years ago
Łukasz 'sil2100' Zemczak
eec8f595d3
Make sure that the recent riscv64 changes for our supported devices don't install wpasupplicant on non-SUBARCH builds (like for clouds).
2 years ago
Alexandre Ghiti
2485e0bebf
riscv: Install wpasupplicant by default
...
For now, all RISC-V hardware is SBC-like board which embed a Wifi
chipset so install wpasupplicant by default. We'll certainly split the
seeds between server and embedded hardware later.
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
2 years ago
Steve Langasek
abcfabdbc0
Drop support for building i386 images aside from the launchpad builder images.
2 years ago
Alexandre Ghiti
6224b11fc0
riscv: Add support for StarFive VisionFive
...
The image created uses a UEFI bootflow, so we install grub for this board
only. We also need flash-kernel to install the dtb where grub can find
it.
This image is specifically architectured so that it can be installed on
a "factory" board, meaning using the u-boot firmware which was
originally implemented for Fedora, so we need the p3 partition that
embeds a uEnv.txt file to tell u-boot what/where to load next stage.
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
3 years ago
Alexandre Ghiti
be54b8b7a1
riscv: Fix nezha hardcoded password attempt
...
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
3 years ago
Alexandre Ghiti
f751ff7218
RISC-V: enable building for Nezha board
...
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
3 years ago
Michael Hudson-Doyle
fb589ecf00
Produce a tarball of artifacts for netbooting during live-server build.
3 years ago
Michael Hudson-Doyle
31937f1a4d
auto/config: Emit error message to stderr in _sanitize_passes.
3 years ago
Michael Hudson-Doyle
ed38882219
auto/config: preserve germinate-output directory when removing config
...
Germinate doesn't take very long at all to run but downloading the
indices it operates on can take a while and nothing else in auto/config
does so not doing it every time you run "lb config" can be a real time
saver.
The code that invokes germinate already checked if the output was
already there but it was unconditionally deleted by the time control got
to that point.
3 years ago
Dimitri John Ledkov
e5443e3588
auto/config: upgrade from hwe-20.04 to hwe-22.04 variant.
3 years ago
Dimitri John Ledkov
461731d538
Merge branch 'rip-0c3.net' into ubuntu/master
3 years ago
Jean-Baptiste Lallement
80ccea8d63
Separate WSL from CPC
...
Create a separate WSL image than CPC so it can be managed independently.
Co-authored-by: Didier Roche <didrocks@ubuntu.com>
3 years ago
Dimitri John Ledkov
27e7780d70
auto/config: drop support for 0c3.net
...
Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
3 years ago
Łukasz 'sil2100' Zemczak
e4c846199b
Following Dave's changes to the classic pi gadget, switch to using the classic branch for desktop images as well.
3 years ago
Brian Murray
16c1851a90
Add the casper package instead of the lupin-casper package as the installer for Windows is a project that is no longer supported and lupin is being removed the archive in LP: 1960457.
3 years ago
Brian Murray
e5beee30fd
Add the capability to build an ISO image for the Intel IoT project. Additionally, stop using universe with the project given that the kernel is now in main.
3 years ago
Erich Eickmeyer
04c4a14a4e
Remove fonts and publishing tasks form ubuntustudio
3 years ago
Sebastien Bacher
808220c868
Enable universe sources on the desktop canary
3 years ago
Brian Murray
85fb768f4f
Properly check ARCH when setting the intel-iot model.
3 years ago
Michael Hudson-Doyle
f5bdeaf4fb
Merge branch 'language-support-in-catalogs' into ubuntu/master
3 years ago
Michael Hudson-Doyle
391439d44c
Record information about locale support (in particular, whether to install langpacks and which languages have pre-baked squashfses).
3 years ago
Dan Bungert
a96d56a110
desktop: install-sources.yaml type fsimage-layered
3 years ago
Steve Langasek
9e6b983728
Merge remote-tracking branch 'toabctl/keep-debian-native-package-changelogs' into ubuntu/master
3 years ago
Thomas Bechtold
2b2f67c7fb
Keep changelogs in minimized builds for native deb pkgs
...
Debian changelog.Debian.* files are already keept for minimized
builds. But those changelogs are from non-native .deb packages (see
man dh_installchangelogs). Native .deb packages name their changelog
just changelog.* . So keep them in a minimized build, too.
LP: #1943114
3 years ago
Michael Hudson-Doyle
8f8fc220c7
Generate source catalogs for the desktop canary build.
3 years ago
Michael Hudson-Doyle
fe38bd02c1
Change the per language layers in the desktop canary build to have more regular names (and make their implementation better documented and hopefully more comprehensible).
3 years ago
Michael Hudson-Doyle
17279822d5
Get source catalog translations from subiquity git, as brz is in universe.
3 years ago