Commit Graph

2946 Commits

Author SHA1 Message Date
Matthias Reichl
22641200fb atvclient: enable wakeup by Apple IR remote
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-11-09 09:16:52 +01:00
Radostan Riedel
c710b78ae0 systemd: meson-remote is not a joystick 2017-11-02 10:58:07 +01:00
MilhouseVH
786c08fa91 Merge pull request #2084 from lrusak/meson
add meson to buildsystem (use for systemd and glib)
2017-10-24 07:06:14 +01:00
Lukas Rusak
bbbe7fb63b systemd: update to 235 and use meson 2017-10-20 14:19:00 -07:00
Lukas Rusak
b9866fc439 util-linux: update to 2.31 2017-10-20 14:19:00 -07:00
wrxtasy
3c77b94042 eventlircd: fix Xiaomi BT remote support 2017-10-19 14:08:38 +08:00
cvh
e369ef898b replaces tabs with spaces 2017-10-16 01:25:19 +02:00
cvh
4452de37d8 remove double newline at EOF 2017-10-16 01:25:19 +02:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
cvh
c6b5cdc10f fix copyright header 2017-10-16 00:01:11 +02:00
Jonas Karlman
71de334efa v4l-utils: add option to build cec-ctl 2017-10-14 11:55:27 +02:00
Lukas Rusak
bbee17c738 Merge pull request #2099 from MilhouseVH/le90_zstd_132
zstd: update to zstd-1.3.2
2017-10-13 15:24:27 -07:00
Lukas Rusak
9f238abd91 Merge pull request #2083 from MilhouseVH/le90_add_python3
Python: support simultaneous Python2 and Python3
2017-10-13 14:33:54 -07:00
MilhouseVH
754b2235b3 squashfs: rebuild it whenever a compression algo is bumped 2017-10-13 16:00:00 +01:00
MilhouseVH
41dd8f9534 Merge pull request #2061 from maideii/libreelec-8.2
added EFI 32bit support via GRUB2
2017-10-12 23:05:17 +01:00
Matthias Reichl
ad9e8dc372 Add support for kernel overlays
Core Kernel modules are now installed to
/usr/lib/kernel-overlays/base/lib/modules instead of /usr/lib/modules

Firmware files are installed to
/usr/lib/kernel-overlays/base/lib/firmware instead of /usr/lib/firmware

Packages can choose to install their modules and/or firmwareinto a
different overlay directory than base so they are not automatically enabled.

A new systemd service kernel-overlays, which is run before any modules
are loaded, adds overlays enabled via /storage/.cache/kernel-overlays/*.conf

These conf files must either contain the name of a system overlay,
which will then be searched for in /usr/lib/kernel-overlays/, or an
absolute path starting with '/'.

Overlaying is implemented by symlinking files from the overlays
to /usr/lib/modules and /usr/lib/firmware as not all platforms
support overlayfs.

This overlaying system can also be used by addons to provide optional
kernel modules and/or firmware by storing the absolute path to the addon
directory in the conf file and shipping kernel modules in
<addondir>/lib/modules/<KERNELVER>.

To save space only symlinks for modules matching the currently
running kernel version are created as addons may want to ship
modules for older kernel versions as well to be backward-compatible
to older LibreELEC versions.

Changes since v1:
- fixup kernel-overlays-service: add before kmod-static-nodes.service
  Fix static device nodes for module autoloading not being created.
- fixup kernel-overlays-service: fail if /usr/lib/modules exists
- squash kernel overlays: use get_kernel_overlay_dir in linux/package.mk
- Add support for firmware files via kernel overlays
- config/functions: include kernel overlays in addon installation

Signed-off-by: Matthias Reichl <hias@horus.com>
2017-10-12 20:04:02 +02:00
Matthias Reichl
d3b73a8320 kmod: also support depmod on target
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-10-12 19:59:11 +02:00
maideii
7def0a79dc added EFI 32bit support via GRUB2-updated busybox init config 2017-10-12 08:40:08 +08:00
MilhouseVH
3d99d28843 packages: adapt for Python2 2017-10-11 03:55:10 +01:00
maideii
c268754d0d added EFI 32bit support via GRUB2-expanded all the config with variables 2017-10-10 11:31:49 +08:00
Matthias Reichl
4b29810beb Merge pull request #2069 from MilhouseVH/le90_switch_eventlircd_repo
eventlircd: switch to LibreELEC repo
2017-10-06 11:22:26 +02:00
MilhouseVH
1639757d3c eventlircd: switch to LibreELEC repo 2017-10-06 10:09:36 +01:00
Matthias Reichl
8868585a9b lirc: don't install python scripts
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-09-28 10:28:35 +02:00
MilhouseVH
1981479a6b squashfs: add zstd support 2017-09-22 13:58:12 +01:00
MilhouseVH
8d1d97f0d1 squashfs: change upstream to kernel.org; update to squashfs-1a6ffc7 2017-09-22 13:58:12 +01:00