BUILD_TYPE : develop
DOWNLOAD_MIRROR : default
NO_CCACHE : no
COMPRESS_IMAGE : no
INSTALL_TYPE_RAW : no
***********************PARAMETERS************************
Fenix Version: 0.9.5
Khadas Board: VIM3
Uboot Version: 2015.01
Uboot Configuration: kvim3_defconfig
Uboot Branch: khadas-vims-v2015.01
Linux Version: 4.9
Linux Configuration: kvims_defconfig
Linux DTB: arch/arm64/boot/dts/amlogic/kvim3_linux.dtb
Linux Branch: khadas-vims-4.9.y
Distribution: Ubuntu
Distribution Release: bionic
Distribution Type: gnome
Distribution Arch: arm64
Install Type: SD-USB
Final Image: VIM3_Ubuntu-gnome-bionic_Linux-4.9_arm64_SD-USB_V0.9.5-201020.img
*********************************************************
Info: Build host: focal
Info: Running in container: docker
Info: apt-cacher is disabled in containers.
stat: cannot stat '/home/khadas/.ccache/': No such file or directory
chown: cannot access '/home/khadas/.ccache/': No such file or directory
if [ $(systemd-detect-virt) == docker ]; then
if [ -d ~/toolchains -a ! -d ~/fenix/downloads ]; then
info_msg "Copying preinstalled toolchains ..."
mkdir -p ~/fenix/downloads
cp -r ~/toolchains/* downloads/
fi
# Walkaround for ccache permissions
if [ "$(stat -c '%U %G' ~/.ccache/)" != "khadas khadas" ]; then
sudo chown khadas:khadas -R ~/.ccache/
if [ -d ~/.ccache ]; then
if [ "$(stat -c '%U %G' ~/.ccache/)" != "khadas khadas" ]; then
sudo chown khadas:khadas -R ~/.ccache/
fi
fi
fi
fi
fi
nick@Nick:~/code/fenix/linux$ ll arch/arm64/configs/
total 84
drwxrwxr-x 2 nick nick 4096 10月 21 10:31 ./
drwxrwxr-x 12 nick nick 4096 10月 21 10:31 ../
-rw-rw-r-- 1 nick nick 10443 10月 17 09:26 defconfig
-rw-r--r-- 1 nick nick 20298 10月 21 10:31 kvims_defconfig
-rw-r--r-- 1 nick nick 16392 10月 21 10:31 meson64_defconfig
-rw-rw-r-- 1 nick nick 13835 10月 17 09:26 meson64_smarthome_defconfig
-rw-r--r-- 1 nick nick 7637 9月 21 13:59 ranchu64_defconfig
khadas@1e4516748dd9:/home/vim3/paycam/khadas/fenix/linux$ make kernel
scripts/kconfig/conf --silentoldconfig Kconfig
drivers/net/wireless/bcmdhd/Kconfig:53:warning: defaults for choice values not supported
*
Restart config…
General setup
Cross-compiler tool prefix (CROSS_COMPILE) []
Compile also drivers which will not load (COMPILE_TEST) [N/y/?] n
Local version - append to kernel release (LOCALVERSION) []
Automatically append version information to the version string (LOCALVERSION_AUTO) [Y/n/?] y
Kernel compression mode
Gzip (KERNEL_GZIP) (NEW)
Bzip2 (KERNEL_BZIP2) (NEW)
LZMA (KERNEL_LZMA) (NEW)
XZ (KERNEL_XZ) (NEW)
LZO (KERNEL_LZO) (NEW)
LZ4 (KERNEL_LZ4) (NEW)
choice[1-6?]: 1
Default hostname (DEFAULT_HOSTNAME) [(none)] (none)
Support for paging of anonymous memory (swap) (SWAP) [Y/n/?] y
System V IPC (SYSVIPC) [Y/n/?] y
POSIX Message Queues (POSIX_MQUEUE) [Y/n/?] y
Enable process_vm_readv/writev syscalls (CROSS_MEMORY_ATTACH) [Y/n/?] y
open by fhandle syscalls (FHANDLE) [Y/n/?] y
uselib syscall (USELIB) [N/y/?] n
Auditing support (AUDIT) [Y/n/?] y
Kernel .config support (IKCONFIG) [Y/n/m/?] y
Enable access to .config through /proc/config.gz (IKCONFIG_PROC) [Y/n/?] y
Kernel log buffer size (16 => 64KB, 17 => 128KB) (LOG_BUF_SHIFT) [19] 19
CPU kernel log buffer size contribution (13 => 8 KB, 17 => 128KB) (LOG_CPU_MAX_BUF_SHIFT) [12] 12
Temporary per-CPU NMI log buffer size (12 => 4KB, 13 => 8KB) (NMI_LOG_BUF_SHIFT) [13] (NEW)
Checkpoint/restore support (CHECKPOINT_RESTORE) [N/y/?] n
Automatic process group scheduling (SCHED_AUTOGROUP) [N/y/?] n
Boosting for CFS tasks (EXPERIMENTAL) (SCHED_TUNE) [Y/n/?] y
Default to enabling the Energy Aware Scheduler feature (DEFAULT_USE_ENERGY_AWARE) [Y/n/?] y
Enable deprecated sysfs features to support old userspace tools (SYSFS_DEPRECATED) [N/y/?] n
Kernel->user space relay support (formerly relayfs) (RELAY) [N/y/?] n
Initial RAM filesystem and RAM disk (initramfs/initrd) support (BLK_DEV_INITRD) [Y/n/?] y
Initramfs source file(s) (INITRAMFS_SOURCE) []
Support initial ramdisks compressed using gzip (RD_GZIP) [Y/n/?] y
Support initial ramdisks compressed using bzip2 (RD_BZIP2) [Y/n/?] y
Support initial ramdisks compressed using LZMA (RD_LZMA) [Y/n/?] y
Support initial ramdisks compressed using XZ (RD_XZ) [Y/n/?] y
Support initial ramdisks compressed using LZO (RD_LZO) [Y/n/?] y
Support initial ramdisks compressed using LZ4 (RD_LZ4) [Y/n/?] y
Compiler optimization level
Optimize for performance (CC_OPTIMIZE_FOR_PERFORMANCE)
Optimize for size (CC_OPTIMIZE_FOR_SIZE)
choice[1-2]: 1
Configure standard kernel features (expert users)
Configure standard kernel features (expert users) (EXPERT) [Y/?] y
Multiple users, groups and capabilities support (MULTIUSER) [Y/n/?] y
sgetmask/ssetmask syscalls support (SGETMASK_SYSCALL) [N/y/?] n
Sysfs syscall support (SYSFS_SYSCALL) [Y/n/?] y
Sysctl syscall support (SYSCTL_SYSCALL) [N/y/?] n
Load all symbols for debugging/ksymoops (KALLSYMS) [Y/?] y
Include all symbols in kallsyms (KALLSYMS_ALL) [Y/n/?] y
Enable support for printk (PRINTK) [Y/n/?] y
BUG() support (BUG) [Y/?] y
Enable ELF core dumps (ELF_CORE) [Y/n/?] y
Enable PC-Speaker support (PCSPKR_PLATFORM) [Y/n/?] (NEW)