From 16032f686a5290b1828e9ecb4054d0e359209e18 Mon Sep 17 00:00:00 2001 From: Thorben Vornholz Date: Wed, 6 Jun 2018 10:48:12 +0200 Subject: conf: machine: *.conf: added overwrite options for all machines Adding overwriting options to certain variables to supply i.e. a different kernel version or another serial output without having extra files. This also allows setting these values via environment. Signed-off-by: Thorben Vornholz [nicolas.dechesne@linaro.org: extended initial PR to apply to all machines, not just 820c] Signed-off-by: Nicolas Dechesne (cherry picked from commit dfe5d143de324812ea63d4f535bf0203018ff192) --- conf/machine/sd-600eval.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/machine/sd-600eval.conf') diff --git a/conf/machine/sd-600eval.conf b/conf/machine/sd-600eval.conf index f731b41..f7da072 100644 --- a/conf/machine/sd-600eval.conf +++ b/conf/machine/sd-600eval.conf @@ -14,9 +14,9 @@ MACHINE_EXTRA_RRECOMMENDS = " \ firmware-qcom-sd-600eval \ " -KERNEL_IMAGETYPE = "zImage" -KERNEL_DEVICETREE = "qcom-apq8064-arrow-sd-600eval.dtb" +KERNEL_IMAGETYPE ?= "zImage" +KERNEL_DEVICETREE ?= "qcom-apq8064-arrow-sd-600eval.dtb" -SERIAL_CONSOLE = "115200 ttyMSM0" +SERIAL_CONSOLE ?= "115200 ttyMSM0" QCOM_BOOTIMG_ROOTFS ?= "mmcblk0p12" -- cgit