Commit graph

5618 commits

Author SHA1 Message Date
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
littleguy77
399542c3d2 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-03 10:25:06 -04:00
littleguy77
ca29aa2322 Include Docker post-install steps to run without sudo. 2023-09-03 10:25:05 -04:00
littleguy77
51f4ac181c Refresh Docker install instructions, including prerequisites. 2023-09-03 10:25:05 -04:00
littleguy77
b20f51edcc Minor tweaks for grammar and new flow. 2023-09-03 10:25:05 -04:00
littleguy77
fbb350432d Modify section headers. 2023-09-03 10:25:05 -04:00
littleguy77
919f54941b Rearrange sections in the build doc.
No change to text.  This just makes subsequent commits easier to review.
2023-09-03 10:25:05 -04:00
fewtarius
20a4218e29
Merge pull request #2008 from fewtarius/dev
Fix S922X build issue.
2023-09-03 10:17:13 -04:00
fewtarius
5cf63472b2
Fix S922X build issue. 2023-09-03 14:16:39 +00:00
fewtarius
55346d8516
Merge pull request #2007 from fewtarius/dev
Bump ES, update Linux kernel to 6.4.14 (AMD64).
2023-09-03 06:38:56 -04:00
fewtarius
56cc13cc9d
Bump ES, update Linux kernel to 6.4.14 (AMD64). 2023-09-03 10:38:34 +00:00
fewtarius
03a6a44b4b
Merge pull request #2004 from Stosman/main
Added gamesaves dialog in the emulationstation gamesettings menu
2023-09-03 05:19:51 -04:00
fewtarius
f22fccaf85
Merge pull request #2006 from fewtarius/dev
Fix weston desktop-shell.
2023-09-03 05:14:55 -04:00
fewtarius
192a5b76b7
Fix weston desktop-shell. 2023-09-03 09:14:14 +00:00
Brooksytech
d7fb42abc8
Merge pull request #2003 from brooksytech/dev
Decrease Max 3 joystick deadzone, bump kernel to 6.1.51
2023-09-02 08:54:11 -07:00
mason
d9aa2c5d95
Decrease Max 3 joystick deadzone, bump kernel 6.1.51 2023-09-02 15:52:56 +00:00
Stosman
2e4797c8e1
Merge branch 'JustEnoughLinuxOS:main' into main 2023-09-01 21:53:26 +01:00
fewtarius
634e0e37bc
Merge pull request #2001 from fewtarius/dev
Link RGB30 quirks to RK2023.
2023-09-01 16:11:33 -04:00
fewtarius
9a416db51e
Link RGB30 quirks to RK2023. 2023-09-01 20:11:05 +00:00
fewtarius
6199bdc758
Merge pull request #2000 from fewtarius/dev
Add Powkiddy RGB30 as supported to the README.
2023-09-01 13:55:07 -04:00
fewtarius
c69cab982f
Add Powkiddy RGB30 as supported to the README. 2023-09-01 17:54:08 +00:00
fewtarius
31c161910c
Merge pull request #1999 from fewtarius/dev
Adds support for the Powkiddy RGB30.
2023-09-01 13:45:03 -04:00
fewtarius
de02c4bb03
Adds support for the Powkiddy RGB30. 2023-09-01 17:41:15 +00:00
fewtarius
d7f276c564
Merge pull request #1998 from fewtarius/dev
Revert disabling s2idle, deep sleep kernel panics.
2023-09-01 10:42:28 -04:00
fewtarius
71b92c2929
Revert "Drop s2idle so these devices use deeper sleep when enabled. Resuming will be buggy on some devices."
This reverts commit 9331b4cc4d.
2023-09-01 14:33:59 +00:00
fewtarius
64b81fb9aa
Merge pull request #1997 from littleguy77/n64-enhancements
N64 enhancements
2023-09-01 09:37:50 -04:00
fewtarius
5f7f0bb8a2
Merge pull request #1994 from conchyliculture/wifi-empty-psk
Allow empty PSK in order to connect to open wifi networks
2023-09-01 09:37:35 -04:00
littleguy77
a90882cef5 Respect FPS setting for GLideN64 in mupen64plus-sa.
No need for sed; just use mupen64plus-ui-console as it was intended,
passing the values by the command line.

I couldn't seem to get FPS working for Rice and Glide64mk2 plugins, so I
left them commented out for now to avoid any confusion.
2023-09-01 09:24:28 -04:00
fewtarius
b5c58917e4
Bump Linux kernel to 6.4.13 (AMD64). 2023-09-01 13:09:35 +00:00
fewtarius
73e8f4029d
Update ES to the latest commit. 2023-09-01 13:08:48 +00:00
fewtarius
1805a886e8
Merge pull request #1996 from fewtarius/dev
Drop s2idle, revert battery fixes.
2023-09-01 08:46:52 -04:00
fewtarius
65493e0473
Reverts changes that helped reduce the need to disconnect and reconnect the battery on 3566 devices. 2023-09-01 12:41:41 +00:00
fewtarius
9331b4cc4d
Drop s2idle so these devices use deeper sleep when enabled. Resuming will be buggy on some devices. 2023-09-01 12:37:49 +00:00
Brooksytech
b720f4cfc7
Merge pull request #1995 from brooksytech/dev
Start work on Vita3k
2023-08-31 15:30:10 -07:00
mason
149e946392
Start work on Vita3k 2023-08-31 22:29:10 +00:00
mason
09a46ad5b3
Start work on Vita3k 2023-08-31 22:16:59 +00:00
Brooksytech
eb8c8edcc1
Merge pull request #1993 from brooksytech/dev
Bump kernel to 6.1.50 on supported devices
2023-08-31 06:46:06 -07:00
mason
bcae0b347d
Bump kernel to 6.1.50 on supported devices 2023-08-31 13:44:27 +00:00
gameislyf
bc953fa6aa Allow empty PSK 2023-08-31 15:21:08 +02:00
fewtarius
b39941c680
Merge pull request #1992 from fewtarius/dev
Update release documentation.
2023-08-31 06:36:12 -04:00
fewtarius
5170173574
Update release documentation. 2023-08-31 10:35:51 +00:00
fewtarius
fbc46ec4a3
Merge pull request #1991 from JustEnoughLinuxOS/dev
PR for release
2023-08-30 20:00:36 -04:00
fewtarius
351193e0bf
Merge pull request #1990 from fewtarius/dev
Revert RGA scaling as it's not yet available.
2023-08-30 09:07:28 -04:00
fewtarius
adc3747e53
Revert RGA scaling as it's not yet available. 2023-08-30 13:06:13 +00:00
fewtarius
78df34806c
Merge pull request #1988 from conchyliculture/fixvimr
Put config files back to where they are expected
2023-08-30 06:12:20 -04:00
Brooksytech
de5241dc3b
Merge pull request #1989 from brooksytech/dev
Cleanup OGU quirks
2023-08-29 16:05:05 -07:00
mason
9e3df150ec
Cleanup OGU quirks 2023-08-29 23:03:50 +00:00
gameislyf
f7d94d75ef fix vim 2023-08-29 23:30:24 +02:00