mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00
conf/machine: Makes SERIAL_CONSOLES overridable
That's very important to be able to redefine some variables for the need of custom kernels. As on rockchip-based devices the serial interface might change from a kernel to another, makes it overridable using '?='. Signed-off-by: Florent Revest <revestflo@gmail.com> Reviewed-by: Romain Perier <romain.perier@gmail.com>
This commit is contained in:
parent
14ccfc2cd8
commit
23cf07b739
|
@ -19,5 +19,5 @@ KERNEL_IMAGETYPE = "zImage"
|
|||
IMAGE_CLASSES += "rockchip-update-img"
|
||||
IMAGE_FSTYPES += "ext4 rockchip-update-img"
|
||||
|
||||
SERIAL_CONSOLES = "115200;ttyFIQ0"
|
||||
SERIAL_CONSOLES ?= "115200;ttyFIQ0"
|
||||
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
require conf/machine/include/rockchip.inc
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel = "linux"
|
||||
SERIAL_CONSOLES = "115200;ttyS2"
|
||||
SERIAL_CONSOLES ?= "115200;ttyS2"
|
||||
KERNEL_DEVICETREE = "rk3188-radxarock.dtb"
|
||||
|
|
Loading…
Reference in New Issue
Block a user