mirror of
https://github.com/FunKey-Project/FunKey-OS.git
synced 2025-12-12 23:58:50 +01:00
silent SDK build
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
d4e9dbb360
commit
6aad3d29e8
2
Makefile
2
Makefile
@ -61,7 +61,7 @@ sdk: buildroot SDK/output/.config
|
|||||||
@$(call MESSAGE,"Making FunKey SDK")
|
@$(call MESSAGE,"Making FunKey SDK")
|
||||||
@$(BRMAKE) BR2_EXTERNAL=../SDK O=../SDK/output prepare-sdk
|
@$(BRMAKE) BR2_EXTERNAL=../SDK O=../SDK/output prepare-sdk
|
||||||
@$(call MESSAGE,"Generating SDK tarball")
|
@$(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); \
|
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 \
|
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 \
|
if file -b --mime-type "$${FILE}" | grep -q '^text/'; then \
|
||||||
|
|||||||
@ -92,7 +92,7 @@ $ cd FunKey-OS
|
|||||||
You may now build your FunKey with:
|
You may now build your FunKey with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ make
|
$ make sdk all
|
||||||
```
|
```
|
||||||
This may take a while (~1h30), so consider getting yourself a cup, a glass or a bottle of your favorite beverage ;-)
|
This may take a while (~1h30), so consider getting yourself a cup, a glass or a bottle of your favorite beverage ;-)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user