Commit graph

5615 commits

Author SHA1 Message Date
anthonycaccese
d20608805b
Merge pull request #2020 from anthonycaccese/dev
Bump Art Book Next
2023-09-06 19:06:30 -04:00
anthonycaccese
7548d17219
Bump Art Book Next
adds PSVita theme support
2023-09-06 19:04:40 -04:00
fewtarius
708e656d0c
Merge pull request #2019 from fewtarius/dev
Release notes documentation fix
2023-09-06 08:57:45 -04:00
fewtarius
92de823463
Fix release documentation links, thanks to DJ_GLiTCH and mercurystar for the pointer. 2023-09-06 12:56:34 +00:00
fewtarius
07b59175f3
Merge pull request #2018 from fewtarius/dev
Fix textviewer patch.
2023-09-05 14:43:24 -04:00
fewtarius
68a69d55e4
Fix textviewer patch. 2023-09-05 18:42:32 +00:00
fewtarius
05dbeaef7b
Merge pull request #2017 from fewtarius/dev
Improve usb power management, environment variable handling in ES, and wifi power saving on AMD64.
2023-09-05 14:26:21 -04:00
fewtarius
02b81d9977
Improve usb power management, environment variable handling in ES, and wifi power saving on AMD64. 2023-09-05 18:25:37 +00:00
fewtarius
a57679c328
Merge pull request #2014 from adamg88/textviewer-fixup
textviewer: use dos2unix from toolchain
2023-09-05 14:20:33 -04:00
fewtarius
ff10f48763
Merge pull request #2016 from fewtarius/dev
Bug fix - initial boot bug, iwlwifi power saving issue.
2023-09-05 07:47:37 -04:00
fewtarius
60a1921f48
Fix userconfig-setup to only load the functions library rather than the whole profile to correct an issue during initial provisioning on first boot. Adjust Intel WIFI power saving options for AMD64. 2023-09-05 11:46:24 +00:00
fewtarius
3ab3816b54
Merge pull request #2015 from fewtarius/dev
Refactor quirks
2023-09-04 15:12:31 -04:00
fewtarius
4886ca1cfe
Backup profile scripts rather than delete them, and only once. 2023-09-04 19:12:09 +00:00
fewtarius
a792269f66
Fix up RG351P/M volume control. 2023-09-04 19:08:01 +00:00
adamg
1bb5e94da4 dos2unix: introduce new package
textviewer: use dos2unix from toolchain

Dockerfile: remove dos2unix as it is built from src
2023-09-04 17:46:30 +00:00
fewtarius
85f38f951f
Move suspend mode back to device quirks as x55 does not need it. 2023-09-04 15:59:42 +00:00
littleguy77
f7aebd5188
Minor tweak to build docs.
- PROJECT should be defined when building/cleaning a package.
- List PROJECT options.
- Use export rather than defining vars on same line (save some typing).
- Clarify "manually" to mean "outside of Docker".
2023-09-04 15:59:42 +00:00
adamg
cde940ec91
glfw: source wayland.xml from the buildroot and rebuild if wayland
package gets updated
2023-09-04 15:59:41 +00:00
littleguy77
800bb22aa9
Most users should run scripts from within docker-shell. 2023-09-04 15:59:40 +00:00
littleguy77
59e0f6615e
Explain use case for building a single package. 2023-09-04 15:59:40 +00:00
littleguy77
8263b8331e
Add a short note about virtual machines. 2023-09-04 15:59:39 +00:00
littleguy77
65762d697e
Add a troubleshooting section to address build failures. 2023-09-04 15:59:39 +00:00
littleguy77
a8bfcbeaf1
Establish proper expectations for the first build after clone. 2023-09-04 15:59:38 +00:00
littleguy77
92339d7636
Clarify build commands for Docker vs. manual builds.
Use the Docker command in the example to promote Docker usage.
2023-09-04 15:59:38 +00:00
littleguy77
14a555712f
Fix documentation about device build dependencies. 2023-09-04 15:59:37 +00:00
littleguy77
970ed9c8d8
Steer new devs to Docker builds, and be more precise about host config.
Ubuntu 22.04 is recommended for Docker builds, and virtually required
for manual builds.

