* Fix endress CEC mini kb service start when it failed
* Retry to (re)start 3 times during 20 sec
* Revert "Retry to (re)start 3 times during 20 sec"
This reverts commit f4d2136a85.
instead of relying on values in retroarch or parsing files to determine
the full URL to download updates, it is more flexibile to set these
values at build time to the current needs. much easier maintenance of
future changes (no need to change in retroarch code base), when e.g. URL
for devel or nightly builds will change (or even for releases). also
community members can set up their own update for their community builds
without the need to patch retroarch.
usage:
at build time add e.g. LAKKA_BUILD_TYPE=<type>, where type can be
release, nightly or devel (can be expanded in future) and based on the
build type matching URL will be set.
or add LAKKA_UPDATE_SERVER_URL=http://some.site/path/to/updates and this
URL will be used.
examples
make image LAKKA_BUILD_TYPE=nightly PROJECT=... DEVICE=... ARCH=...
make image LAKKA_UPDATE_SERVER_URL=... PROJECT=... ...
- update RetroArch to 1.18.0 (will need to be updated later)
- update cores to latest
- update assets, info, shaders, overlays, database
- leave kronos only for Generic.x86_64 and x11.x86_64
- putt back some RetroArch changes (shutdown/restart, path)
- get_git: use PKG_ var for skipping submodules
* Switch: Bootloader: Fix boot.scr issues, fix issue in updater, and bump package version
* Joycond: Switch: Update
* L4T: Switch: Retroarch: Add patch to fix single joycon detection
This patch is included in upstream PR #15818
* Lakka: Wii-u-gc-adapter: Enable service when building image
* L4T: Switch: Add wii-u-gc-adapter to build
* L4T: Switch: retroarch add canary support to updater
* Lakka: Retroarch: Add Canary path support for updater
* Retroarch: Switch: Add patch for canary builds
* L4T: BusyBox: Fix Password Generation
* Busybox: Make DISTRO user password creation match switch busybox package
* L4T: tegra-bsp: Update 10-monitor.conf to fix vsync/tearing issues
* L4T: Kernel: Add back wireguard patches
* Retroarch: Update to version with latest switch changes, and revert hack to use special repo on those builds.
* Latest 4.3 changes poorly merged
* Build fixes
* Squash?
* Fix ppsspp on switch
* Fix video recording, add base stuff for nvv4l2 decoder/encoder, but leave disabled for now
* Clean up left over files
* Switch: Dont build xpadneo driver, but install configs
* FFMpeg: Add back L4T decoder Patches