Commit Graph

1314 Commits

Author SHA1 Message Date
MilhouseVH
3d6c2ee313 linux: update to linux-4.13.11 2017-11-03 16:32:57 +00:00
MilhouseVH
2c69624791 linux: update to linux-4.13.10 2017-11-03 16:32:57 +00:00
MilhouseVH
05ec96d8b4 Revert "linux: update full range patch from fritsch"
https://github.com/LibreELEC/LibreELEC.tv/pull/1978#issuecomment-339070254

This reverts commit 3d76b5dca1.
2017-11-03 16:32:57 +00:00
MilhouseVH
d96f555ec3 linux: update to linux-4.13.9 2017-11-03 16:32:57 +00:00
MilhouseVH
0e480aa1f3 linux: update to linux-4.13.8 2017-11-03 16:32:57 +00:00
MilhouseVH
c99bd9735c linux: update to linux-4.13.7 2017-11-03 16:32:57 +00:00
Radostan Riedel
66b316ec7b aarch64: Fix wrong cmake.conf values caused by TARGET_PREFIX when
building just linux and starting a regular build later.
2017-10-20 08:34:56 +02:00
Radostan Riedel
2c3ae36680 New package gcc-linaro-aarch64-linux-gnu
Odroid_C2: move gcc-linaro-aarch64-elf to projects
Odroid_C2: move gcc-linaro-arm-eabi to projects
2017-10-16 10:04:11 +02:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
chewitt
31b13abce8 linux: bump amlogic-3.14 to 70b711b 2017-10-15 16:34:48 +01:00
MilhouseVH
69383c77b5 linux: update to linux-4.13.6 2017-10-13 14:16:15 +01:00
MilhouseVH
9474fcf6f4 linux: update to linux-4.13.5 2017-10-13 14:16:15 +01:00
MilhouseVH
97624aff86 linux: update to linux-4.13.4 2017-10-13 14:16:15 +01:00
MilhouseVH
6a3f00326f linux: update to linux-4.13.3 2017-10-13 14:16:15 +01:00
MilhouseVH
3d76b5dca1 linux: update full range patch from fritsch 2017-10-13 14:16:15 +01:00
MilhouseVH
d5152a2164 linux: update to linux-4.13.2 2017-10-13 14:16:15 +01:00
MilhouseVH
a3d6ae55e4 linux: update to linux-4.13.1 2017-10-13 14:16:15 +01:00
chewitt
c9fe21edf5 linux: fix PKG_DEPENDS_TARGET 2017-10-12 20:36:52 +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
2fc261ae8e config/functions: add function get_full_firmware_dir
Also update package.mk files to replace the hardcoded
/usr/lib/firmware paths.

Signed-off-by: Matthias Reichl <hias@horus.com>
2017-10-12 19:59:11 +02:00
Matthias Reichl
d101bdfa24 config/functions: add function get_full_module_dir
It returns the full module directory path, including /usr/lib/modules.

Use that in package.mk files to simply them and get rid of the
repeatedly added paths.

Signed-off-by: Matthias Reichl <hias@horus.com>
2017-10-12 19:59:11 +02:00
Radostan Riedel
de9d1af69f AArch64 projects: add 32-bit userspace support 2017-10-12 10:07:43 +02:00
Alex Deryskyba
87834f2642 linux: update amlogic-3.14 kernel to 3.14-c8c32b4 2017-09-22 00:58:27 +03:00
MilhouseVH
13dabc00ea checksums: update sha256 checksum after github archive change 2017-09-14 04:12:08 +01:00
MilhouseVH
f372adf191 linux: fix invalid checksums 2017-09-12 04:13:45 +01:00