1268 Commits

Author SHA1 Message Date
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
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
MilhouseVH
da79708b57 libtool: fix dependency 2019-02-13 15:10:54 +00:00
MilhouseVH
255a8cdeff flex: needs yacc command, provided by bison 2019-02-13 15:10:54 +00:00
MilhouseVH
93f2479fe5 autoconf: add yoctoproject/poky performance patch
Source: http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-devtools/autoconf/autoconf
2019-02-08 17:17:43 +00:00
MilhouseVH
42a2b7171a flex: host depends on autotools 2019-02-08 17:17:43 +00:00
MilhouseVH
9babaaebe9 libcec: add libX11/libXrandr depends (optional, but needed for reproducible build)
"libX11 and xrandr to read the sink's EDID, used to determine the PC's HDMI physical address"
2019-02-08 17:17:43 +00:00
MilhouseVH
37e89c21f5 libcec: remove useless demo script 2019-02-08 17:17:43 +00:00
MilhouseVH
c7a9b361a3 flex: work around realloc/malloc build failures with flex:target 2019-02-08 17:17:43 +00:00
MilhouseVH
2ea31506a5 packages: more missing dependencies 2019-02-08 17:17:43 +00:00
MilhouseVH
b135c7ead9 packages: add missing dependencies 2019-02-08 17:17:43 +00:00
MilhouseVH
0ebc6fef63 build system: add parallel build support; use new "image" package 2019-02-08 17:17:43 +00:00
MilhouseVH
cb21c54f20 binutils: update to binutils-2.32 2019-02-03 15:45:07 +00:00
MilhouseVH
9a80218954 readline: update to readline-8.0 2019-02-03 11:40:28 +00:00
MilhouseVH
e229b0a73f libfmt: update to libfmt-5.3.0 2019-02-03 11:40:28 +00:00
MilhouseVH
53cbb9f01a libcap: update to libcap-2.26 2019-02-03 11:40:28 +00:00
MilhouseVH
e8ec14208e cmake: update to cmake-3.13.4 2019-02-03 11:40:26 +00:00
MilhouseVH
6c86e66a52 mpc: update to mpc-1.1.0 2019-02-02 20:30:57 +00:00
MilhouseVH
bdc0e59441 mpfr: update to mpfr-4.0.1 2019-02-02 20:30:57 +00:00
MilhouseVH
227fc6caa6 fribidi: update to fribidi-1.0.5 2019-02-02 20:30:54 +00:00
MilhouseVH
747151e91f flex: update to flex-2.6.0 2019-02-02 15:43:07 +00:00
MilhouseVH
7bea6bdafc libftdi1: update to libftdi1-1.4 2019-02-02 15:43:07 +00:00