build: create JSON files containing image info

This commit is contained in:
LEAN-ESX 2019-10-20 05:03:52 -07:00
parent f6984f6389
commit 39a642a130
3 changed files with 1164 additions and 1 deletions

View File

@ -7,6 +7,13 @@
menu "Global build settings" menu "Global build settings"
config JSON_ADD_IMAGE_INFO
bool "Create JSON info files per build image"
default BUILDBOT
help
The JSON info files contain information about the device and
build images, stored next to the firmware images.
config ALL_NONSHARED config ALL_NONSHARED
bool "Select all target specific packages by default" bool "Select all target specific packages by default"
select ALL_KMODS select ALL_KMODS

View File

@ -242,7 +242,7 @@ define Image/mkfs/squashfs
$(STAGING_DIR_HOST)/bin/mksquashfs4 $(call mkfs_target_dir,$(1)) $@ \ $(STAGING_DIR_HOST)/bin/mksquashfs4 $(call mkfs_target_dir,$(1)) $@ \
-nopad -noappend -root-owned \ -nopad -noappend -root-owned \
-comp $(SQUASHFSCOMP) $(SQUASHFSOPT) \ -comp $(SQUASHFSCOMP) $(SQUASHFSOPT) \
-processors 1 -processors 16
endef endef
# $(1): board name # $(1): board name

File diff suppressed because it is too large Load Diff