]> Git Repo - buildroot-mgba.git/blame - configs/qemu_x86_64_defconfig
configs/mx6udoo: update U-Boot and kernel
[buildroot-mgba.git] / configs / qemu_x86_64_defconfig
CommitLineData
3e974ba2
GZ
1# Architecture
2BR2_x86_64=y
3
d037d9c2
WB
4# Hashes
5BR2_GLOBAL_PATCH_DIR="board/qemu/patches"
6BR2_DOWNLOAD_FORCE_CHECK_HASHES=y
7
05ccc70b 8# System
61c03fea 9BR2_SYSTEM_DHCP="eth0"
3e974ba2 10
05ccc70b 11# Filesystem
3e974ba2
GZ
12BR2_TARGET_ROOTFS_EXT2=y
13# BR2_TARGET_ROOTFS_TAR is not set
14
278f908d
RN
15# Image
16BR2_ROOTFS_POST_BUILD_SCRIPT="board/qemu/x86_64/post-build.sh"
17
302d3bc4
RN
18# Image
19BR2_ROOTFS_POST_IMAGE_SCRIPT="board/qemu/post-image.sh"
20BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_DEFCONFIG)"
21
80623ea8 22# Linux headers same as kernel
9982e0b5 23BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_6=y
1ca70ca2 24
3e974ba2
GZ
25# Kernel
26BR2_LINUX_KERNEL=y
27BR2_LINUX_KERNEL_CUSTOM_VERSION=y
d037d9c2 28BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.6.32"
3e974ba2 29BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
03fb00f2 30BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux.config"
80623ea8 31BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF=y
29e1cb88
JB
32
33# host-qemu for gitlab testing
34BR2_PACKAGE_HOST_QEMU=y
35BR2_PACKAGE_HOST_QEMU_SYSTEM_MODE=y
This page took 1.018689 seconds and 4 git commands to generate.