From 5245a79b7e74be43b15f89b2952dec2971e51b6f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 20 Sep 2014 19:37:35 -0700 Subject: linux-altera: Remove incorrect COMPATIBLE_MACHINE beautify ?= Signed-off-by: Khem Raj --- 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 60ba002..706c583 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-ltsi" PREFERRED_PROVIDER_virtual/kernel = "${KERNEL_PROVIDER}" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-socfpga" -- cgit v1.2.3-54-g00ecf