summaryrefslogtreecommitdiffstats
path: root/conf/machine/atom-c3000.conf
Commit message (Collapse)AuthorAgeFilesLines
* Revert "machine conf: extend serials for VGA"feature_CPDX-3627feature_CPDX-3605feature_CPDX-3562feature_CPDX-3552feature_CPDX-3263Alexandru Avadanii2021-09-061-1/+1
| | | | | | | | | | | | Adding tty0 conflicts with systemd's harcoded tty1, so revert the machine configuration in favor of fixing the installer script that was supposed to start agetty on tty0 explicitly. This reverts commit b9a2f4277ea8f76d844ce2f9c80ffd1cc980d1e9. Change-Id: I19eb8aa7d134a9d4a768127c869e0f664f1ae4f5 Depends-On: I2c384101ee07e16cad0807c715174baf2be56301 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
* machine conf: extend serials for VGAdemo_CPDX-3644demo_CPDX-3634Adrian Calianu2021-08-181-1/+1
| | | | | | | | | | | | | Installer create shells for every configured SERIAL_CONSOLES. It works fine for serial connections but there are cases when installer is run in a VM where only VGA is availbale. update1: - removed tty1 since in VMware both VGA consoles where redirected into the same output and it was a strange behaviour in shell. Change-Id: Ie8c312ba7e1b2c33343837724bad8a1829158b24 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* conf/machine: remove leftover DPDK_TARGET_MACHINEAdrian Calianu2021-07-221-2/+0
| | | | | | | | | it is not used nymore by DPDK build system. Architecture is provided as for all other recipes as compiler option(march=). Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Change-Id: I576763b78891a36ce3bebbe58eb3ca1530d0b552
* conf/machine: Set SOTA_MACHINE for atom, xeonAlexandru Avadanii2021-05-261-0/+2
| | | | | | | | | 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>
* Upgrade to gatesgarthAdrian Dudau2021-03-241-1/+1
| | | | | | | | This is an initial commit, containing quick fixes and hacks to allow building the images. All these issues will be re-evaluated and fixed properly in their own commits. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Add DPDK_TARGET_MACHINE definitions to machine configurationsMartin Borg2018-05-221-0/+2
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Rename machine name denverton -> atom-c3000Sona Sarmadi2018-05-031-0/+45
1) Renamed conf/machine/denverton.conf -> atom-c3000.conf 2) Renamed KERNEL_FEATURES_append-denverton to: KERNEL_FEATURES_append-atom-c3000 in linux-intel.inc Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>