Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
build: create JSON files containing image info
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Oct 20, 2019
1 parent f6984f6 commit 39a642a
Show file tree
Hide file tree
Showing 3 changed files with 1,164 additions and 1 deletion.
7 changes: 7 additions & 0 deletions config/Config-build.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

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
bool "Select all target specific packages by default"
select ALL_KMODS
Expand Down
2 changes: 1 addition & 1 deletion include/image.mk
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ define Image/mkfs/squashfs
$(STAGING_DIR_HOST)/bin/mksquashfs4 $(call mkfs_target_dir,$(1)) $@ \
-nopad -noappend -root-owned \
-comp $(SQUASHFSCOMP) $(SQUASHFSOPT) \
-processors 1
-processors 16
endef

# $(1): board name
Expand Down
Loading

0 comments on commit 39a642a

Please sign in to comment.