- 18 Jun, 2019 3 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
This makes shellcheck more happy and the code more robust towards changes.
-
Guido Gunther authored
Less stream lined targets like the NXP EVKs need a hand copied dtb but the devkit doesn't so don't copy in this case.
-
- 13 Jun, 2019 1 commit
-
-
Dorota Czaplejewicz authored
root.sh: Only check for patched packages when installed See merge request Librem5/image-builder!99
-
- 12 Jun, 2019 5 commits
-
-
Guido Gunther authored
Not all architectures have all packages (e.g. we don't have flash-kernel on amd64) so check if a package is installed at all before checking if it's patched.
-
Guido Gunther authored
build-image: use latest instead of unstable by default See merge request Librem5/image-builder!96
-
Dorota Czaplejewicz authored
Makefile: Use devkit as default target See merge request Librem5/image-builder!97
-
Dorota Czaplejewicz authored
Check for patched packages See merge request Librem5/image-builder!98
-
Guido Gunther authored
This makes sure we don't end up with broken images pulling newer versions from Debian than we have. This would ideally be checked in separate test step but until this is there let's put it here rather than shipping broken images.
-
- 11 Jun, 2019 3 commits
-
-
Guido Gunther authored
-
Guido Gunther authored
-
Guido Gunther authored
While imx6 is still nice we want a simple make build a devkit image by default. Use the latest kernel as well since we're not publishing to storage.puri.sm atm.
-
- 06 Jun, 2019 3 commits
-
-
Martin Kepplinger authored
-
Guido Gunther authored
Dockerfile: install unzip See merge request Librem5/image-builder!95
-
Martin Kepplinger authored
unzip is needed to to extract jenkins' kernel archive.
-
- 05 May, 2019 1 commit
-
-
Dorota Czaplejewicz authored
Generate additional boot image for eMMC boot hwpart See merge request Librem5/image-builder!87
-
- 04 May, 2019 4 commits
-
-
Hugo Grostabussiat authored
-
Hugo Grostabussiat authored
Read the `want_boot_image` board config value, and add the boot image the the list if the value is 1. The boot image generated by the build-image script will get compressed and its SHA256 hash added to the sha256sums file.
-
Hugo Grostabussiat authored
Prepare the Makefile for producing more than one image, and fix small issues along the way. - Rename 'IMAGE' to 'IMAGES', and generate COMPRESSED from IMAGES (the '.xz' suffix is appended to every filename in IMAGE). - Fix the image being rebuilt every time even when no change occurred by making the 'local.sh-link' prerequisite order-only. - Make CHECKSUM depend on COMPRESSED so that the checksum file is updated if the images changed. - Use variable STAMPFILE instead of repeating 'tmp/$(IMAGE).stamp'. - Remove all .tmp file in the 'clean' target. This also eliminates a potentially dangerous 'rm -rf *'.
-
Hugo Grostabussiat authored
This commit adds support to build-image for building an additional boot image containing U-boot and m4.bin. This feature is enabled by the `want_boot_image` board config variable.
-
- 19 Apr, 2019 2 commits
-
-
Angus Ainslie authored
librem5 base delivers a modprobe file now so we don't need to create it here See merge request Librem5/image-builder!91
-
Angus Ainslie authored
Signed-off-by:
Angus Ainslie <angus@akkea.ca>
-
- 12 Apr, 2019 2 commits
-
-
Dorota Czaplejewicz authored
Drop group handling See merge request Librem5/image-builder!90
-
Guido Gunther authored
Now in librem5-base-default: Librem5/librem5-base!31
-
- 11 Mar, 2019 1 commit
-
-
Angus Ainslie authored
Drop builders See merge request Librem5/image-builder!86
-
- 03 Mar, 2019 4 commits
-
-
Angus Ainslie (Purism) authored
They are now located here https://source.puri.sm/Librem5/kernel-builder
-
Angus Ainslie (Purism) authored
They are now located https://source.puri.sm/Librem5/u-boot-builder
-
Angus Ainslie (Purism) authored
-
- 26 Feb, 2019 1 commit
-
-
Guido Gunther authored
Use flash-image to install the dev kit kernel See merge request Librem5/image-builder!85
-
- 25 Feb, 2019 1 commit
-
-
Dorota Czaplejewicz authored
-
- 14 Feb, 2019 2 commits
-
-
Guido Gunther authored
Jenkins: Fix typo See merge request Librem5/image-builder!84
-
Dorota Czaplejewicz authored
-
- 10 Feb, 2019 1 commit
-
-
Angus Ainslie authored
-
- 09 Feb, 2019 1 commit
-
-
Angus Ainslie authored
-
- 04 Feb, 2019 1 commit
-
-
Angus Ainslie authored
kernel: Process defconfig files See merge request Librem5/image-builder!83
-
- 22 Jan, 2019 4 commits
-
-
Guido Gunther authored
Configs not residing in the kernel tree can be defconfigs too if we run oldconfig afterwards.
-
Guido Gunther authored
This allows us to use trimmed defconfigs which are way easier to maintain and compare.
-
Guido Gunther authored
This makes the overrides more useful
-
Angus Ainslie authored
Shellcheck kernel build script See merge request Librem5/image-builder!75
-