Commit graph

24 commits

Author SHA1 Message Date
Tom Dewey
686ad14308 embedded: Change how buildroot patch is applied
- Apply with p1, using a patch generated from git-format-patch.
- Use POSIX 'cd' over 'pushd, popd'
- Use OLDPWD to the find the patch, rather than making assumptions
  about the relative location of it.
2024-06-25 10:10:55 +01:00
Tom Dewey
725d651f96 buildroot: Apply patch inside buildroot directory 2024-06-25 10:10:55 +01:00
Tom Dewey
1c39a198f7 buildroot: Add BCM2712d0 Mesa Patch 2024-06-25 10:10:55 +01:00
Tom Dewey
7e5de45038 buildroot-2024.02.3 2024-06-25 10:10:55 +01:00
Tom Dewey
4c7342af08 bcm2712d0 support 2024-06-25 10:10:55 +01:00
Tom Dewey
98f5f62e91 embedded: Update defconfig, build script 2024-06-25 10:10:55 +01:00
Tom Dewey
c793c34b46 embedded: Use 2024.02.2 2024-06-25 10:10:55 +01:00
David Turner
60e5e2a4b5 Fix various keyboard focus issues
- Make write confirmation popup modal
- Force focus on the write confirmation popup when it opens
- Force focus on the error popup when it opens
- When the hw select popup opens, force focus on the ListView instead of
  on the currentItem, because the latter doesn't work when the list is
  empty.
- On embedded, when the settings popup closes, force focus back to the
  usecustomisation dialog
2023-10-18 13:39:59 +01:00
Tom Dewey
338b71112e
Merge pull request #677 from tdewey-rpi/dev/shared/os-customization
OS customization rebrand, consistency
2023-10-18 10:36:19 +01:00
Tom Dewey tom.dewey@raspberrypi.com
9d51352a6f embedded: Fixup patch context 2023-10-18 10:13:52 +01:00
David Turner
3a20f1cc34 Embedded: Automatically apply patches
When using local site, buildroot does not automatically apply patches.
The buildroot manual recommends using the POST_RSYNC hook to apply
patches if needed, so implement this to automatically apply patches.

Resolves #671
2023-10-17 14:12:49 +01:00
Floris Bos
460c625cdf Embedded: patch advanced options to use Popup instead of top level window
Cannot have multiple top level windows on eglfs platform.
2023-10-16 23:18:59 +02:00
Floris Bos
b03ca9fb7e Embedded: compile optimized for speed (-O2) instead of for size (-Os) 2023-10-16 23:10:22 +02:00
Floris Bos
cf090a574a Embedded: add /usr/lib/fonts symlink
Otherwise Qt complains about font directory missing on startup.
2023-10-16 22:38:27 +02:00
Floris Bos
40a73c3797 Embedded: patch buildroot to build Mesa3D with Pi 5 support 2023-10-16 22:14:16 +02:00
Floris Bos
af5828e6e2 Embedded: switch to 64-bit environment and 6.1 kernel 2023-10-03 18:11:23 +02:00
Floris Bos
493869e47a Embedded: ensure /var/run exists for use by dhcpcd 2023-03-20 15:20:48 +01:00
Floris Bos
03f4924b8c Embedded: bump rpi-firmware version 2023-03-20 15:20:24 +01:00
Floris Bos
93811dfdbd Only bundle Droid fallback font on Embedded edition
Normal Linux/Windows/Mac should have support for Asian fonts
themselves.
2022-03-24 20:04:24 +01:00
Floris Bos
78f003fca7 Revert CM4 USB controller back to dwc2
SDXC controller was not playing nice with rpiboot.
2022-02-23 16:03:29 +01:00
Floris Bos
170bcdf152 Fix CUSTOM_IMAGER_REPO EEPROM setting support 2022-02-21 17:49:48 +01:00
Floris Bos
81b48574a6 Embedded build: use XHCI host-only USB controller block on CM4
Closes #358
2022-02-14 11:13:56 +01:00
Floris Bos
bfcbd6307c Embedded: output errors on console if failed to start 2022-02-14 11:06:54 +01:00
Floris Bos
25947fc199 Add build scripts for embedded (netboot) edition 2022-02-14 11:03:37 +01:00