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 / freescale_imx6sololiteevk_defconfig
1 # architecture
2 BR2_arm=y
3 BR2_cortex_a9=y
4
5 # system
6 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
7
8 # kernel
9 BR2_LINUX_KERNEL=y
10 BR2_LINUX_KERNEL_CUSTOM_GIT=y
11 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
12 # Last version of branch imx_3.10.17_1.0.1_ga
13 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="dac46dcf913585956a0e7a838e6f4b7465f00f57"
14 BR2_LINUX_KERNEL_DEFCONFIG="imx_v7"
15 BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x80008000"
16 BR2_LINUX_KERNEL_DTS_SUPPORT=y
17 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sl-evk"
18
19 # filesystem
20 BR2_TARGET_ROOTFS_EXT2=y
21
22 # bootloader
23 BR2_TARGET_UBOOT=y
24 BR2_TARGET_UBOOT_BOARDNAME="mx6slevk"
25 BR2_TARGET_UBOOT_FORMAT_IMX=y
26 BR2_TARGET_UBOOT_CUSTOM_GIT=y
27 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
28 BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_3.10.17_1.0.0_ga"