diff options
author | 2018-06-06 10:48:12 +0200 | |
---|---|---|
committer | 2018-06-28 12:37:42 +0200 | |
commit | dfe5d143de324812ea63d4f535bf0203018ff192 (patch) | |
tree | 04d0abd920df4f7da7f094ef8f52063ba11708e8 /conf/machine/dragonboard-820c.conf | |
parent | 8e3d5216646913f6dee2f40695e53318b4d57ccd (diff) | |
download | meta-qcom-dfe5d143de324812ea63d4f535bf0203018ff192.tar.gz meta-qcom-dfe5d143de324812ea63d4f535bf0203018ff192.tar.bz2 meta-qcom-dfe5d143de324812ea63d4f535bf0203018ff192.zip |
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 <thorben.vornholz@baslerweb.com>
[nicolas.dechesne@linaro.org: extended initial PR to apply to all machines, not
just 820c]
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'conf/machine/dragonboard-820c.conf')
-rw-r--r-- | conf/machine/dragonboard-820c.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/dragonboard-820c.conf b/conf/machine/dragonboard-820c.conf index 8e7da11..8e3670e 100644 --- a/conf/machine/dragonboard-820c.conf +++ b/conf/machine/dragonboard-820c.conf @@ -6,10 +6,10 @@ require conf/machine/include/qcom-apq8096.inc MACHINE_FEATURES = "usbhost usbgadget alsa screen wifi bluetooth ext2" -KERNEL_IMAGETYPE = "Image.gz" -KERNEL_DEVICETREE = "qcom/apq8096-db820c.dtb" +KERNEL_IMAGETYPE ?= "Image.gz" +KERNEL_DEVICETREE ?= "qcom/apq8096-db820c.dtb" -SERIAL_CONSOLE = "115200 ttyMSM0" +SERIAL_CONSOLE ?= "115200 ttyMSM0" MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \ firmware-qcom-dragonboard820c \ |