From 7411de9025a702abe628f3a8ec165aac4c20d7b3 Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Fri, 24 May 2019 14:42:46 -0700 Subject: Set default kernel to linux-altera for c5/a5/a10 Keep all devices on the latest kernel rather then the ltsi kernels. Signed-off-by: Dalon Westergreen --- conf/machine/include/socfpga.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/include/socfpga.inc') diff --git a/conf/machine/include/socfpga.inc b/conf/machine/include/socfpga.inc index a618b87..0f4b0e1 100644 --- a/conf/machine/include/socfpga.inc +++ b/conf/machine/include/socfpga.inc @@ -5,7 +5,7 @@ require conf/machine/include/tune-cortexa9.inc # this variable specifies the kernel to be built: linux-altera or linux-altera-ltsi # this affects the PREFERRED_PROVIDER of virtual/kernel # it can be overriden from the environment, using BB_ENV_EXTRAWHITE -KERNEL_PROVIDER ?= "linux-altera-ltsi" +KERNEL_PROVIDER ?= "linux-altera" PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" -- cgit v1.2.3-54-g00ecf