mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
Stop using SERIAL_CONSOLE and switch all boards to SERIAL_CONSOLES
From meta-freescale commit 2e83203ebd8439a45bc7a931ace6871e6b238658 SERIAL_CONSOLE has been deprecated for a while now (see [1]). This patch fixes the machines that where still using the old variable. [1]: https://www.yoctoproject.org/docs/2.7/ref-manual/ref-manual.html#migration-2.6-serial-console-deprecated Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
parent
8b38f230d4
commit
238f168a0a
|
@ -33,6 +33,6 @@ IMAGE_CLASSES += "image_types_digi"
|
|||
# Overwrite the defaults in imx-base not to include wic images
|
||||
IMAGE_FSTYPES = "tar.bz2 ubifs boot.ubifs"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc4"
|
||||
SERIAL_CONSOLES = "115200;ttymxc4"
|
||||
|
||||
KERNEL_DEVICETREE = "imx6ul-ccimx6ulsbcexpress.dtb"
|
||||
|
|
|
@ -23,6 +23,6 @@ PREFERRED_PROVIDER_virtual/kernel ??= "linux-congatec"
|
|||
KERNEL_DEVICETREE = "imx6q-qmx6.dtb imx6dl-qmx6.dtb"
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc1"
|
||||
SERIAL_CONSOLES = "115200;ttymxc1"
|
||||
|
||||
MACHINE_FEATURES += " pci"
|
||||
|
|
|
@ -18,4 +18,4 @@ KERNEL_DEVICETREE = "imx6dl-cm-fx6.dtb imx6dl-sbc-fx6.dtb imx6dl-sbc-fx6m.dtb
|
|||
|
||||
MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth serial usbhost wifi"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc3"
|
||||
SERIAL_CONSOLES = "115200;ttymxc3"
|
||||
|
|
|
@ -37,6 +37,6 @@ MKUBIFS_ARGS = " -c 8112 -e 124KiB -m 2KiB -F"
|
|||
UBINIZE_ARGS = " -p 128KiB -m 2048 -s 2048"
|
||||
UBI_VOLNAME = "rootfs"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
SERIAL_CONSOLES = "115200;ttymxc0"
|
||||
|
||||
MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g"
|
||||
|
|
|
@ -40,6 +40,6 @@ MKUBIFS_ARGS = " -c 8112 -e 124KiB -m 2KiB -F"
|
|||
UBINIZE_ARGS = " -p 128KiB -m 2048 -s 2048"
|
||||
UBI_VOLNAME = "rootfs"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyLP0"
|
||||
SERIAL_CONSOLES = "115200;ttyLP0"
|
||||
|
||||
MACHINE_FEATURES += "usbgadget usbhost vfat alsa touchscreen"
|
||||
|
|
|
@ -34,7 +34,7 @@ KERNEL_DEVICETREE = "imx6dl-cubox-i.dtb imx6q-cubox-i.dtb imx6dl-hummingboard.dt
|
|||
MACHINE_FEATURES += "pci wifi bluetooth alsa irda serial usbhost"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "bcm4330-nvram-config bcm4329-nvram-config"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
SERIAL_CONSOLES = "115200;ttymxc0"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
|
||||
kernel-image \
|
||||
|
|
|
@ -14,7 +14,7 @@ UBOOT_MACHINE = "riotboard_defconfig"
|
|||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc"
|
||||
KERNEL_DEVICETREE = "imx6dl-riotboard.dtb"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc1"
|
||||
SERIAL_CONSOLES = "115200;ttymxc1"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
|
||||
kernel-image \
|
||||
|
|
|
@ -18,4 +18,4 @@ KERNEL_IMAGETYPE = "uImage"
|
|||
|
||||
MACHINE_FEATURES += "pci"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc3"
|
||||
SERIAL_CONSOLES = "115200;ttymxc3"
|
||||
|
|
|
@ -52,7 +52,7 @@ UBI_VOLNAME = "rootfs"
|
|||
MKUBIFS_ARGS = " -m 2048 -e 124KiB -c 3965 -F "
|
||||
UBINIZE_ARGS = " -m 2048 -p 128KiB -s 2048 -O 2048 "
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
SERIAL_CONSOLES = "115200;ttymxc0"
|
||||
|
||||
USE_VT = "0"
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ UBOOT_MACHINE ?= "warp_defconfig"
|
|||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc-imx"
|
||||
KERNEL_DEVICETREE = "imx6sl-warp.dtb"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
SERIAL_CONSOLES = "115200;ttymxc0"
|
||||
|
||||
MACHINE_FEATURES += "wifi bluetooth serial"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "bcm4330-nvram-config"
|
||||
|
|
|
@ -9,7 +9,7 @@ MACHINEOVERRIDES =. "use-mainline-bsp:mx6:mx6ul:"
|
|||
include conf/machine/include/imx-base.inc
|
||||
include conf/machine/include/tune-cortexa7.inc
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc5"
|
||||
SERIAL_CONSOLES = "115200;ttymxc5"
|
||||
|
||||
KERNEL_DEVICETREE = " \
|
||||
imx6ul-pico-hobbit.dtb \
|
||||
|
|
|
@ -9,7 +9,7 @@ MACHINEOVERRIDES =. "use-mainline-bsp:mx7:mx7d:"
|
|||
require conf/machine/include/imx-base.inc
|
||||
require conf/machine/include/tune-cortexa7.inc
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc4"
|
||||
SERIAL_CONSOLES = "115200;ttymxc4"
|
||||
|
||||
KERNEL_DEVICETREE = " \
|
||||
imx7d-pico-hobbit.dtb \
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
require conf/machine/include/imx-base.inc
|
||||
require conf/machine/include/tune-cortexa9.inc
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
SERIAL_CONSOLES = "115200;ttymxc0"
|
||||
|
||||
UBOOT_SUFFIX = "bin"
|
||||
UBOOT_MAKE_TARGET = "u-boot.bin"
|
||||
|
|
|
@ -17,7 +17,7 @@ KERNEL_DEVICETREE = "imx28-m28evk.dtb"
|
|||
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
||||
IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyAMA0"
|
||||
SERIAL_CONSOLES = "115200;ttyAMA0"
|
||||
|
||||
MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ KERNEL_DEVICETREE = "imx53-m53evk.dtb"
|
|||
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
||||
IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc1"
|
||||
SERIAL_CONSOLES = "115200;ttymxc1"
|
||||
|
||||
MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ WKS_FILE_DEPENDS = " \
|
|||
|
||||
UBOOT_MACHINE ?= "nitrogen6sx_defconfig"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
SERIAL_CONSOLES = "115200;ttymxc0"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx"
|
||||
MACHINE_FEATURES += " pci wifi bluetooth"
|
||||
|
|
|
@ -31,7 +31,7 @@ WKS_FILE_DEPENDS = " \
|
|||
|
||||
UBOOT_MACHINE ?= "nit6xlite_defconfig"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc1"
|
||||
SERIAL_CONSOLES = "115200;ttymxc1"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += " bcm4330-nvram-config"
|
||||
MACHINE_FEATURES += " pci wifi bluetooth"
|
||||
|
|
|
@ -65,7 +65,7 @@ WKS_FILE_DEPENDS = " \
|
|||
|
||||
UBOOT_MACHINE ?= "nitrogen6q_defconfig"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc1"
|
||||
SERIAL_CONSOLES = "115200;ttymxc1"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx"
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
|
||||
|
|
|
@ -31,7 +31,7 @@ WKS_FILE_DEPENDS = " \
|
|||
|
||||
UBOOT_MACHINE ?= "nitrogen7_defconfig"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
SERIAL_CONSOLES = "115200;ttymxc0"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-wl12xx"
|
||||
MACHINE_FEATURES += " pci wifi bluetooth"
|
||||
|
|
|
@ -37,6 +37,6 @@ WKS_FILE_DEPENDS_mx8 += " \
|
|||
bmap-tools-native \
|
||||
"
|
||||
|
||||
SERIAL_CONSOLE ?= "115200 ttymxc0"
|
||||
SERIAL_CONSOLES ?= "115200;ttymxc0"
|
||||
|
||||
MACHINE_FEATURES += " pci wifi bluetooth"
|
||||
|
|
|
@ -20,6 +20,6 @@ KERNEL_DEVICETREE = "vf610-pcm052.dtb"
|
|||
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
|
||||
IMAGE_FSTYPES ?= "tar.bz2 ext3 sdcard"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyLP1"
|
||||
SERIAL_CONSOLES = "115200;ttyLP1"
|
||||
|
||||
MACHINE_FEATURES = "usbgadget usbhost vfat alsa touchscreen"
|
||||
|
|
|
@ -61,7 +61,7 @@ UBOOT_CONFIG ??= "std"
|
|||
UBOOT_CONFIG[std] = "gwventana_config"
|
||||
UBOOT_ENTRYPOINT_use-mainline-bsp = "0x10008000"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc1"
|
||||
SERIAL_CONSOLES = "115200;ttymxc1"
|
||||
|
||||
# Override FS Type Creation
|
||||
IMAGE_FSTYPES = "tar.bz2 multiubi"
|
||||
|
|
|
@ -40,7 +40,7 @@ MACHINE_EXTRA_RRECOMMENDS += " \
|
|||
bcm4330-nvram-config \
|
||||
"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttymxc0"
|
||||
SERIAL_CONSOLES = "115200;ttymxc0"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
|
||||
kernel-image \
|
||||
|
|
Loading…
Reference in New Issue
Block a user