summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-05-21 12:41:18 +0200
committerDan Andresan <Dan.Andresan@enea.com>2021-05-26 09:15:09 +0200
commit1e612506f0f7d01239edf578e84c19803692c339 (patch)
tree27d704d1d9e09239c041243eaa21503096b57fae
parent8d8a642311183302a51157c61dfbe97a3e1014aa (diff)
downloadmeta-nfv-access-bsp-x86-1e612506f0f7d01239edf578e84c19803692c339.tar.gz
conf/machine: Set SOTA_MACHINE for atom, xeon
SOTA_MACHINE will later be used to determine whether we should include sota.conf.inc in distro configuration instead of bringing it in via conf/local.conf. Change-Id: I658c86f562743a50e5c078899e133e279b96027b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r--conf/machine/atom-c3000.conf2
-rw-r--r--conf/machine/xeon-d.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/atom-c3000.conf b/conf/machine/atom-c3000.conf
index d3fb5bb..90b9794 100644
--- a/conf/machine/atom-c3000.conf
+++ b/conf/machine/atom-c3000.conf
@@ -45,3 +45,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
45 45
46SYSLINUX_OPTS = "serial 0 115200" 46SYSLINUX_OPTS = "serial 0 115200"
47SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" 47SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"
48
49SOTA_MACHINE ?= "${MACHINE}"
diff --git a/conf/machine/xeon-d.conf b/conf/machine/xeon-d.conf
index f3ee8c0..07e4bf8 100644
--- a/conf/machine/xeon-d.conf
+++ b/conf/machine/xeon-d.conf
@@ -44,3 +44,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
44SYSLINUX_OPTS = "serial 0 115200" 44SYSLINUX_OPTS = "serial 0 115200"
45SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2" 45SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyS2"
46APPEND += "rootwait console=ttyS0,115200 console=tty0" 46APPEND += "rootwait console=ttyS0,115200 console=tty0"
47
48SOTA_MACHINE ?= "${MACHINE}"