diff options
author | 2018-06-06 10:48:12 +0200 | |
---|---|---|
committer | 2018-06-28 12:40:45 +0200 | |
commit | 16032f686a5290b1828e9ecb4054d0e359209e18 (patch) | |
tree | c2a5461b4b37b548115600f4e6581f68754de8eb /conf/machine/dragonboard-820c.conf | |
parent | 41c4856d6049fa1bc1b6d9d8c676eae54bbf58f3 (diff) | |
download | meta-qcom-16032f686a5290b1828e9ecb4054d0e359209e18.tar.gz meta-qcom-16032f686a5290b1828e9ecb4054d0e359209e18.tar.bz2 meta-qcom-16032f686a5290b1828e9ecb4054d0e359209e18.zip |
conf: machine: *.conf: added overwrite options for all machinesmorty
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>
(cherry picked from commit dfe5d143de324812ea63d4f535bf0203018ff192)
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 903d3c0..42cb58a 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 \ |