name: linux-armv7-versatile kind: chunk configure-commands: - make ARCH=arm vexpress_defconfig - scripts/config -e BTRFS_FS - scripts/config -e BTRFS_FS_POSIX_ACL - scripts/config -d BTRFS_FS_CHECK_INTEGRITY - scripts/config -e DEVTMPFS - scripts/config -e DEVTMPFS_MOUNT - scripts/config -e DEVPTS_MULTIPLE_INSTANCES - scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS - scripts/config -e CGROUPS_DEVICE - scripts/config -e AUTOFS4_FS - scripts/config -e BLK_DEV_LOOP - scripts/config --set-str UEVENT_HELPER_PATH '' - scripts/config -e IKCONFIG - scripts/config -e IKCONFIG_PROC - scripts/config -e SECCOMP - scripts/config -d DEBUG_STACK_TRACE - scripts/config -e FB_VESA - scripts/config -e VHOST_NET - scripts/config -e VETH - scripts/config -e MACVLAN - scripts/config -e NF_NAT - scripts/config -e NF_NAT_NEEDED - yes '' | make oldconfig build-commands: - make ARCH=arm zImage $MAKEFLAGS install-commands: - mkdir -p "$DESTDIR"/boot - cp arch/arm/boot/zImage "$DESTDIR"/boot/zImage