Jonas Karlman
60fc0b29ed
u-boot: use PKG_STAMP to trigger rebuild
2019-04-01 20:58:13 +00:00
MilhouseVH
eff50203e1
scripts/build: clobber existing files
2019-03-09 22:02:33 +00:00
MilhouseVH
7c327b2d56
scripts/build: fix broken sym links due to isolated sysroot
2019-02-28 06:19:13 +00:00
MilhouseVH
83922eef4f
scripts/build: add TODO
2019-02-22 20:12:20 +00:00
MilhouseVH
527ea323b8
scripts/build: a shared sysroot is not thread-safe
2019-02-22 20:11:23 +00:00
MilhouseVH
d71fbfaec7
scripts/build: cosmetic
2019-02-13 15:10:54 +00:00
MilhouseVH
9f1ea7d175
PKG_DEPENDS_UNPACK: solution for packages using source code of another
2019-02-08 17:17:43 +00:00
MilhouseVH
d0034ab95e
scripts/build: use global lock as sed -i $SYSROOT_PREFIX/usr/lib/*.la is racy
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
fb7bfa02f9
config/path: get rid of MAKEINSTALL
2019-02-08 17:17:43 +00:00
MilhouseVH
0661263dd8
buildsystem: restore set -e fail-on-error behaviour
2019-01-24 19:17:39 +00:00
MilhouseVH
a71c01f53a
scripts/build: stop sourcing package, reorg code
2018-12-18 03:43:28 +00:00
MilhouseVH
9959b29df9
scripts/build: use pkg_call
2018-11-29 01:09:20 +00:00
MilhouseVH
4b0a3215db
scripts/build: fix invalid color
2018-11-21 18:58:29 +00:00
Ian Leonard
5963b74670
scripts/build: convert to build_msg
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2018-11-21 18:58:29 +00:00
Ian Leonard
acca8326ce
scripts/build: general cleanup
...
Add copyright
Convert to config/functions/die()
Make use of bash default value mechanic
Combine some if tests
Get PKG_BUILD quoted
Replace `` with $()
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2018-11-04 05:40:46 +00:00
CvH
843051d0f7
spdx: scripts/
2018-07-17 23:58:49 +02:00
MilhouseVH
7628290170
buildsystem: add a function to calculate stamps, switch from md5 to sha256
2018-04-02 10:09:11 +01:00
Sascha Kuehndel (InuSasha)
d38cadaf8c
meson: update to 0.45
...
- generate cross-file per package, needed since https://github.com/mesonbuild/meson/pull/1807 to use changed build-flags
2018-03-21 17:10:10 +01:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
...
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)
All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk
Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Christian Hewitt
15c3e9e90c
Merge pull request #2518 from MilhouseVH/le90_save_build_config
...
buildsystem: save/load build config, simplify clean and build --all
2018-02-25 14:13:37 +04:00
Radostan Riedel
d450819323
Merge pull request #2506 from HiassofT/le9-kernel-toolchain
...
Compile kernel on 64/32 split archs without redefining TARGET_PREFIX
2018-02-23 20:12:59 +01:00
MilhouseVH
ccd4458425
scripts/build: add --all support using build config
2018-02-23 10:19:59 +00:00
MilhouseVH
1b76e2deff
scripts/build: use BUILD_WITH_DEBUG variable, add logging, stamp support
2018-02-19 07:08:48 +00:00
Matthias Reichl
d41e3ac239
scripts/build: don't redefine TARGET_PREFIX on 64/32 builds
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2018-02-17 17:54:35 +01:00