diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-04-12 09:47:32 +0200 |
---|---|---|
committer | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-04-12 09:55:03 +0200 |
commit | 50ba80364cf6d34226100049e42a8b7b0be545ba (patch) | |
tree | b698a8146bf1748414b65b294b61a52bb13223e5 /conf/machine/include | |
parent | 18d4dbdbc8445fd91816caad3b74c4c64776e7fd (diff) | |
download | meta-freescale-50ba80364cf6d34226100049e42a8b7b0be545ba.tar.gz |
Revert "qoriq-arm64.inc: use weak defaults"
This reverts commit 9d5c49f8c604f117da0995f8946ff04c17caada9.
Although it seems a good idea to use a weak default for SERIAL_CONSOLES
this cannot be achieved since bitbake.conf does a weak assignment after
the inclusion of machine config files. This will override the weak
assignment here. Revert to bring old behaviour back.
Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/qoriq-arm64.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/qoriq-arm64.inc b/conf/machine/include/qoriq-arm64.inc index 73a7cdcf..e8d99a6e 100644 --- a/conf/machine/include/qoriq-arm64.inc +++ b/conf/machine/include/qoriq-arm64.inc | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | KERNEL_IMAGETYPE ?= "Image" | 3 | KERNEL_IMAGETYPE ?= "Image" |
4 | 4 | ||
5 | SERIAL_CONSOLES ??= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" | 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" |
6 | SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}" | 6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
7 | 7 | ||
8 | MACHINEOVERRIDES =. "qoriq-arm64:" | 8 | MACHINEOVERRIDES =. "qoriq-arm64:" |
9 | 9 | ||