diff options
author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-04-12 10:41:05 +0200 |
---|---|---|
committer | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-04-12 10:41:05 +0200 |
commit | 9a71061c61e45cdebb26ba35c383f3b6af299e7d (patch) | |
tree | 2b6264b37c362f8074452e8866de9377998d05e1 /conf/machine/include | |
parent | 50ba80364cf6d34226100049e42a8b7b0be545ba (diff) | |
download | meta-freescale-9a71061c61e45cdebb26ba35c383f3b6af299e7d.tar.gz |
Partially revert "qoriq-arm.inc: use weak defaults"
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 the changes for SERIAL_CONSOLES variable 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-arm.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc index cd6470ca..6941d3a4 100644 --- a/conf/machine/include/qoriq-arm.inc +++ b/conf/machine/include/qoriq-arm.inc | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | KERNEL_IMAGETYPE ??= "uImage" | 3 | KERNEL_IMAGETYPE ??= "uImage" |
4 | 4 | ||
5 | SERIAL_CONSOLES ??= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" | 5 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0" |
6 | SERIAL_CONSOLES_CHECK ??= "${SERIAL_CONSOLES}" | 6 | SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" |
7 | 7 | ||
8 | MACHINEOVERRIDES =. "qoriq-arm:" | 8 | MACHINEOVERRIDES =. "qoriq-arm:" |
9 | 9 | ||