Jonas Karlman
0f55cb2aed
TinkerBoard: new device
2018-03-04 20:26:54 +01:00
Jonas Karlman
877fceee50
Rockchip: new project
2018-03-04 20:26:54 +01:00
chewitt
2180f4c85b
mkimage: tweak uboot wording to match other messages
2018-03-03 17:41:00 +00:00
MilhouseVH
1c7b4786a3
Merge pull request #2318 from christophgysin/checkdeps
...
refactoring checkdeps
2018-02-25 14:15:09 +00: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
1e4f6dc107
scripts/clean: fix --all by using build config
2018-02-23 10:19:59 +00:00
MilhouseVH
1a6d8a8f06
buildsystem: save/load build config
2018-02-23 10:19:52 +00:00
kszaq
922331214c
Merge pull request #2509 from vpeter4/aml_touch
...
projects/Amlogic: enable touchscreen support
2018-02-21 22:15:01 +01:00
Peter Vicman
d0eefca7f0
scripts/create_addon: create addons for projects where devices are used (like Amlogic instead of S905)
2018-02-20 08:36:34 +01:00
MilhouseVH
1b76e2deff
scripts/build: use BUILD_WITH_DEBUG variable, add logging, stamp support
2018-02-19 07:08:48 +00:00
MilhouseVH
1edbc1b10f
config/options: initialise the debug helper caches
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
Matthias Reichl
a5f4761560
scripts/image: use kernel toolchain to strip modules
...
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-02-17 17:54:34 +01:00
MilhouseVH
8f2b872ab6
Revert "scripts/mkimage: use helper function"
...
This reverts commit 7793bea2e9d47d979bf830c15c657c456aead2bb.
2018-02-04 17:55:59 +00:00
MilhouseVH
7793bea2e9
scripts/mkimage: use helper function
2018-02-01 05:21:36 +00:00
MilhouseVH
964e1c3755
scripts/image: use helper function
2018-02-01 05:21:36 +00:00
CvH
b72acb8816
Merge pull request #2243 from MilhouseVH/le90_fix_noobs
...
NOOBS: shorten partition labels, add $DEVICE support
2018-01-29 14:35:07 +01:00
cvh
c830b8ebf2
scripts/create_addon: add-on overwrite support
...
PROJECT=Generic ARCH=x86_64 ADDON_OVERWRITE=yes scripts/create_addon abc
2018-01-25 01:13:43 +01:00
Adam Green
ad9e7560c8
buildsystem: add support for building extra packages specified in
...
project or device options
this has been added at the end of the virtual debug package as
this is the last point in the build system that any packages are
compiled before images are created
2018-01-06 01:49:09 +00:00
Adam Green
a15ea8777b
scripts/build: set strip binary for arm/arm64
2018-01-05 16:15:59 +00:00
Christian Hewitt
faecb9f914
Merge pull request #2367 from CvH/9.0-meson-cross
...
scripts/build: fix meson cross-compiling
2018-01-01 19:11:50 +04:00
Lukas Rusak
7df2673df4
Merge pull request #2323 from MilhouseVH/le90_source_functions_options
...
buildsystem: source functions earlier, validate project/arch earlier, refactor show_config
2017-12-31 09:53:13 -08:00
Jonas Karlman
27a4b06c4b
scripts/build: fix meson cross-compiling
2017-12-30 20:58:05 +01:00
James Millar
c3edfc6ee7
Cleanup path for SOURCES and allow SOURCES and TARGET to be defined by user
2017-12-21 15:16:24 -05:00
MilhouseVH
64156ea8c8
package cache: initialise with a function
2017-12-21 18:20:02 +00:00
MilhouseVH
bf71ef864b
buildsystem: add configure_package function to finalise package initialisation
2017-12-20 06:25:03 +00:00
MilhouseVH
4e77097d23
buildsystem: set PKG_NAME and default PKG_*DESC only when sourcing a package
2017-12-20 06:24:59 +00:00
MilhouseVH
85a97582de
buildsystem: get_module_dir() is expensive, optimize
2017-12-17 19:12:59 +00:00
MilhouseVH
8af15ed22a
config/show_config: move to separate file
2017-12-17 19:12:59 +00:00
Alex Deryskyba
ce2d407491
scripts/mkimage: Fix an issue when device tree image is not included into SD card images for WeTek devices
2017-12-17 16:59:32 +02:00
Radostan Riedel
1315e7ae26
Merge pull request #2315 from adamg88/le90_s905
...
projects/S905: new project
2017-12-13 15:32:15 +01:00
Adam Green
5c07717d25
scripts/image: export more variables to scripts/mkimage for use
...
within project specific bootloader/mkimage scripts
2017-12-13 08:33:27 +00:00
Adam Green
5fc0b1087e
scripts/image: allow INSTALL_SRC_DIR to be board specific
2017-12-13 08:33:25 +00:00
MilhouseVH
64e55e4d82
Merge pull request #2311 from Kwiboo/create_addon
...
scripts/create_addon: improve PKG_ADDON_PROJECTS check
2017-12-13 03:00:07 +00:00
Christoph Gysin
6306c6a654
scripts/checkdeps: use bash native lowercase
2017-12-12 17:08:19 +02:00
Christoph Gysin
8268aa4928
scripts/checkdeps: expand short-circuits
2017-12-12 17:08:19 +02:00
Christian Hewitt
cee4921f1e
Merge pull request #2247 from christophgysin/checkdeps
...
Refactor scripts/checkdeps, fix missing deps
2017-12-12 06:52:38 +04:00
Jonas Karlman
6055dcfb9c
scripts/create_addon: improve PKG_ADDON_PROJECTS check
...
Use same slightly more functional check as PKG_ARCH
Allows "any !DEVICE" to be interpreted as "any device, but not DEVICE"
2017-12-11 00:29:43 +01:00
Radostan Riedel
e1a965772d
Merge pull request #2260 from kszaq/data_partition_label
...
scripts/mkimage: add label to disk partition as well
2017-12-09 21:50:46 +01:00
kszaq
7d3bbed226
scripts/mkimage: add label to disk partition as well
2017-12-09 21:48:14 +01:00
Alex Deryskyba
b6d4415a31
Merge pull request #2269 from Raybuntu/wetekuboot
...
Fix image creation for WeTek Devices
2017-11-28 17:28:33 +02:00
Radostan Riedel
c36fada03b
Fix image creation for WeTek Devices
2017-11-27 10:02:07 +01:00
MilhouseVH
54c3be9f91
squash: belt & braces
2017-11-25 03:02:53 +00:00
MilhouseVH
dc61719ae4
scripts/get: avoid flip-flopping downloads
2017-11-24 11:42:41 +00:00
Christoph Gysin
4d9c373906
scripts/checkdeps: replace all backticks
2017-11-23 08:52:33 +02:00
MilhouseVH
8ab6ed1ec5
NOOBS: shorten partition labels, add $DEVICE support
2017-11-23 04:00:37 +00:00
Christoph Gysin
26817d5880
scripts/checkdeps: add missing dependency
...
perl module XML::Parser is needed to build intltool
2017-11-23 00:37:21 +02:00
Christoph Gysin
0df9c0de64
scripts/checkdeps: simplify checking for perl modules
2017-11-23 00:32:16 +02:00