summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* machine conf: extend serials for VGAdemo_CPDX-3644demo_CPDX-3634Adrian Calianu2021-08-182-2/+2
| | | | | | | | | | | | | 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-222-4/+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
* hardknott updateAdrian Calianu2021-06-151-1/+1
| | | | | | | take kernel version from meta-intel(5.10.35) Change-Id: If167bd8b4968f27f68f098ba6ec257bf3e28fc8a Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* qemux86-64 machine: Remove unused bootloader depsAlexandru Avadanii2021-05-261-0/+3
| | | | | | | | | | | | | | | | | | | Upstream image_types_wic.bbclass adds build time dependencies for all possible bootloaders (grub-efi, systemd-boot, syslinux). Most of them (grub-efi, systemd-boot) copy (unused) artifacts to our deploy dir (e.g. systemd-bootx64.efi) and take up build time although we only use syslinux to generate a pcbios compatible wic file for the Enea Edge VNF image. Remove unused bootloaders, saving some build time, disk space and cleaning up the deploy dir. Note: Since the Enea Edge host image does not have rootfs.wic among its artifacts, there's no need to apply the same change for the other machines. Change-Id: Ib0d76f6ad2002e5bb6fceaa7f9f1a179c7d505e0 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
* conf/machine: Set SOTA_MACHINE for atom, xeonAlexandru Avadanii2021-05-262-0/+4
| | | | | | | | | 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>
* layer.conf: LAYERSERIES_COMPAT: add gatesgarthAlexandru Avadanii2021-05-051-0/+1
| | | | | Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> Change-Id: Ia16227d04ed3597ef63bc90b166d145f30de1ff9
* Upgrade to gatesgarthAdrian Dudau2021-03-242-2/+2
| | | | | | | | 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>
* Update layer dependencies to account for new layer namesfeature_bugfixes-2.3.0Adrian Dudau2020-05-271-4/+4
| | | | | Change-Id: I514e3f073d63056b0a7b5dd2a760a5ae2bf934d4 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Add DPDK_TARGET_MACHINE definitions to machine configurationsMartin Borg2018-05-222-0/+4
| | | | | 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-1/+1
| | | | | | | | | 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>
* Rename machine name inteld1521 -> xeon-dSona Sarmadi2018-05-031-1/+1
| | | | | Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* linux-intel: Upgrade kernel to version 4.14Martin Borg2018-03-262-2/+2
| | | | | Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* add denverton BSPpyro-nfvaccessAdrian Calianu2018-02-121-0/+45
| | | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Do not build Intel microcodeAdrian Calianu2017-10-161-3/+2
| | | | | | | due to license issue. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* qemux86-64: change ARCH to corei7 and move on intel kernel source treeAdrian Calianu2017-09-283-2/+39
| | | | | | | | | In order to use the same SDK for host and guest it was decided to change the build architecture of qemux86-64 to corei7 and use the same kernel provided by Intel. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* inteld1521: re-define machine configurationAdrian Calianu2017-07-121-1/+40
| | | | | | | | | | | Replace default corei7 inherited machine configuration with a clean-up version suitable for Enea Linux. Mainly removed qemu specific configuration since this is a machine used for host and extra/unused features like: core-image-minimal and rmc tool. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Remove dependency on meta-enea-bsp-commonAdrian Dudau2017-06-201-1/+1
| | | | | | | This layer is currently empty hence not needed anymore. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Define Yocto machine for Intel Xeon D1521Adrian Calianu2016-12-222-1/+7
| | | | | | | And add meta-intel dependency in README file. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Initialize layerAdrian Dudau2016-11-181-0/+12
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>