Andre Heider
6e0d4e4ca2
initramfs: move all :init dependencies to initramfs:init
...
This allows us to automatically add them to PKG_NEED_UNPACK and add
further logic based on initramfs:init.
2019-12-31 11:26:49 +01:00
Andre Heider
408fce38ab
initramfs: fix description
2019-12-31 11:26:49 +01:00
Matthias Reichl
c90dcd2423
remote: depend on evrepeat
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-11-22 16:11:38 +01:00
MilhouseVH
6abaa09ab0
cmake: needs pkg-config:host
2019-10-27 23:16:41 +00:00
Sascha Kuehndel (InuSasha)
c7c469431e
buildsystem: host should not depend on cross-compiler
2019-10-18 19:41:00 +02:00
5schatten
241a2cbdb2
image: updated dependencies to use squashfs-tools
2019-08-29 23:24:43 +02:00
Matthias Reichl
017212ee84
initramfs: add terminus-font dependency
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-08-23 12:55:15 +02:00
MilhouseVH
91dbd26d68
toolchain: build pigz:host
2019-06-26 20:04:08 +01:00
Christian Hewitt
4ff3ef1dcf
Merge pull request #3534 from MilhouseVH/le10_drop_amremote_atvclient
...
amremote/atvclient: cleanup
2019-06-13 16:45:50 +04:00
MilhouseVH
24dbf72842
atvclient: used by macmini hw, should be other support in kernel now
2019-05-25 12:32:23 +01:00
MilhouseVH
3fc18dd22c
amremote: drop reference to non-existent package
2019-05-25 12:29:47 +01:00
Matthias Reichl
64785d2ca9
initramfs: drop dependency on linux:init
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-05-24 16:22:48 +02:00
Ian Leonard
8d0361f1dc
libc: add libidn2 as target depend
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2019-05-04 08:30:18 +00:00
CvH
bcf6a8e2cf
Merge pull request #3393 from MilhouseVH/le10_arm_mem_neon
...
arm-mem: update to arm-mem-0100445, enable for all arm builds
2019-04-14 14:53:40 +02:00
MilhouseVH
d4f6326142
packages: align source code licence usage with project licence
2019-03-26 18:05:50 +00:00
MilhouseVH
23b1fa6b08
arm-mem: use for all arm-based builds
2019-03-15 08:58:20 +00:00
MilhouseVH
12cc464155
initramfs: use ln -sfn when LINK_NAME is a directory
...
INSTALL initramfs (target)
ln: failed to create symbolic link '/home/ubuntu/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel-mt/initramfs/lib/lib': Permission denied
ln: failed to create symbolic link '/home/ubuntu/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel-mt/initramfs/bin/bin': Permission denied
ln: failed to create symbolic link '/home/ubuntu/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-9.0-devel-mt/initramfs/sbin/sbin': Permission denied
If the directory sym link already exists, we try to
create a directory within the dereferenced sym link. So...
ln -sf /usr/lib $BUILD/initramfs/lib
means we attempt to create a sym link within the existing
$BUILD/initramfs/lib which is derefernced to /usr/lib/lib,
resulting in "permission denied".
2019-02-08 17:17:43 +00:00
MilhouseVH
0ebc6fef63
build system: add parallel build support; use new "image" package
2019-02-08 17:17:43 +00:00
MilhouseVH
b009d078dd
cleanup: remove redundant dependencies
...
Added by da38654ea4 - who knows why...
2018-12-28 04:10:03 +00:00
Ian Leonard
a3c001541e
build: use nasm with x86_64 only
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2018-12-06 02:49:12 +00:00
Ian Leonard
18c87849dc
generic: switch from yasm to nasm; update libass to 0.14.0 to support
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2018-12-04 20:16:11 +00:00
MilhouseVH
20e3c03ed0
texturecache.py: reorg dependency
2018-11-04 14:17:22 +00:00
CvH
85e5b4dc1f
cleanup: PKG_SHORTDESC
2018-10-22 15:06:12 +02:00
CvH
a4ec8951e0
cleanup: remove redundant PKG_SHORTDESC
2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f
cleanup: remove PKG_ARCH="any"
2018-10-22 15:06:12 +02:00