From ee94f458e7d74a45360fc94744f82a31cdd089d1 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sat, 28 Jan 2017 22:29:12 +0100 Subject: gcw0.conf: catch up with renaming of KERNEL_OUTPUT in oe-core After commit 849b67b in oe-core the variable KERNEL_OUTPUT has been replaced by KERNEL_OUTPUT_DIR. It is worth noting the new variable contains just the path. Modify gcw0.conf accordingly and use defaults from kernel.bbclass. KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot" Signed-off-by: Andrea Adami --- conf/machine/gcw0.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/gcw0.conf b/conf/machine/gcw0.conf index e1cfa1d..b7c6100 100644 --- a/conf/machine/gcw0.conf +++ b/conf/machine/gcw0.conf @@ -17,7 +17,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-gcw0" KERNEL_IMAGETYPE = "vmlinuz" # RAW for ubiboot (only for linux-gcw0-kexecboot) #KERNEL_IMAGETYPE = "vmlinuz.bin" -KERNEL_OUTPUT = "${KERNEL_IMAGETYPE}" + MACHINE_GUI_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "320" -- cgit 1.2.3-korg