Commit Graph

3345 Commits

Author SHA1 Message Date
MilhouseVH e49037dcc0 Merge pull request #4196 from HiassofT/le10-lirc-bpf
enable support for BPF IR decoders
2020-02-22 07:11:57 +00:00
Matthias Reichl 555694769d v4l-utils: backport lircd2toml.py improvements
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-11 12:14:41 +01:00
Matthias Reichl ee53cf2834 v4l-utils: include precompiled BPF decoders via ir-bpf-decoders package
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-11 12:14:41 +01:00
Matthias Reichl 2416a5109e ir-bpf-decoders: add new package with precompiled IR BPF decoder binaries
Note: when bumping v4l-utils the BPF decoders in util/keytable/bpf_protocols
should be locally rebuilt (requires clang and libelf-dev installed) and this
package bumped with updated versions.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-11 12:14:41 +01:00
Matthias Reichl a4b25f474b v4l-utils: backport fix for misleading warning message
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-11 12:14:41 +01:00
Matthias Reichl 362359c897 v4l-utils: include lircd2toml.py in image
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-11 12:14:41 +01:00
Matthias Reichl 9b7ca96f7e v4l-utils: enable bpf support in ir-keytable
note: building bpf decoders is disabled as that would require clang
in the toolchain.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-11 12:14:41 +01:00
Matthias Reichl 17201f300b v4l-utils: enable autoreconf, disable doxygen docs generation
autoreconf trips over the newer ax_proc_doxygen.m4 file from our
autoconf-archive which is not compatible with the ancient
version used in v4l-utils, just disable it as we don't want to
build docs anyways.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-02-11 12:14:41 +01:00
MilhouseVH 86566f4f60 util-linux: update to util-linux-2.35.1 2020-02-06 05:58:13 +00:00
MilhouseVH d1775f8fe0 TEMP: busybox: update to busybox-9e2a566 with glibc-2.31 compatability 2020-02-05 23:29:07 +00:00
MilhouseVH ca327dd709 open-vm-tools: fix issue with deprecated glib functions 2020-02-04 23:14:28 +00:00
Christian Hewitt 26f52b6621 Merge pull request #4145 from MilhouseVH/le10_init_fix_race
init: remove file before overwriting
2020-01-31 10:45:28 +03:00
DaVukovic bec551e67b [busybox] getedid fixes 2020-01-26 09:41:31 +01:00
MilhouseVH db46d22cec init: remove file before overwriting 2020-01-25 06:53:32 +00:00
Christian Hewitt d829752181 Merge pull request #4123 from MilhouseVH/le10_open-vm-tools-11.0.5
open-vm-tools: update to open-vm-tools-stable-11.0.5
2020-01-23 18:23:18 +04:00
Matthias Reichl 8c637da8ed Merge pull request #4120 from MilhouseVH/le10_e2fsprogs_fix_automagic
e2fsprogs: disable automagic udev/systemd/crond detection
2020-01-21 20:21:39 +01:00
MilhouseVH b7ee9b97ff util-linux: update to util-linux-2.34 2020-01-19 22:24:59 +00:00
Jernej Škrabec edaa6e514f Merge pull request #4117 from MilhouseVH/le10_buildsys_major_minor
buildsystem: add major/minor version helper
2020-01-19 22:53:56 +01:00
MilhouseVH 21fd61ef7c Merge pull request #4107 from HiassofT/le10-kernel-overlays-run
kernel-overlays: move volatile runtime data to /run
2020-01-19 19:27:18 +00:00
MilhouseVH 4e1d2c03ca open-vm-tools: update to open-vm-tools-stable-11.0.5 2020-01-15 23:07:37 +00:00
MilhouseVH 23ad6ebdbf e2fsprogs: remove unrecognized option 2020-01-14 04:01:30 +00:00
MilhouseVH 41bdcdc589 e2fsprogs: disable automagic udev/systemd/crond detection 2020-01-14 02:27:09 +00:00
MilhouseVH fd539d0663 packages: use $(get_pkg_version_maj_min) 2020-01-13 21:18:51 +00:00
Matthias Reichl 9b10ad20d5 init: drop support for loading modules in initramfs
Support for modules in initramfs was removed more than half a year
ago but I forgot to remove the now useless load_modules function in
init.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-01-10 15:08:15 +01:00
Matthias Reichl dad3581441 kernel-overlays: move volatile runtime data to /run
Create the module and firmware symlink trees in /run/kernel-overlays
instead of /var/lib as recommended by FHS 3.0. This also allows us
to drop the After=var.mount ordering in the systemd service.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-01-10 12:03:23 +01:00