diff options
author | Lee Chee Yang <chee.yang.lee@intel.com> | 2023-11-02 18:36:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-02 11:20:25 +0000 |
commit | 7888592393939f8aa4287652811293d21d708e09 (patch) | |
tree | 644c4958561b1bbec418dc8094a8957f6ecf4d29 | |
parent | bc00caadc9bd5eab854d4b7e6574a2eb9747ac79 (diff) | |
download | poky-7888592393939f8aa4287652811293d21d708e09.tar.gz |
machine: drop obsolete SERIAL_CONSOLES_CHECK
(From meta-yocto rev: 715de050774907dd5596d826929b6588593a91ae)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | 1 | ||||
-rw-r--r-- | meta-yocto-bsp/conf/machine/genericx86-64.conf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf index 8b67cefef7..9f389711b3 100644 --- a/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf +++ b/meta-yocto-bsp/conf/machine/beaglebone-yocto.conf | |||
@@ -18,7 +18,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-image kernel-devicetree" | |||
18 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot virtual/bootloader:do_deploy" | 18 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot virtual/bootloader:do_deploy" |
19 | 19 | ||
20 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0 115200;ttyAMA0" | 20 | SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0 115200;ttyAMA0" |
21 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
22 | 21 | ||
23 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 22 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
24 | PREFERRED_VERSION_linux-yocto ?= "6.1%" | 23 | PREFERRED_VERSION_linux-yocto ?= "6.1%" |
diff --git a/meta-yocto-bsp/conf/machine/genericx86-64.conf b/meta-yocto-bsp/conf/machine/genericx86-64.conf index 14913ea1f1..f19a1c1527 100644 --- a/meta-yocto-bsp/conf/machine/genericx86-64.conf +++ b/meta-yocto-bsp/conf/machine/genericx86-64.conf | |||
@@ -6,6 +6,5 @@ DEFAULTTUNE ?= "core2-64" | |||
6 | require conf/machine/include/x86/tune-core2.inc | 6 | require conf/machine/include/x86/tune-core2.inc |
7 | require conf/machine/include/genericx86-common.inc | 7 | require conf/machine/include/genericx86-common.inc |
8 | 8 | ||
9 | SERIAL_CONSOLES_CHECK = "ttyS0" | ||
10 | #For runqemu | 9 | #For runqemu |
11 | QB_SYSTEM_NAME = "qemu-system-x86_64" | 10 | QB_SYSTEM_NAME = "qemu-system-x86_64" |