Commit Graph

195 Commits

Author SHA1 Message Date
MilhouseVH
5e68a5b88b systemd: fix build with kernel 3.10 2018-02-05 19:20:55 +00:00
MilhouseVH
003ec420d4 systemd: fix glibc-2.27 build with pre-3.17.0 kernels 2018-02-05 19:20:55 +00:00
MilhouseVH
8131c87e21 systemd: update to systemd-237
Needed to compile with glibc-2.27

No need to build test suite.
2018-02-05 19:20:54 +00:00
MilhouseVH
0fa5bc6604 systemd: persist persistent timer stamps 2018-01-08 13:48:56 +00:00
Alex Deryskyba
01c410f595 systemd: Backport a patch to fix a failure in systemd-sysctl during a startup of systemd-236 2018-01-02 21:11:26 +02:00
Lukas Rusak
211f8b5fa8 Merge pull request #2346 from adamg88/le90_s905.update.3
systemd: make sleep.conf.d configurable by user
2017-12-29 13:24:05 -08:00
Matthias Reichl
c0458c5de5 systemd: add backport fix for systemd-analyze plot not working
Upstream commit
bf0e0a4df2

See also https://github.com/systemd/systemd/issues/7667

Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-29 12:24:58 +01:00
Matthias Reichl
5b816aa09c systemd: enable hostnamed
Signed-off-by: Matthias Reichl <hias@horus.com>
2017-12-29 12:24:58 +01:00
kszaq
615a1840f5 systemd: make sleep.conf.d configurable by user 2017-12-21 11:20:26 +00:00
Lukas Rusak
5090704cce systemd: update to 236 2017-12-17 09:48:15 -08:00
MilhouseVH
130b602a6d shadow: detect corrupt content 2017-12-12 01:02:55 +00:00
MilhouseVH
8653021842 shadow: add usercache-setup and usercache service 2017-12-08 03:31:40 +00:00
MilhouseVH
dc30a81d1c shadow: move from .config to .cache 2017-12-08 03:31:30 +00:00
MilhouseVH
4c9ad98ae2 /etc/shadow: fix file permissions 2017-12-07 20:16:45 +00:00
Adam Green
1699caeacd systemd: remote+ is not a joystick 2017-11-11 08:38:37 +00:00
Radostan Riedel
c710b78ae0 systemd: meson-remote is not a joystick 2017-11-02 10:58:07 +01:00
Lukas Rusak
bbbe7fb63b systemd: update to 235 and use meson 2017-10-20 14:19:00 -07:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02: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
Lukas Rusak
f4883f5b6c systemd: add patch to fix with glibc 2.26 2017-08-14 19:39:16 +02:00
Christian Hewitt
38013dbc00 Merge pull request #1800 from MilhouseVH/udev_cleanup
udev: cleanup
2017-07-22 21:49:57 +04:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
71720c86c1 systemd: remove uaccess rules as we don't build with ACL 2017-07-16 22:32:27 +01:00
Lukas Rusak
a5bf73fd91 systemd: disable lto (we set it in CFLAGS) 2017-06-14 12:57:14 -07:00
MilhouseVH
cae8b49942 userconfig: overwrite our sample files 2017-03-23 20:27:21 +00:00