summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-11-02 18:36:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-02 11:20:19 +0000
commit6cc017460dbe0450f270e44727954830e60aca8e (patch)
tree08845aa08f337bba0f4da4b3383f1131d4177867 /meta-yocto-bsp/conf/machine
parent06a7e7a14d3b9629536cf824360544c6c17cad32 (diff)
downloadpoky-6cc017460dbe0450f270e44727954830e60aca8e.tar.gz
machine: drop obsolete SERIAL_CONSOLES_CHECK
(From meta-yocto rev: 5746c1b425859f5b8ba3a434c92b1d8798bedd71) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine')
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone-yocto.conf1
-rw-r--r--meta-yocto-bsp/conf/machine/genericx86-64.conf1
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"
18do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot virtual/bootloader:do_deploy" 18do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot virtual/bootloader:do_deploy"
19 19
20SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0 115200;ttyAMA0" 20SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyO0 115200;ttyAMA0"
21SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
22 21
23PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 22PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
24PREFERRED_VERSION_linux-yocto ?= "6.1%" 23PREFERRED_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"
6require conf/machine/include/x86/tune-core2.inc 6require conf/machine/include/x86/tune-core2.inc
7require conf/machine/include/genericx86-common.inc 7require conf/machine/include/genericx86-common.inc
8 8
9SERIAL_CONSOLES_CHECK = "ttyS0"
10#For runqemu 9#For runqemu
11QB_SYSTEM_NAME = "qemu-system-x86_64" 10QB_SYSTEM_NAME = "qemu-system-x86_64"