gouchi
86dcfc8002
libaio : Add libaio.so to sysroot and install ( #1460 )
2021-08-15 17:03:36 +03:00
David G. F
0b1ca18461
Fix some host tools with newer gcc/glibc ( #1421 )
...
* 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.
2021-07-08 23:01:35 +03:00
Demetris Ierokipides
2bbd8bb8db
Partially Revert "Rpi kernel update ( #1298 )"
...
This reverts commit d2628f10d1
.
2021-05-17 19:43:08 +03:00
David Lawson
d2628f10d1
Rpi kernel update ( #1298 )
...
* rpi: update kernel to 5.10.36
* rpi: remove bcm2835-driver and just get everything from bcm2835-bootloader
2021-05-17 00:30:34 +03:00
Tomáš Kelemen
d3a0edb351
make: revert back to 4.2.1 ( #1211 )
2021-03-15 00:38:33 +02:00
Seth Barberee
cdd7049f7b
update libretro cores ( #1122 )
...
* update libretro cores
* update atari800
* update tic80
* fix indent
* disable threaded renderer on arm
* update ignore sdl patch
* make: fix compile issues and update package from LE
* duckstation: repoint to libretro and update. upstream doesn't support libretro core anymore
* pcsx_rearmed: updated and removed unneeded patch
* libretro cores: update all cores
* melonds: fix patch error
* lutro: drop unneeded patch and update
* mu: revert back to make and fix directory references for building/copying core
* beetle-psx: pick version before static c++ until figure out linking
* bsnes2014: fix up copy build error
* bsnes-mercury: fixup copy build error
2021-03-10 22:12:37 +02:00
asdf288
62cd91f0df
Fix easyrpg core runtime error (missing icu4c libraries) ( #1143 )
...
Co-authored-by: user <user@gigabyte.fritz.box>
2020-12-20 17:30:17 +02:00
David G. F
61bbf8a1db
Downgrade binutils to fix build errors ( #1081 )
...
Cannot rollback to previous version since it does not build with gcc 9/10
However this version seems to work with gcc 10 *and* also produce valid binutils
that are not affected by the ABI change (see https://lkml.org/lkml/2020/1/30/1005 )
2020-11-04 03:20:33 +02:00
David G. F
13c5be12a8
Bump binutils version ( #1068 )
...
Current version does not work with GCC 10 due to a missing include.
See: https://sourceware.org/pipermail/binutils/2019-June/107174.html
2020-10-25 01:11:51 +03:00
Sascha Kuehndel (InuSasha)
9625447656
glib: drop build test and LDFLAGS, not needed in cross-compile and with meson
2020-10-24 00:59:24 +02:00
Ntemis
86268c038b
GCC-9.3:Fix remaining issues after upgrade
2020-08-07 20:08:10 +02:00
Sascha Kuehndel (InuSasha)
210f07124c
buildsystem: host should not depend on cross-compiler
2020-08-07 15:26:28 +02:00
Ntemis
593b95ae83
XU4:Fix image
2020-07-21 22:43:13 +02:00
Tomáš Kelemen
9511481bee
Minor fixes before release ( #983 )
...
* atari800: remove obsolete patch
* easyrpg: add git branch
* liblcf: use 0.6.2 relese commit
* fbneo: USE_CYCLONE moved to Odroid Go Advance only
2020-07-16 07:05:57 +03:00
Ntemis
985f6f8fc3
Bump liblcf needed by easyrpg as a submodule
2020-07-14 23:55:31 +03:00
Demetris Ierokipides
01ad98fe96
Bump everything to 1.8.9 Retroarch release head ( #971 )
...
- Tinkerboard: Build tested with unbuildable cores disabled
2020-07-06 02:04:02 +02:00
gouchi
569eb28526
libretro: update to latest core and latest stable RetroArch ( #958 )
2020-06-19 17:30:06 +03:00
Ntemis
8fe811009e
Merge branch 'libreelec-9.2' of https://github.com/LibreELEC/LibreELEC.tv into Lakka-LE9.2
2019-12-24 16:02:10 +02:00
Matthias Reichl
6b8a687fca
binutils: explicitly depend on target zlib
...
By default binutils 2.33 will automatically build and use it's
bundled zlib version - which isn't obvious from package.mk as
we don't explicitly build the zlib folder.
binutils 2.32 uses the zlib include from it's bundled version but
won't build it and try to link with libz.a from sysroot - which
will either fail (if zlib wasn't built before) or result in a
possible version mix (which isn't nice as well).
Explicitly using the target zlib - like most linux distributions
do - solves these issues and makes the build consistent.
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-11-21 18:36:25 +01:00
Tomas Kelemen (vudiq)
75b35ffd9b
Merge branch 'libreelec-9.2' - update to 9.1.501
2019-09-17 11:42:14 +02:00
Tomas Kelemen (vudiq)
3e5dc767ac
libretro update (port of #764 )
2019-09-13 20:50:24 +02:00
MilhouseVH
bdeb0ccd4f
binutils: build strings for target (needed by rpi-eeprom-update)
2019-09-08 20:22:52 +01:00
CvH
f43acfbbde
Merge pull request #3734 from MilhouseVH/le92_backports4
...
le92 backports (9.1.003)
2019-09-02 12:29:00 +02:00
MilhouseVH
b081a83003
glib: fix target dependency
2019-08-17 12:49:38 +01:00
MilhouseVH
e7ea4cda81
parallel: update to parallel-20190722
2019-07-31 17:53:31 +01:00
Matthias Reichl
fad82f0e52
libirman: rebuild after lirc changes
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-03 15:37:51 +02:00
MilhouseVH
2a9c4bb5be
glibc: use pigz when compressing charmap
2019-06-27 04:10:58 +01:00
Matthias Reichl
5e495a2bd2
libcec: check for RPi project instead of KODIPLAYER_DRIVER
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-23 02:09:02 +02:00
MilhouseVH
e748d109b4
libcec: force disable amlogic options while not required
2019-06-19 19:06:58 +01:00
kszaq
7bd39a17c5
packages: drop amlogic-specific packages
2019-06-19 18:54:42 +01:00
Matthias Reichl
2c5d302d8e
binutils: build libopcodes for target
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-06-15 06:26:29 +01:00
MilhouseVH
fb0007845a
packages: mega bump
2019-06-13 22:12:21 +01:00
MilhouseVH
6e69cd582f
heimdal: update to heimdal-7.7.0
2019-06-13 22:12:21 +01:00
MilhouseVH
50fc3b5569
heimdal: update to heimdal-7.6.0
2019-06-13 22:12:20 +01:00
MilhouseVH
09325f7fae
Merge pull request #3428 from 5schatten/move_RPi_vendor_headers
...
[RPi] fix vendor header & lib includes / remove project specific include CFLAGS WIP
2019-04-30 21:22:44 +01:00
CvH
63d4b43d82
Merge pull request #3399 from 5schatten/cmake
...
cmake: update to cmake-3.14.3
2019-04-26 20:48:34 +02:00
5schatten
98b74eb5ce
cmake: update to cmake-3.14.3
2019-04-25 11:26:16 +02:00
5schatten
df928330d6
libcec: removed RPi specific include CFLAGS for brcm2835 headers
2019-04-16 23:28:47 +02:00
CvH
bcf6a8e2cf
Merge pull request #3393 from MilhouseVH/le10_arm_mem_neon
...
arm-mem: update to arm-mem-0100445, enable for all arm builds
2019-04-14 14:53:40 +02:00
Jernej Škrabec
13bd9b8829
Merge pull request #3375 from MilhouseVH/linux5.0.2+
...
linux (RPi/Generic): update to linux-5.0.7
2019-04-10 22:30:36 +02:00
Matthias Reichl
a9bb23f191
elfutils: switch to upstream build method
...
Just add a patch so that the elfutils executables (eu-ar, eu-nm, ...)
aren't built/installed and use upstream build otherwise.
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-04-03 14:09:02 +01:00
kszaq
cf69296bda
libtool: don't install source files on target
2019-04-02 21:33:05 +02:00
MilhouseVH
d4f6326142
packages: align source code licence usage with project licence
2019-03-26 18:05:50 +00:00
MilhouseVH
e691b3b693
packages: correct original copyright
2019-03-26 16:43:42 +00:00
MilhouseVH
23b1fa6b08
arm-mem: use for all arm-based builds
2019-03-15 08:58:20 +00:00
MilhouseVH
e19777028e
arm-mem: update to arm-mem-0100445
2019-03-15 06:42:18 +00:00
MilhouseVH
75ea6f2a61
pcre: update to pcre-8.43
2019-03-01 00:08:56 +00:00
MilhouseVH
1cde376267
mpfr: update to mpfr-4.0.2
2019-03-01 00:08:56 +00:00
MilhouseVH
66cc14f7aa
elfutils: update to elfutils-0.176
2019-03-01 00:08:56 +00:00
MilhouseVH
138395370c
glib: update to glib-2.59.3
2019-03-01 00:08:56 +00:00