From e28f2f9494fbe89ad9fc309cc32b55071d3fa3ce Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Thu, 25 Jan 2018 14:44:33 -0800 Subject: linux-intel: fix menuconfig when host lacks ncurses linux-yocto has been carrying this patch for years. It allows the kernel to link with a non-host ncurses. This patch is needed for all linux-intel kernels, and that area of code is rarely changed, so maintenance of the patch should be minimal. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-kernel/linux/linux-intel.inc') diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc index b8a9798b..0b9e617a 100644 --- a/recipes-kernel/linux/linux-intel.inc +++ b/recipes-kernel/linux/linux-intel.inc @@ -7,6 +7,7 @@ KERNEL_CONFIG_URI ?= " \ " SRC_URI = " \ git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \ + file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ ${KERNEL_CONFIG_URI} \ " -- cgit v1.2.3-54-g00ecf