The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / configs / minnowboard_defconfig
1 # Architecture
2 BR2_x86_64=y
3 BR2_x86_atom=y
4
5 # Misc
6 BR2_TARGET_GENERIC_GETTY_PORT="ttyPCH0"
7 BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard/post-build.sh"
8
9 # Lock to 3.8 headers
10 BR2_KERNEL_HEADERS_VERSION=y
11 BR2_DEFAULT_KERNEL_VERSION="3.8"
12 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_8=y
13
14 # Linux kernel
15 BR2_LINUX_KERNEL=y
16 BR2_LINUX_KERNEL_CUSTOM_GIT=y
17 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.yoctoproject.org/linux-yocto-3.8"
18 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="ba1587b9b62c801d161897303aa6d22809485f9b"
19 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
20 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/minnowboard/linux-3.8.config"
21
22 # Bootloader
23 BR2_TARGET_GRUB2=y
24 BR2_TARGET_GRUB2_I386_EFI=y