New devs should use Docker unless they really know what they're doing
and why.  They need not have any past Docker experience; JELOS makes it
trivial to use.
2023-09-04 15:59:36 +00:00
littleguy77
f9a2c55999
Just refer manual builders to the Dockerfile for the prerequisites.
Don't maintain the same list in two places.

After careful review, the only packages listed in the help doc that
weren't in the Dockerfile were
- ca-certificates
- gnupg
- qemu-user-static

The first two are only needed to install Docker, and thus do not belong
in the manual build section.  The last doesn't appear to be needed for
building, since the Docker container doesn't have it.
2023-09-04 15:59:36 +00:00
littleguy77
353bc99907
Include Docker post-install steps to run without sudo. 2023-09-04 15:59:35 +00:00
littleguy77
49ff13462c
Refresh Docker install instructions, including prerequisites. 2023-09-04 15:59:35 +00:00
littleguy77
c697c54e14
Minor tweaks for grammar and new flow. 2023-09-04 15:59:34 +00:00
littleguy77
37430ddfda
Modify section headers. 2023-09-04 15:59:34 +00:00
littleguy77
4a5a58a082
Rearrange sections in the build doc.
No change to text.  This just makes subsequent commits easier to review.
2023-09-04 15:59:33 +00:00
fewtarius
7a808851a6
Merging common quirks into platform quirks to reduce quirk sprawl. 2023-09-04 14:54:35 +00:00
fewtarius
5587ffc21d
Merge pull request #2013 from fewtarius/dev
Profile refactor
2023-09-04 06:49:01 -04:00
fewtarius
165f994bc1
* Rework profile bits so they are correctly named and sequenced.
* Drop deprecated device.config from AMD64.
* Add a platform quirk for AMD64.x
2023-09-04 10:46:11 +00:00
fewtarius
89cef3026b
Merge pull request #2012 from littleguy77/enhance-build-docs
Minor tweak to build docs.
2023-09-03 20:10:48 -04:00
littleguy77
5cc10de5ab Minor tweak to build docs.
- PROJECT should be defined when building/cleaning a package.
- List PROJECT options.
- Use export rather than defining vars on same line (save some typing).
- Clarify "manually" to mean "outside of Docker".
2023-09-03 20:05:46 -04:00
fewtarius
ae50522b9e
Merge pull request #2011 from adamg88/glfw-fixup
glfw: source wayland.xml from the buildroot and rebuild if wayland gets updated
2023-09-03 19:55:59 -04:00
adamg
7264bd31a9 glfw: source wayland.xml from the buildroot and rebuild if wayland
package gets updated
2023-09-03 18:40:10 +00:00
fewtarius
02f9da0fdd
Merge pull request #2009 from littleguy77/enhance-build-docs
Enhance build docs
2023-09-03 13:22:07 -04:00
fewtarius
df968bcc8d
Merge pull request #2010 from fewtarius/dev
Drop splash package.
2023-09-03 10:37:58 -04:00
fewtarius
24e9798424
Drop splash package. 2023-09-03 14:36:33 +00:00
littleguy77
38ba800c4f Most users should run scripts from within docker-shell. 2023-09-03 10:25:06 -04:00
littleguy77
2566c6df6a Explain use case for building a single package. 2023-09-03 10:25:06 -04:00
littleguy77
645054132a Add a short note about virtual machines. 2023-09-03 10:25:06 -04:00
littleguy77
1abebd8c11 Add a troubleshooting section to address build failures. 2023-09-03 10:25:06 -04:00
littleguy77
5020772a14 Establish proper expectations for the first build after clone. 2023-09-03 10:25:06 -04:00
littleguy77
347aed56c1 Clarify build commands for Docker vs. manual builds.
Use the Docker command in the example to promote Docker usage.
2023-09-03 10:25:06 -04:00
littleguy77
56396528af Fix documentation about device build dependencies. 2023-09-03 10:25:06 -04:00
littleguy77
4aa36aa365 Steer new devs to Docker builds, and be more precise about host config.
Ubuntu 22.04 is recommended for Docker builds, and virtually required
for manual builds.

New devs should use Docker unless they really know what they're doing
and why.  They need not have any past Docker experience; JELOS makes it
trivial to use.
2023-09-03 10:25:06 -04:00