silent SDK build

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2021-01-18 22:26:19 +01:00
parent d4e9dbb360
commit 6aad3d29e8
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ sdk: buildroot SDK/output/.config
@$(call MESSAGE,"Making FunKey SDK")
@$(BRMAKE) BR2_EXTERNAL=../SDK O=../SDK/output prepare-sdk
@$(call MESSAGE,"Generating SDK tarball")
export LC_ALL=C; \
@export LC_ALL=C; \
SDK=FunKey-sdk-$(shell cat FunKey/board/funkey/rootfs-overlay/etc/sw-versions | cut -f 2); \
grep -lr "$(shell pwd)/SDK/output/host" SDK/output/host | while read -r FILE ; do \
if file -b --mime-type "$${FILE}" | grep -q '^text/'; then \