606 Commits

Author SHA1 Message Date
zalaare
a3a8d635ea build system: drop .img extension for the open virtual appliance
and change the default syslinux entry from installer to run
  for the open virtual appliance.
2017-08-16 09:00:32 -04:00
zalaare
e8fe8b4360 build system: use DISK_SIZE in bytes for ovf template 2017-08-15 12:56:14 -04:00
Jonas Karlman
ada645e251 scripts/create_addon: reduce $DEVICE complexity
(cherry picked from commit fbc4fd4e0beea5c2443f34fb69d7eeb1b339990d)
2017-07-29 11:58:34 +02:00
Jonas Karlman
bd3c329acb scripts/image: reduce $DEVICE complexity
(cherry picked from commit 46b69d29bfb80a6b50876c25e60aaa18318c488e)
2017-07-29 11:58:34 +02:00
MilhouseVH
69480d9cef scripts/create_addon: fix debug_strip 2017-07-15 18:32:57 +02:00
MilhouseVH
1504d3a0b3 Merge pull request #1779 from chewitt/stuff
cleanup: change add-on team name and changelog.txt cosmetics
2017-07-12 13:28:42 +01:00
chewitt
3291bb723d addons: default author to Team LibreELEC 2017-07-11 07:38:08 +01:00
Christian Hewitt
6ed2d2c5bf Merge pull request #1712 from Kwiboo/align-partitions-8.2
LE8.2: backport of scripts/mkimage: align partitions to 4MiB
2017-07-09 14:51:05 +04:00
Christian Hewitt
b48ff9491c Merge pull request #1711 from Kwiboo/device-support-8.2
LE8.2: Add missing support for $DEVICE from master
2017-07-09 14:50:41 +04:00
MilhouseVH
a0fa19e0c7 create_addon: add device support
(cherry picked from commit b7fdf94ae70cbb212b23a826b2262eef51060676)
2017-07-05 07:27:58 +02:00
Lukas Rusak
d03c993501 scripts/image: use $DEVICE.$TARGET_ARCH
(cherry picked from commit 44dc5c96470c9277274fafa7cfdaa421e4cd52aa)
2017-07-05 07:27:58 +02:00
Jonas Karlman
49b9c41d6a scripts/mkimage: align partitions to 4MiB
(cherry picked from commit e4ba1d473636d1c9ca741be9cb9c2da8a3f53450)
2017-07-05 07:27:50 +02:00
cvh
6b56b6fe80 scripts/image: cleanup os-release 2017-07-03 13:20:11 +02:00
cvh
7141f30022 scripts/image: cleanup shell output 2017-07-03 13:18:16 +02:00
MilhouseVH
f4adec920d Merge pull request #1703 from chewitt/backports
various backports from master
2017-06-24 10:37:11 +01:00
MilhouseVH
8c35ddb957 checkdeps: add libjson-perl 2017-06-22 18:46:42 +01:00
Lukas Rusak
a51188bd68 Generic: merge Virtual project 2017-06-22 18:42:29 +01:00
kszaq
dd4c00fcf6 scripts/image: print depmod errors so that we can see unresolved symbols when building 2017-06-20 21:17:29 +01:00
kszaq
b27b319c9f scripts/create_addon: always setup toolchain when creating addon
If addon wants to strip binaries we need to have STRIP set up.
Without running 'build' setup_toolchain is not called and stripping fails.
Make sure we also setup paths before creating package.
2017-06-20 21:17:29 +01:00
kszaq
bb617446b8 scripts/create_addon: strip all addons
This makes sure that all executables in addon install dir are stripped. We can now
drop debug_strip in addons' package.mk.
2017-06-20 21:17:29 +01:00
MilhouseVH
48aea71469 build system: verify package downloads using sha256 checksum 2017-06-20 18:26:40 +01:00
MilhouseVH
4bfb206432 unpack: avoid calculating hash more than once 2017-06-20 18:17:23 +01:00
MilhouseVH
b1c2191a20 scripts: add comment to clarify usage 2017-06-20 18:17:23 +01:00
MilhouseVH
5e5cc05c5a Revert "clean: avoid unecessary disk io"
This reverts commit 7bc2ed47020213ff2db0cead266040f33286d159.
2017-06-20 18:17:23 +01:00
MilhouseVH
0d3742b333 Revert "unpack: avoid unecessary disk io"
This reverts commit 895122eb66e19c073f4aa5663856d7f07b19b914.
2017-06-20 18:17:23 +01:00
MilhouseVH
39f13a26df unpack: avoid yet more wildcard io 2017-06-20 18:16:43 +01:00
MilhouseVH
86053a0336 clean: avoid unecessary disk io 2017-06-20 18:16:43 +01:00
MilhouseVH
5a290a3035 unpack: avoid unecessary disk io 2017-06-20 18:16:43 +01:00
MilhouseVH
cc7ba9c381 build/unpack: eliminate eval 2017-06-20 18:10:39 +01:00
MilhouseVH
61fe12c0c2 unpack: alter logic so that packages without sources have a stamp 2017-06-20 18:05:26 +01:00
Peter Vicman
ab43d6e255 scripts/unpack: use relative path for showing a patch file
from
APPLY PATCH (common)   /data/LibreELEC.tv/packages/audio/alsa-lib/patches/alsa-lib-USB_Soundblaster_HD.patch
to
APPLY PATCH (common)   packages/audio/alsa-lib/patches/alsa-lib-USB_Soundblaster_HD.patch
2017-06-20 18:04:28 +01:00
MilhouseVH
a39238432c get: silence libssl.so/libcrypto.so messages 2017-06-20 17:56:45 +01:00
MilhouseVH
e1d7ab39b8 extract: typos 2017-06-20 17:56:38 +01:00
MilhouseVH
50a86a4799 get: cleanup - optimise and remove redundant code 2017-06-20 17:56:32 +01:00
MilhouseVH
915f6a0730 skip_unpack: remove unused script 2017-06-20 17:56:23 +01:00
MilhouseVH
ed427bad70 unpack: add --unsafe-paths to allow patching outside of git working area 2017-06-20 17:46:20 +01:00
MilhouseVH
310e937a08 INSTALL: drop $ROOT, convert to absolute path 2017-06-20 17:46:02 +01:00
MilhouseVH
cf1068712e PKG_BUILD: drop $ROOT, convert to absolute path 2017-06-20 17:38:24 +01:00
MilhouseVH
28a90c5bb3 TOOLCHAIN: drop $ROOT, convert to absolute path 2017-06-20 17:30:40 +01:00
MilhouseVH
a6a64db317 script/images: use get_pkg_directory helper 2017-03-06 22:15:50 +00:00
cvh
820a5a6e6b scripts/checkdeps: add patchutils as dependency
- lsdiff is needed to build media_build (included in patchutils)
2017-01-11 11:40:47 +01:00
Christian Hewitt
9e4c5ea828 Merge pull request #1025 from lrusak/pkg-rev-binary
scripts/create_addon: use PKG_REV as part of the binary addon version
2017-01-08 10:29:57 +04:00
MilhouseVH
d32a82e506 build: dump cmake command and variables before building 2017-01-03 18:02:48 +00:00
MilhouseVH
fe6a92f934 Fixup post-/usr: need /usr/lib64 2016-12-14 15:08:19 +00:00
Lukas Rusak
4e3dd4a9e3 Merge pull request #1020 from MilhouseVH/patch_dir
build: implement PKG_PATCH_DIRS
2016-12-06 10:36:04 -08:00
MilhouseVH
4b599ac7b9 build: implement PKG_PATCH_DIRS 2016-12-06 18:25:25 +00:00
Christian Hewitt
03bbb0c0da Merge pull request #768 from lrusak/cmake-kodi
kodi use cmake
2016-12-06 21:54:45 +04:00
Lukas Rusak
d9f3526473
scripts/create_addon: use PKG_REV as part of the binary addon version 2016-12-04 15:56:23 -08:00
Lukas Rusak
fb12c9fcf5
scripts/install: use unified /usr 2016-12-04 13:23:41 -08:00
Lukas Rusak
2f9e111b3c
scripts/image: use unified /usr 2016-12-04 13:23:41 -08:00