Stephan Raue
4eae60c089
Merge pull request #4701 from vpeter4/non-root-image
...
scripts/mkimage: create disk image without sudo
2016-02-20 23:50:40 +01:00
Stephan Raue
832bbb4584
Merge pull request #4735 from OpenELEC/package-updates
...
Package updates
2016-02-20 23:47:32 +01:00
Stephan Raue
1ecc77ad8b
Merge pull request #4737 from gdachs/amlogic-cec-driver-fixes
...
major rework
2016-02-20 22:48:48 +01:00
Gerald Dachs
2ae806f3bd
major rework
2016-02-20 22:44:33 +01:00
Stephan Raue
89673a0801
glibc: cleanup
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2016-02-20 17:18:18 +01:00
Stephan Raue
3de80da43b
xf86-video-amdgpu: update to xf86-video-amdgpu-1.0.1
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2016-02-20 15:05:26 +01:00
Stephan Raue
cbc03cb8f9
projects/*/linux: add support for iptable_mangle, this fixes #4716
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2016-02-20 15:02:15 +01:00
Stephan Raue
e6940c91e3
remove project 'Nvidia_Legacy', merged with project 'Generic'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2016-02-20 11:50:14 +01:00
Stephan Raue
c59439e378
plymouth-lite: fix linking with glibc-2.23, this fixes #4727 this fixes #4732
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2016-02-20 11:43:28 +01:00
Stephan Raue
d307296c12
glibc: add libm.so to initramfs
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2016-02-20 11:43:28 +01:00
Stephan Raue
1099e775a5
wireless-regdb: update to wireless-regdb-2016.02.08
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2016-02-20 11:43:28 +01:00
Stephan Raue
55eacb35bc
libgcrypt: update to libgcrypt-1.6.5
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2016-02-20 11:43:28 +01:00
Stephan Raue
9e58a12143
nano: update to nano-2.5.2
...
Signed-off-by: Stephan Raue <stephan@openelec.tv >
2016-02-20 11:43:28 +01:00
Christian Hewitt
857fd73aec
Merge pull request #4730 from MattDevo/entropy-fix
...
Thanks :)
2016-02-20 09:13:17 +04:00
Lukas Rusak
21d044cf47
systemd: depened on entropy package
2016-02-19 22:54:45 -06:00
Lukas Rusak
0a286b9b03
entropy: a simple way to add and save random entropy
2016-02-19 22:54:45 -06:00
Matt DeVillier
42fcc76659
config: handle multiple WantedBy targets in enable_service
2016-02-19 22:54:44 -06:00
Stephan Raue
f39588427e
Merge pull request #4726 from MilhouseVH/glibc_exploit_fix
...
glibc: Fix Generic build issue after #4723
2016-02-19 15:31:30 +01:00
MilhouseVH
ec005a48a1
glibc: Fix Generic build issue after #4723
2016-02-19 12:46:24 +00:00
Stephan Raue
ee340f7398
Merge pull request #4723 from MilhouseVH/glibc_exploit
...
[glibc] Bump to 2.23 fixing CVE-2015-7547
2016-02-19 12:31:33 +01:00
Stephan Raue
1d381f45c9
Merge pull request #4720 from lrusak/package-updates
...
Package updates
2016-02-19 12:30:38 +01:00
Lukas Rusak
f3e804816f
Merge pull request #4724 from MilhouseVH/linux4.4.2
...
linux: update to 4.4.2
2016-02-19 01:42:20 -08:00
MilhouseVH
e3b1a1f0f0
linux: update to 4.4.2
...
This reverts commit 04c3b9bd26 .
2016-02-19 09:29:03 +00:00
MilhouseVH
04c3b9bd26
[glibc] Bump to 2.23 fixing CVE-2015-7547
2016-02-19 08:15:39 +00:00
Peter Vicman
3b75736931
scripts/mkimage: create disk image without sudo
...
Mtools is used to format and copy files to vfat partition.
Populatefs is used to copy files to ext4 partition.
Tested on imx6 with u-boot, Generic with BIOS and EFI boot.
To avoid messing around with ext4 partition we could also provide "empty" disk image file. Both partitions would be already formatted and storage partition would already contain resize file. Then mkimage script would only copy kernel, system, bootloader files and install bootloader.
But current approach is more flexible for future use.
2016-02-19 08:49:20 +01:00