summaryrefslogtreecommitdiffstats
path: root/configs/pc_x86_64_efi_defconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-06-15 11:25:26 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-06-15 11:25:26 +0200
commit35d4f50fa4ac5073b48127e6a647ff9b6876e070 (patch)
tree21025199d34ed7186f084161de306ebea479b8c2 /configs/pc_x86_64_efi_defconfig
parent08325e5c2bbc10e00771d92530b00698995f0695 (diff)
downloadbuildroot-35d4f50fa4ac5073b48127e6a647ff9b6876e070.tar.gz
buildroot-35d4f50fa4ac5073b48127e6a647ff9b6876e070.zip
configs/pc_x86_64_{bios,efi}_defconfig: use custom linux config
Reusing the qemu x86-64 linux config isn't very obvious, so these defconfigs aren't taken into consideration when the qemu defconfigs are updated, breaking the build. Instead use a custom linux config for the pc defconfigs. With this, we also can get rid of the fragment file containing the delta fra the qemu config. Created by linux-update-defconfig (after turning of the fragment file). Also drop the linux kernel version number from the file name as it just causes extra noise whenever the kernel is bumped. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/pc_x86_64_efi_defconfig')
-rw-r--r--configs/pc_x86_64_efi_defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/pc_x86_64_efi_defconfig b/configs/pc_x86_64_efi_defconfig
index 212d72f7f4..ea2abc39be 100644
--- a/configs/pc_x86_64_efi_defconfig
+++ b/configs/pc_x86_64_efi_defconfig
@@ -32,8 +32,7 @@ BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.11.5"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-4.11.5.config"
-BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/pc/linux-extras.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/pc/linux.config"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
# Firmware
OpenPOWER on IntegriCloud