From: Maxim Baryshnikov Date: Fri, 22 Apr 2016 00:34:26 +0000 (+0200) Subject: build: buildroot: Point ".config" of buildroot to the new kernel config = "jailhouse... X-Git-Url: https://rtime.felk.cvut.cz/gitweb/jailhouse-test.git/commitdiff_plain/aadc5d7db62831f7e00bd535eedff226b17c31a2?hp=87f6daa0fba1cfc432770e6907b9d35a751ce08d build: buildroot: Point ".config" of buildroot to the new kernel config = "jailhouse/ci/kernel-x86-config-custom". --- diff --git a/build/buildroot/.config b/build/buildroot/.config index 06d50fb..f8c2bab 100644 --- a/build/buildroot/.config +++ b/build/buildroot/.config @@ -229,7 +229,7 @@ BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH="$(TOPDIR)/../linux-stable" BR2_LINUX_KERNEL_VERSION="custom" # BR2_LINUX_KERNEL_USE_DEFCONFIG is not set BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(TOPDIR)/../jailhouse/ci/kernel-config-x86" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(TOPDIR)/../jailhouse/ci/kernel-config-x86-custom" BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="" BR2_LINUX_KERNEL_BZIMAGE=y # BR2_LINUX_KERNEL_VMLINUX is not set