Andre Heider
d31c44664c
build: clean usr/local/ on packages too
...
Some packages use configure_target() but don't set the /usr prefix.
2019-12-31 11:26:49 +01:00
Andre Heider
912a91619b
build: don't wipe devel files from packages, just don't install them
...
With the upcoming usage of the standard install_pkg folder for addon
dependencies, the devel files need to be accessible, e.g. ffmpegx for
tvheadend.
So don't wipe them from the package install folder, just skip copying
them to the image.
2019-12-31 11:26:49 +01:00
Andre Heider
4197b75c8e
build: include initramfs:init in the build plan
...
Now with the dependencies in initramfs:init, we can include it in the
build plan to parallalize it. But just build them there, the kernel package
keeps installing them.
2019-12-31 11:26:49 +01:00
Andre Heider
267d57d7f3
build: add and use PKG_INSTALL
...
Set it depending on the target, so there's no need to hardcode
$PKG_BUILD/.install_[pkg|init] in multiple places.
2019-12-31 11:26:49 +01:00
Jonas Karlman
30d63b56a0
Rockchip: drop rockchip-4.4 linux support
2019-12-31 09:09:33 +00:00
Jonas Karlman
09b236900e
Rockchip: add mainline linux support
2019-12-31 09:09:33 +00:00
Jernej Skrabec
01c80a2b9f
uboot_helper: Add Allwinner A20 boards
2019-12-29 09:08:50 +01:00
MilhouseVH
3e8a33500d
buildsystem: "set -e" error handling not working for addon builds
2019-12-19 08:11:50 +00:00
Matthias Reichl
635f750dfb
script/install: also install hwdb.d files from packages
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-11-23 12:48:48 +01:00
MilhouseVH
a58fc6d645
scripts/checkdeps: add file
2019-11-10 02:36:25 +00:00
MilhouseVH
7d47eded56
scripts/checkdeps: add xz
2019-11-10 02:26:04 +00:00
MilhouseVH
97711c9185
scripts/checkdeps: add make
2019-11-08 00:18:44 +00:00
MilhouseVH
db6d111ecf
scripts/checkdeps: can't install gcc if gcc not installed. Duh.
2019-11-08 00:09:26 +00:00
MilhouseVH
6eb226b1fb
buildsystem: use /usr/bin/python3 in scripts
2019-11-07 10:33:47 +00:00
MilhouseVH
a41d4f1e6b
buildsystem: fix Python native modules that are using build host ABI (PEP3149)
2019-10-29 12:19:07 +00:00
MilhouseVH
a7cf257127
scripts/checkdeps: replace python2 with python3
2019-10-29 12:19:07 +00:00
Sascha Kuehndel (InuSasha)
2d78194f84
fix strip with new meson
2019-09-19 11:18:33 +02:00
Sascha Kuehndel (InuSasha)
266f0932c8
buildsystem: swap setup_toolchain parameter
2019-09-19 11:14:43 +02:00
Sascha Kuehndel (InuSasha)
73eef7432f
buildsystem: convert to support mesonbuild >= 0.51.0
...
- meson needs a host environment for cross-compile
- allow setup_toolchain to setup toolchain based on used build-system
- adjust creation of meson.conf
2019-09-19 11:14:43 +02:00
MilhouseVH
a404c441a0
Merge pull request #3804 from HiassofT/le10-systemd-fix-fs-corruption
...
fix filesystem corruption on reboot/shutdown
2019-09-18 19:43:35 +01:00
Matthias Reichl
938a23b9fc
scripts/install: copy system.d files recursively
...
This allows installing drop-ins.
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-09-13 23:44:06 +02:00
MilhouseVH
9a97f1b8ae
Revert "scripts: image: BUILDER_NAME in image filename"
...
This reverts commit d55e191cda .
2019-09-13 17:02:42 +01:00
MilhouseVH
6dc483c169
Revert "Update scripts/image"
...
This reverts commit 3f77c14b60 .
2019-09-13 17:02:41 +01:00
MilhouseVH
bc58b3302a
Merge pull request #3798 from sky42src/le92_bn_img
...
scripts: image: BUILDER_NAME in image filename
2019-09-13 13:45:12 +01:00
sky42
3f77c14b60
Update scripts/image
...
Co-Authored-By: MilhouseVH <MilhouseVH@users.noreply.github.com >
2019-09-08 20:27:05 +02:00