diff options
| author | Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | 2017-05-15 08:07:15 +0200 |
|---|---|---|
| committer | Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | 2017-05-16 12:54:04 +0200 |
| commit | e28e6e64224accf762887a597f5485af5bb12268 (patch) | |
| tree | 8334649f9a49ead4f60081de2fb7461bd39a91b0 | |
| parent | 4a2e37f96e6568d0ab60c12c85895961a9730d40 (diff) | |
| download | meta-raspberrypi-e28e6e64224accf762887a597f5485af5bb12268.tar.gz | |
raspberrypi0.conf: make SERIAL_CONSOLE overridable from outside
currently there is no way to override the default SERIAL_CONSOLE,
this variable needs to be set only if the developer didn't set it already from
another layer.
Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
| -rw-r--r-- | conf/machine/raspberrypi0.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf index 7c2b811..3bd9e95 100644 --- a/conf/machine/raspberrypi0.conf +++ b/conf/machine/raspberrypi0.conf | |||
| @@ -5,5 +5,5 @@ | |||
| 5 | MACHINEOVERRIDES = "raspberrypi:${MACHINE}" | 5 | MACHINEOVERRIDES = "raspberrypi:${MACHINE}" |
| 6 | include conf/machine/raspberrypi.conf | 6 | include conf/machine/raspberrypi.conf |
| 7 | 7 | ||
| 8 | SERIAL_CONSOLE = "115200 ttyAMA0" | 8 | SERIAL_CONSOLE ?= "115200 ttyAMA0" |
| 9 | VC4_CMA_SIZE ?= "cma-128" | 9 | VC4_CMA_SIZE ?= "cma-128" |
