* Add new package get method for L4T kernels. This allows changing kernel repos and combining them easier to maintain.
* Update Nintendo Switch defconfig
* Switch: Add configuration for schedutil to platform_init
* Remove switch brightness patch, as it isnt needed with new switch kernel.
* Add new brightness patch that has been upstreamed.
* Switch: Autosave/load cpu/gpu freqs, and restore on boot.
* Fix download sha verification
* Switch: Disable USB3 for joycon stability on dock
* Revert "X86_64: Enable some realtek drivers as buildin"
This reverts commit 4f6ffc7beb.
* Enable RTL8XXXU driver
* x86_64: enable RTL8188EU driver
* Update config for PS5 controllers
Put options in their place
* Update config for Nntendo Switch Joy-Cons and Pro Controller
Put options in their place, correct options name
* Update configs to Linux 5.10.47
* Bump fakeroot to version 1.25.3
Fetched fixes and patches from upstream.
Seems has issues building with newer glibc so bumping to avoid these.
* Bump elfutils to version 0.185
Has issues building with newer glibc versions.
the original test was meant to not remove the pcie brcm firmwares for
both - 64 and 32 bit x86 architecture (when porting Lakka to LE), but
actually the result of the test is always true and these firmwares are
also removed for 64 bit x86 architecture, which is the only case when
they are needed (these pcie firmwares are not needed on 32 bit x86).
Fixes#1398
* L4T: Initial, mostly working decoder support, Switch to proper glvnd setup"
* switch: add moonlight
* Add patch to force moonlight to use hardware decoder
* Add moonlight core info file to moonlight package
* rename moonlight to moonlight-libretro
Co-authored-by: plaidman <jrtomsic@gmail.com>
See https://github.com/libretro/RetroArch/pull/11181
This is UNTESTED. I don't have a lakka dev environment/spare SD. Just something I was meaning to eventually do after that PR was merged. It's only really relevant for things like duckstation that actually use the API to determine GLES version support. You can see if it's working via a verbose log.
I don't know if any of these other devices need updating.
As RPi3.aarch64 was added as separate platform, these packages are not
included. As we have dropped support for Gamegirl, it is easier to make
the condition DEVICE is not GPICase, as all other RPi devices should
include these packages
Fixes#1151