0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-03-29 19:18:13 +00:00

334 Commits

Author SHA1 Message Date
ccea0aa0e5 xpadneo: enable for Lakka
- package moved to lakka packages, as it is not shared with upstream
- package updated to latest version
- Switch options adjusted to exclude the driver
2025-02-08 17:33:40 +01:00
3a8a17ddd1 allow custom size of SYSTEM_SIZE at build time
needed for devel builds, as we keep debug symbols for all libretro cores
and retroarch, which increases the size of the squashfs root fs
2025-02-08 17:32:03 +01:00
04002d5238 Lakka side catch up the commit ddee88aa1528c67e2f58fbf0d647407ef3bcb1b1 (#2011) 2024-11-23 06:12:34 +02:00
fff8a98f89 Lakka/retroarch: set update URL and target device name at build time
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=... ...
2024-05-25 00:04:05 +02:00
46f9cd952d Lakka: update distro options 2024-05-24 21:49:13 +02:00
aef8d97d60 add COUNTRY to wifi-config.txt 2024-05-24 21:26:38 +02:00
a8a20d7992 Lakka support for firstboot.sh script
This script takes values from files stored in the FAT32 partition to set
up Wi-Fi and override/add settings to default retroarch.cfg.

inspired by the solution from @macmoritz
2024-05-24 21:26:21 +02:00
8052ea60d8 Lakka: set version 2024-05-02 21:42:58 +02:00
1b7563d5ce Lakka: update changelog, version and options 2024-04-26 15:28:08 +02:00
87ff980835 Merge branch 'LibreELEC.tv/master'
12.0.0 Pre-release
2024-04-24 21:28:27 +02:00
CvH
072873ead8 distro: bump ADDON_VERSION to 12.0.0
Signed-off-by: CvH <namerp@googlemail.com>
2024-04-23 19:08:58 +02:00
ba1330f158 show_config: remove echo that was there for testing 2024-04-22 08:01:36 +02:00
273afbe54d Lakka: move LIBRETRO_CORES to own package
when cores are set via virtual package, one can filter out cores also
based on other circumstances. in distro-options only PROJECT, DEVICE and
ARCH are available, so one cannot disable core based on OPENGL/OPENGLES,
VULKAN etc.
2024-04-15 19:12:47 +02:00
bcd7aed734 mame: do not build for arm
build error for arm targets when linking
2024-04-15 18:19:17 +02:00
b1246c556c Lakka: this has no effect
OPENGLES_SUPPORT is not yet defined at this point
2024-04-15 18:11:59 +02:00
5fee886c3f vircon32: update core + disable for RPiZero2-GPiCase 2024-04-14 22:14:07 +02:00
b659bb5039 rename GPiCase builds for consistency 2024-04-12 09:28:11 +02:00
a0bd97ffe1 Lakka: remove xpadneo and related patch from build
users reported that some gamepads were identified incorrectly. issue
tracked down to xpadneo and related patch. build without this patch and
without xpadneo module solved the issue, tested on rpi3 with xbox one s
wireless and 8bitdo sn30+ pro gamepads. 8bitdo gamepad was previously
identified incorrectly and mapping in retrarch was incorrect. now the
issue is gone.
2024-04-12 09:10:03 +02:00
249414a1fe mame: update & reenable 2024-04-10 22:56:39 +02:00
90ce5f629b mupen64plus: update & fix build
disabled submodule due to borked submodule config in repo
2024-04-10 20:43:18 +02:00
ae1f15a8d1 reenable easyrpg 2024-04-10 19:56:17 +02:00
9dfd7738f8 vircon32: add libretro core (#1940) 2024-04-10 17:57:41 +02:00
cebaea5b49 exclude vitaquake2 from unsupported hw 2024-04-10 17:57:28 +02:00
af882fb8da Fix yabasanshiro core settings on RPi. (port of #1933) 2024-04-10 17:51:41 +02:00
bfee285ca4 vitaquake2: Add libretro core (#1920) 2024-04-09 22:23:48 +02:00
6c4e2dea05 geolith: add libretro core (port of #1943) 2024-04-09 21:53:22 +02:00
ceee8b9e28 update libretro cores + retroarch
following cores were not updated and removed from build, as they fail to
build with old as well as updated:
- citra
- dolphin
- easyrpg
- mame
- mupen64plus_next
- pcsx2
- ppsspp
- same_cdi

build tested only for Generic.x86_64
2024-04-09 14:29:40 +02:00
574390b240 Lakka: update options based on the upstream 2024-04-05 11:54:21 +02:00
b0deeedc19 Lakka: set os version to devel 2024-04-05 11:53:54 +02:00
196111852d Merge branch 'LibreELEC/master' 2024-04-03 00:50:36 +02:00
1e3c0779da distro: bump ADDON_VERSION to 11.80.6
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2024-03-10 10:39:22 +00:00
CvH
94a661db7d distro: bump ADDON_VERSION to 11.80.5
Signed-off-by: CvH <namerp@googlemail.com>
2023-12-20 17:23:37 +01:00
a90315b4cd distro: bump ADDON_VERSION to 11.80.4
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2023-12-07 11:36:03 +00:00
7813ee364b kernel_options: plymouth-lite requires CONFIG_FB_DEVICE=y 2023-11-04 12:18:42 +00:00
f7be753d61 linux: add CONFIG_ options for netfilter limit and log
enable -j LOG and -m limit in iptables consistently for all .config
- https://cateee.net/lkddb/web-lkddb/NETFILTER_XT_TARGET_LOG.html
- https://cateee.net/lkddb/web-lkddb/NETFILTER_XT_MATCH_LIMIT.html
2023-11-01 12:32:13 +00:00
ac8269e24a distro: bump ADDON_VERSION to 11.80.3
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2023-09-14 22:12:44 +00:00
ddee88aa15 linux: change from CONFIG_AUTOFS4_FS to CONFIG_AUTOFS_FS
ref:
- 1f2190d6b7
2023-08-28 12:17:16 +00:00
bbb91e9279 distro: bump ADDON_VERSION to 11.80.2
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
2023-07-28 13:39:36 +00:00
ffbb9b0600 connman: remove wpa_supplicant legacy - only support iwd 2023-05-23 14:56:27 +00:00
CvH
a2d7d41d28 distro: bump ADDON_VERSION to 11.80.1
Signed-off-by: CvH <namerp@googlemail.com>
2023-05-20 17:12:52 +02:00
CvH
3f49a597e6 Merge pull request #7036 from antonlacon/le11-scripts
buildsystem: additions to show_config, related
2023-04-16 10:34:43 +02:00
73c2d5d023 diskdev_cmds: drop package
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-03-19 18:58:39 +00:00
507976d08d distro: don't include hfstools in image
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2023-03-18 18:19:00 +00:00
CvH
daa660fd16 distro: bump ADDON_VERSION to 11.80.0 2023-03-05 21:27:38 +01:00
CvH
9f17a74312 config/version: set OS version to 12.0 2023-03-05 21:27:06 +01:00
CvH
8e1dfdae71 distro: bump ADDON_VERSION to 11.0.0
Signed-off-by: CvH <namerp@googlemail.com>
2023-02-25 11:42:29 +01:00
e9b36938ef kernel_options: add rfkill to iwd section 2023-02-18 17:08:39 +01:00
916368a387 update libretro cores + retroarch (non-tag) 2023-02-11 22:00:26 +01:00
1ad6e3c3a0 Merge branch 'LibreELEC.tv/master' 2023-02-11 02:25:33 +01:00
CvH
d81321c456 Merge pull request #7467 from heitbaum/linux61
linux: update to 6.1.y
2023-02-08 18:10:19 +01:00