Tomáš Kelemen (vudiq)
38d1939f4e
install2emmc: use SYSTEM_SIZE and DISTRONAME in script
...
Script uses arbitrary values for FAT32 partition and name of the
distribution. Using placeholders in the script and replacing them at
build time offers flexibility, i.e. no need to change arbitrary values
in script when SYSTEM_SIZE is changed.
2021-10-15 22:02:15 +02:00
Ian Leonard
3936c9e5ab
scripts/image: reduce use of basename
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2021-10-01 19:41:50 +00:00
Portisch
7e418be01c
config|scripts: keep source more generic
2021-01-26 16:26:56 +01:00
Matthias Reichl
8065dff7d3
scripts/image: drop dt-blob.bin handling
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2020-09-28 21:01:39 +02:00
Ian Leonard
d6622d5b94
image: zstd: use compression level 19 by default
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com >
2020-06-07 19:52:02 +00:00
Christian Hewitt
44a6266465
Merge pull request #4103 from Kwiboo/mkimage-box
...
scripts/mkimage: only configure extlinux for valid uboot_helper dtb
2020-01-31 10:55:35 +03:00
Matthias Reichl
80f1b14da0
Merge pull request #4092 from MilhouseVH/le10_generator
...
buildsystem: switch to dynamic scheduler
2020-01-21 00:13:51 +01:00
MilhouseVH
ecbbddd3d6
scripts/image: send all u-boot output to stdout
2020-01-18 09:29:38 +00:00
Jonas Karlman
3f06a76a4e
scripts: remove UBOOT_VERSION
2020-01-12 21:19:58 +00:00
Matthias Reichl
dad3581441
kernel-overlays: move volatile runtime data to /run
...
Create the module and firmware symlink trees in /run/kernel-overlays
instead of /var/lib as recommended by FHS 3.0. This also allows us
to drop the After=var.mount ordering in the systemd service.
Signed-off-by: Matthias Reichl <hias@horus.com >
2020-01-10 12:03:23 +01:00
MilhouseVH
e48447f305
config/multithread: dump stats after a build
2019-12-31 13:50:00 +00:00
Andre Heider
61af0490ef
image: don't fish out kernel files out of its build dir
...
Install the files required by $SCRIPTS/image to a hidden directory. That
way, the files won't get copied to the system filesystem, but the script
can access them without requiring access to the build directory,
2019-12-31 11:26:49 +01: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
sky42
3f77c14b60
Update scripts/image
...
Co-Authored-By: MilhouseVH <MilhouseVH@users.noreply.github.com >
2019-09-08 20:27:05 +02:00
sky42
d55e191cda
scripts: image: BUILDER_NAME in image filename
2019-09-06 06:50:12 +02:00
CvH
6d67cfcbb9
Merge pull request #3745 from MilhouseVH/le10_buildsystem_fixup2
...
buildsystem: minor fixups
2019-08-17 10:18:15 +02:00
MilhouseVH
54804c7e15
save_build_config: centralise
2019-08-15 20:51:34 +01:00
MilhouseVH
5666d4825d
image: log board details prior to install
2019-08-13 11:30:23 +01:00
MilhouseVH
7ba6d1048c
image: validate UBOOT_SYSTEM
2019-08-13 11:30:23 +01:00
Matthias Reichl
f4fdfefbed
scripts/image: drop /sbin from PATH
...
All programs needed for image creation are available in toolchain.
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-07-16 20:20:37 +02:00
Matthias Reichl
81d8d58d7e
scripts/image: only include hex version in noobs os.json if NOOBS_HEX is set
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-07-03 20:05:20 +02:00
Matthias Reichl
a28f2e7688
scripts/image: create NOOBS tarballs with fakeroot
...
Otherwise builder user ID will leak in and storage partition
will be owned by that instead of root and lots of services
will fail to start.
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-07-03 20:05:20 +02:00
Matthias Reichl
0bf0cba705
scripts/image: copy config.txt and distroconfig.txt from INSTALL
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-07-03 20:05:20 +02:00
Matthias Reichl
1994c2be0d
scripts/image: copy firmware from INSTALL
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-07-03 20:05:20 +02:00