aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2017-01-28 22:29:12 +0100
committerAndrea Adami <andrea.adami@gmail.com>2017-02-09 00:04:20 +0100
commitee94f458e7d74a45360fc94744f82a31cdd089d1 (patch)
treed09b93744caf3e3fa25f086afc459ae724074512
parentbb90a3fd20859f986563c93b683b3b414a5d5bb1 (diff)
downloadmeta-handheld-ee94f458e7d74a45360fc94744f82a31cdd089d1.tar.gz
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 <andrea.adami@gmail.com>
-rw-r--r--conf/machine/gcw0.conf2
1 files changed, 1 insertions, 1 deletions
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"