WIP: Install Firefox #1

Closed
dustin wants to merge 17 commits from firefox into dev/ci

17 Commits (main)

Author SHA1 Message Date
Dustin 1db07ebc97 Update Aimee OS
dustin/photoframe2/pipeline/pr-dev/ci This commit looks good Details
2024-12-30 13:18:05 -06:00
Dustin 22b3b4c9a5 wip: Install Sway WM 2024-12-30 12:53:32 -06:00
Dustin b6232802e8 ci: Add CAP_CHROOT to build container
This is needed in order to run `passwd -R` to clear the root password
in the target filesystem.
2024-12-30 12:53:32 -06:00
Dustin 8d3212ceca ci: archive build logs on failure 2024-12-30 12:53:32 -06:00
Dustin 31cb7420df Update AimeeOS 2024-12-30 12:53:32 -06:00
Dustin c1bd918fe6 wip: Install Firefox from Gentoo binpkg
> 3:30.02 [gecko-profiler 0.1.0] /../lib/gcc/aarch64-unknown-linux-gnu/14/include/g++-v14/cstdlib:79:15: fatal error: 'stdlib.h' file not found
> 3:30.02 [gecko-profiler 0.1.0] thread 'main' panicked at tools/profiler/rust-api/build.rs:104:10:
> 3:30.02 [gecko-profiler 0.1.0] Unable to generate bindings: ClangDiagnostic("/../lib/gcc/aarch64-unknown-linux-gnu/14/include/g++-v14/cstdlib:79:15: fatal error: 'stdlib.h' file not found\n")
2024-12-30 12:53:08 -06:00
Dustin 3355d16fc6 wip: build firefox w/ gcc
cannot find aarch64-unknown-linux-gnu-clang-19
2024-12-30 12:49:55 -06:00
Dustin 3cf8eb4fef wip: use persistent volumes for portage, binpkgs 2024-12-30 12:49:55 -06:00
Dustin 05e8dbcc5b wip: Install Firefox 2024-12-30 12:49:55 -06:00
Dustin fd925c3da0 Update Aimee OS
dustin/photoframe2/pipeline/head This commit looks good Details
2024-12-22 17:57:46 -06:00
Dustin 428e30c01d ci: Clear env to run build
dustin/photoframe2/pipeline/head There was a failure building this commit Details
We don't need any of the environment variables Jenkins sets, and some of
them (like `GIT_COMMIT`) interfere with building packages.
2024-12-22 14:34:48 -06:00
Dustin f560d965cf Update aimee-os
dustin/photoframe2/pipeline/head There was a failure building this commit Details
2024-12-13 19:46:09 -06:00
Dustin 4161d20de2 portage: Install-mask systemd-nsresourced
I don't know what this is for; I think it has something to do with
containers, possibly for `systemd-npsawn`?  It spawns a bunch of
processes and wastes several megabytes of RAM.
2024-12-13 19:44:30 -06:00
Dustin 5871260128 customize: Add script
Deleting the initial password for `root` so we can log in to the serial
console for debugging.

Enabling _wpa_supplicant_ to connect to WiFi automatically.
2024-12-13 19:43:33 -06:00
Dustin a9e01d36e8 Add Rasperry Pi WiFi support
We need the Broadcom firmware from the _linux-firmware_ package (and
nothing else).  We also need _wpa_supplicant_, to configure the WiFi
connection.  Finally, we need to configure _systemd-networkd_ to manage
the network device.
2024-12-13 19:41:03 -06:00
Dustin 26d83bd68b config: Set rootflags
Need to add `rootwait` because the Raspberry Pi SD card reader is really
slow and does not initialize in time for the kernel to load the root
filesystem from it.
2024-12-13 19:37:21 -06:00
Dustin 3de06660b0 wip: Enable BCM2835_MMC
dustin/photoframe2/pipeline/head This commit looks good Details
Trying to get the kernel to find the root filesystem on the SD card...
2024-12-10 14:43:10 -06:00