Stephan Raue
b2cd28a922
Revert "buusybox: set kernel.core_pattern"
...
This reverts commit 4a56c2736fa2f332be9c3c66939185c992fd81d9.
2015-01-24 18:58:11 +01:00
Stefan Saraev
4173481b4b
backup-restore: move as systemd target
2015-01-24 12:46:25 +01:00
Stefan Saraev
d90305e027
init: there can be only one default systemd unit
2015-01-24 12:46:25 +01:00
Stefan Saraev
a5b35e1b44
factory-reset: move as systemd target
2015-01-24 12:46:25 +01:00
Stefan Saraev
5668f98de0
fs-resize: move as systemd target
2015-01-24 12:46:25 +01:00
Stefan Saraev
5168f2ac8a
busybox: add /storage/.config to tmpfiles
2015-01-24 12:46:25 +01:00
Stefan Saraev
ffbcb3c694
var-log-debug: do not order before systemd-tmpfiles-setup
...
this makes no sense and may stop systemd-tmpfiles-setup,
journald-flush, sshd, irserver from starting
===
Jan 18 18:23:03 openelec systemd[1]: Found ordering cycle on systemd-tmpfiles-setup.service/start
Jan 18 18:23:03 openelec systemd[1]: Found dependency on systemd-journal-flush.service/start
Jan 18 18:23:03 openelec systemd[1]: Found dependency on var-log-debug.service/start
Jan 18 18:23:03 openelec systemd[1]: Found dependency on systemd-tmpfiles-setup.service/start
Jan 18 18:23:03 openelec systemd[1]: Breaking ordering cycle by deleting job systemd-journal-flush.service/start
===
units with DefaultDependencies=no should be always properly ordered.
2015-01-24 12:46:25 +01:00
Stefan Saraev
a9f0bce9b1
userconfig: run after systemd-tmpfiles-setup
2015-01-24 12:46:25 +01:00
Stefan Saraev
773aac378d
debugconfig: run after systemd-tmpfiles-setup
2015-01-24 12:46:25 +01:00
Stefan Saraev
fb440c9f21
init: drop atv legacy
2015-01-24 12:46:24 +01:00
Stefan Saraev
c5b59eef8a
init: check first if fbcon/cursor_blink exists
2015-01-24 12:46:24 +01:00
Stefan Saraev
4a56c2736f
buusybox: set kernel.core_pattern
2015-01-24 12:46:24 +01:00
Stefan Saraev
cd14999372
buildsys: force package rebuild on $PKG_DIR/config/* change
2015-01-19 20:53:42 +02:00
Stefan Saraev
8d35215acf
util-linux:init: build static
...
... some stupid shell script was installed
... we need a binary that does NOT depend on libmount.so and so
2015-01-16 00:23:17 +02:00
Stefan Saraev
bcc0ef6506
reorder etc/profile.d
...
- all files should be xx-*.conf
- kodi.conf should be last. it appends $PATH and $LD_LIBRARY_PATH
for addons. those are very important.
- busybox.conf should be right before kodi. it sets $HOME. nothing but
kodi is allowed to override whatever is set by busybox.conf
- addons.conf should be first, so if we allow addon specific
profile files, those should not be allowed to override env vars
or functions we depend on.
2015-01-11 15:47:59 +02:00
Stefan Saraev
1eccdf9b3f
ntfs-3g_ntfsprogs: fix last commit
2015-01-03 17:14:19 +01:00
Stefan Saraev
636fe081e1
ntfs-3g_ntfsprogs: fix gcrypt check in autoreconf
...
AM_PATH_LIBGCRYPT is undefined if libgcrypt is not (yet)
built, and we dont depend on gcrypt...
2015-01-03 13:53:44 +01:00
Robert Högberg
879921fb89
The Fujitsu Siemens Scaleo E HTPC has a dm140 lcd with a different USB vendor/device id than currently supported by the dm140 driver, so add support for this "new" USB device id.
...
Function Compare didn't work with USB vendor/device ids >= 2^15 (ie 0x925d)
because the value read from the string was not handled as a signed short. Values
should be signed and compared as such.
2014-12-27 21:53:38 +01:00
Wes Garrison
cc663e6bda
replace duplicate KEY_OK with KEY_PLAY
...
additionally set gap and toggle_bit_mask back to settings from MythTV config here http://www.mythtv.org/wiki/XBOX_DVD_IR_Receiver
2014-12-27 21:50:11 +01:00
LS80
d5da603132
Increase the limit for the number of lines in less.
2014-12-18 19:00:30 +01:00
Stephan Raue
d7c4549aff
dbus: update to dbus-1.8.12
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-17 00:02:29 +01:00
Stephan Raue
c030abe5c0
dosfstools: update to dosfstools-3.0.27
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-17 00:02:12 +01:00
Stephan Raue
9c1b0526a6
util-linux: specify more configure options, build with losetup and libsmartcol support
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-15 02:45:41 +01:00
Stefan Saraev
963662fc53
scripts/createlog: more logs
2014-12-13 14:13:47 +01:00
Stefan Saraev
7f2866c5da
scripts/createlog: cosmetics. also include kodi.old.log
...
... and crashlog, in the future...
2014-12-13 14:13:31 +01:00
Stefan Saraev
912e3794db
init: warn on obvious KERNEL/SYSTEM mismatch
...
... because rpi / netboot users still cant get it
2014-12-11 23:53:02 +01:00
Stephan Raue
d47409ce1c
util-linux: add upstream patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-11 21:26:26 +01:00
Stephan Raue
a4e3845b91
busybox: move keyutils dependency to package 'linux'
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-12-09 23:00:30 +01:00
David Härdeman
2d9fc82796
Make sure keyutils gets included
...
Signed-off-by: David Härdeman <david@hardeman.nu>
2014-12-09 22:58:16 +01:00
David Härdeman
cf55b2e446
Add package keyutils
...
The kernel hardcodes the path to the key instantiation callback binary
as /sbin/request-key, meaning that providing keyutils as a separate
binary in an addon is impossible. It might be possible to use a
dangling symlink, but the three binaries built from this package
are all around 20 - 30KiB. Additionally, the request-key binary
is useful for more than one protocol.
keyutils is the "new" way of handling both DNS name resolution
(necessary for e.g. cifs dfs referrals) and security credentials, thus
replacing e.g. the rpc.idmap daemon.
Signed-off-by: David Härdeman <david@hardeman.nu>
2014-12-09 22:58:16 +01:00
Stephan Raue
6895e7ef43
busybox: add 'devmem' support for devel builds
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-29 13:56:10 +01:00
Stephan Raue
5b8f39d581
v4l-utils: update to v4l-utils-1.6.2
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-22 12:52:18 +01:00
Stephan Raue
07592d1e8b
kmod: symlink /etc/modprobe.d to /storage/.config/modprobe.d
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-17 22:38:21 +01:00
Stephan Raue
1672676b87
kmod: update to kmod-19
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-17 06:55:53 +01:00
Stephan Raue
03f6db3269
v4l-utils: add upstream patch to fix a regression introduced by v4l-utils-fe2aa5f
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-16 12:40:55 +01:00
Stephan Raue
5389274ed1
dbus: update to dbus-1.8.10
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-14 16:34:40 +01:00
Stephan Raue
340229b925
v4l-utils: fix rc6_mce mapfile
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-14 10:46:07 +01:00
Stephan Raue
3585439653
systemd: install pci hwdb
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-12 02:06:26 +01:00
Stephan Raue
926ed98ad4
pciutils: update to pciutils-3.3.0, enable udev and libkmod support, dont install pci.ids
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-12 02:06:07 +01:00
Stephan Raue
48cb2b7581
irserver: change lirc's runtime dir to /run/lirc
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-11 17:16:29 +01:00
Stephan Raue
86f796d618
lirc: specify localstatedir so /run/lirc is used for socket and pid files
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-11 17:16:29 +01:00
Stephan Raue
d37c22d61f
debug-shell.service: move to sysinit
2014-11-10 19:41:14 +01:00
Stephan Raue
b0482f422b
systemd: move userconfig.service to sysinit.target
2014-11-10 19:41:14 +01:00
Stephan Raue
792a28b64b
systemd: machine-id.service has no job after local-fs.target
2014-11-10 19:41:14 +01:00
Stephan Raue
cb4f28a577
v4l-utils: add support for user keytables in /storage/.config/rc_keymaps
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-10 19:41:14 +01:00
Stephan Raue
7a30bdab0d
v4l-utils: readd reworket patch to fix 'OTHER' protocol
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-10 19:41:14 +01:00
Stephan Raue
8cc3a30690
v4l-utils: update to v4l-utils-1.6.0
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-10 19:41:14 +01:00
Stephan Raue
8e4c355a16
systemd: add upstream patch
...
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-10 19:41:14 +01:00
Stephan Raue
96e0c77eeb
systemd: add upstream patch
2014-10-31 23:24:12 +01:00
Stephan Raue
c30bdb4d84
systemd: /etc/udev/rules.d works fine as a symlink
2014-10-31 23:24:09 +01:00