Commit Graph

592 Commits

Author SHA1 Message Date
Christian Hewitt
eacd31e221 Merge pull request #1387 from MilhouseVH/absolute_paths_extra
buildsystem: Create unpack stamps for packages without sources
2017-02-28 09:09:42 +04:00
Christian Hewitt
a046109a96 Merge pull request #1326 from MilhouseVH/script_cleanup
Build system scripts cleanup
2017-02-26 18:58:50 +04:00
kszaq
7672efd098 scripts/image: print depmod errors so that we can see unresolved symbols when building 2017-02-26 15:39:03 +01:00
Christian Hewitt
e504d83ad8 Merge pull request #1370 from kszaq/addon_stripping
Addon stripping improvements
2017-02-26 18:35:21 +04:00
MilhouseVH
d94dace814 unpack: avoid yet more wildcard io 2017-02-23 11:42:08 +00:00
MilhouseVH
7bc2ed4702 clean: avoid unecessary disk io 2017-02-23 11:42:08 +00:00
MilhouseVH
895122eb66 unpack: avoid unecessary disk io 2017-02-23 11:42:08 +00:00
MilhouseVH
bdcd5bc405 build/unpack: eliminate eval 2017-02-23 11:42:08 +00:00
MilhouseVH
2456e366fc unpack: alter logic so that packages without sources have a stamp 2017-02-23 11:42:08 +00:00
kszaq
aa1edddea0 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-02-18 23:28:28 +01:00
kszaq
dd50ef2191 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-02-18 23:25:39 +01:00
MilhouseVH
47d03c8586 unpack: add --unsafe-paths to allow patching outside of git working area 2017-02-18 00:58:12 +00:00
MilhouseVH
5d786baaf2 INSTALL: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
MilhouseVH
99ef6bc05d PKG_BUILD: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
MilhouseVH
03366a102c TOOLCHAIN: drop $ROOT, convert to absolute path 2017-02-17 18:17:13 +00:00
MilhouseVH
03363dc5cd get: silence libssl.so/libcrypto.so messages 2017-02-12 22:37:35 +00:00
MilhouseVH
50aac918e6 extract: typos 2017-02-12 22:37:35 +00:00
MilhouseVH
ac57520d9d get: cleanup - optimise and remove redundant code 2017-02-12 22:37:35 +00:00
MilhouseVH
0c5efe2b2f skip_unpack: remove unused script 2017-02-12 22:37:35 +00:00
CvH
90aabe1855 Merge pull request #1266 from lrusak/virtual
merge Virtual project into Generic
2017-02-03 20:19:05 +01:00
Alan
7487ed9f8e tex: changes to remove tex dependencies 2017-02-02 15:09:44 +04:00
Christian Hewitt
b725e70790 Merge pull request #1251 from MilhouseVH/bootload_dir
cleanup: avoid using find command to determine package directory
2017-02-02 09:28:53 +04:00
Lukas Rusak
f1bc9dd3f5 Generic: merge Virtual project 2017-02-01 16:47:13 -08:00
MilhouseVH
626250b7ef script/images: use get_pkg_directory helper 2017-01-31 22:09:30 +00:00
Peter Vicman
67f90b2d84 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-01-30 17:23:57 +01:00