Make all samples save tarballs.

... and provide consistent logging.

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2016-11-18 13:36:21 -08:00
parent b4efb5e519
commit 15ffdc42f1
4 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,5 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_CPU="cortex-a53"
CT_ARCH_64=y

View File

@ -1,4 +1,6 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_CPU="cortex-a7"
CT_ARCH_FPU="neon-vfpv4"
CT_ARCH_FLOAT_HW=y

View File

@ -1,4 +1,6 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_CPU="cortex-a53"
CT_ARCH_FPU="neon-vfpv4"
CT_ARCH_FLOAT_HW=y

View File

@ -1,4 +1,6 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_SAVE_TARBALLS=y
CT_LOG_EXTRA=y
CT_ARCH_xtensa=y
CT_KERNEL_linux=y
CT_LIBC_uClibc=y