summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* eneanfvaccess.conf: Add scp to HOSTTOOLSfeature_bugfixes-2.3.0Adrian Dudau2020-07-011-0/+2
| | | | | | | This is needed for fetching ODM through ssh. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Change-Id: I1d6f44c3f8f3dcfd17c1b1c4f916adf889a8b854
* Update for develop branchAdrian Dudau2020-06-091-2/+2
| | | | | Change-Id: Ie9b0e7fa3d9c32a369f7ebc6e10287e018340c0a Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Update layer dependencies to account for new layer namesAdrian Dudau2020-05-286-19/+19
| | | | | Change-Id: I34619d8b8170a17a3281dc7e8162e88ca18d5c7d Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Skip grub/syslinux menu on USB bootMartin Borg2020-05-261-6/+4
| | | | | | | Skip menus and boot default selection (installer initramfs) immediately Change-Id: I4c7acb2291663e3648f4cb13f7c238cb9c31c4d2 Signed-off-by: Martin Borg <martin.borg@enea.com>
* Changed DISTRO_VERSION to 2.2.2Cristian Scrieciu2019-11-071-1/+1
| | | | Change-Id: Ie599f30d7594c0593d745df97f749ba76fca72da
* Update the distro version for the 2.2.1 releaseGabriel Ionescu2019-08-301-1/+1
| | | | Change-Id: I18799d611a2f184b29a435a23357c77b35bbdf0c
* Make the installer as first entry and enable timeout to fall through Gabriel Ionescu2019-08-121-3/+3
| | | | | | to the installer Change-Id: I170f961cc9d6bc257fa159481a24d9689c4b4a49
* Make the serial console as the first choice in GRUB and SYSLINUXGabriel Ionescu2019-08-091-2/+2
| | | | Change-Id: I146aafd422d0f99b25ef222380e053b08239c02f
* eneanfvaccess: Define Secure Boot artefact folderAdrian Dudau2019-07-291-0/+2
| | | | | | | | This folder is used to group all SB artefacts inside the deploy directory. Change-Id: Ic2742b7242a7ff2232f23099f6862c90e3f03c55 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Move efi-secure-boot feature to nfvaccess distro definitionAdrian Dudau2019-07-084-3/+5
| | | | | Change-Id: Ia9944b2ed8fad4a32984443b5ef98f287904c0d8 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* ostree and otaimg enhancementsMatei Valeanu2019-06-265-14/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | override_image_types_ostree.inc - do_image_ostree task: -add dirs, cleandirs flags, to avoid mktemp, rm, cd, and to also remove at clean -add subimages, imgsuffix flags, to use automatic link creation -create image in IMGDEPLOYDIR, instead of DEPLOY_DIR_IMAGE to use the automatic deploy and clean mechanism (also helps in cleaning old images) override_image_types_ota.inc - do_image_otaimg task: -add dirs, cleandirs flags, to avoid mktemp, rm, cd, and to also remove at clean -avoid untar-ing the ostree image, and use OSTREE_ROOTFS -create image in IMGDEPLOYDIR, instead of DEPLOY_DIR_IMAGE to use the automatic deploy and clean mechanism Move OSTREE_REPO to "${WORKDIR}/ostree-repo", instead of DEPLOY_DIR_IMAGE, this repo is needed for otaimg creation sota_xeon-d.bbclass sota_atom-c3000.bbclass: -set ROOTFS_sota to IMGDEPLOYDIR insted of DEPLOY_DIR_IMAGE, as this is where the otaimg is now created; also use IMAGE_LINK_NAME istead of IMAGE_NAME, to have the correct reference to the image, even if the image was built in a previous run (IMAGE_NAME differs in this case) Change-Id: I44e87311d1819b80d34f924630d09e429d411d41 Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
* Include UEFI certificates into the hddimgAdrian Dudau2019-06-131-0/+4
| | | | | Change-Id: I27cd60e16b0b9cc469af916842141de294bddd14 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* enea-nfv-access: remove aktualizr packages from imageMatei Valeanu2019-06-051-1/+3
| | | | | | | ostree is not dependant on the aktualizr packages Change-Id: Ib2118bac710fa4106b1c4f4ee65e2baf58bdbaa8 Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
* dpkg: move status files to /usr/dpkg/lib/dpkgMatei Valeanu2019-05-241-2/+2
| | | | | | | This is where ostree dpkg is now expecting the files to be Change-Id: Ifdb7d86f9a72b3a5bb59814439643fecc1aa78c1 Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
* Split grub_efi class overrideAdrian Dudau2019-05-233-28/+28
| | | | | | | | | Split the class override into generic changes and Secure Boot specific (efi_populate). This allows us to override the secureboot parts only if the efi-secure-boot distro feature is enabled. Change-Id: I68ab1a9eae2ffceecd057506ef493b4388ff5343 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Implement efi-secure-boot as distro feature overrideAdrian Dudau2019-05-232-5/+11
| | | | | | | | | | | | This will allow us to override variables depending on this distro feature more easily. Make Secure Boot related changes apply only efi-secure-boot distro feature is enabled. This will avoid any errors when building without the feature enabled. Change-Id: If07256977a647386cd43c5940357a0dedc95f95d Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* do_image_ostree: fix build issueMatei Valeanu2019-05-201-1/+1
| | | | | | | ostree_repo may exist even if not initialized Change-Id: Iae1d17114646128c74646cfb696f4db09638930b Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
* Override image_types_ostree classAdrian Dudau2019-05-132-0/+151
| | | | | | | | Override the class to install the kernel and initramfs signature files into the ostree image. Change-Id: I3cd9d1b0dcb2519802443d9a959a3b35e8a9a823 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Override efi-populate function from grub-efi classAdrian Dudau2019-05-131-0/+28
| | | | | | | | This override is needed to install kernel and initramfs signature files onto the hddimg. Change-Id: Id1434b930312cc601ca2c1782c8b5b5699ce3fd6 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Add Secure Boot supportAdrian Dudau2019-05-136-2/+31
| | | | | Change-Id: I09c9b0bad8e85e75fb1510ff374540fad3c3b5d1 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* set ramdisk size from kernel configSona Sarmadi2019-05-072-2/+2
| | | | | | | | We have big number of kernel params and at some point it will be difficult to maintain all kernel boot params. Change-Id: I51ba9d21e4c041fb7e77d618d7572704715a3a25 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* disable the syslinux timeoutSona Sarmadi2019-05-071-2/+4
| | | | | | | | From syslinux doc: ”A timeout of zero will disable the timeout completely.” Change-Id: Ic71ed27ee1d2f9fecf2e9fab983848b65f569f04 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* eneanfvaccess: add ODM distro featureAdrian Calianu2019-04-241-0/+4
| | | | | | | | New odm distro feature to be used for all changes required by on-device manager in other recipes. Change-Id: I22d1814746057b949353d18980543710c2cfad79 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* qemu86-64 template: add cloud-init support backAdrian Calianu2019-04-231-0/+2
| | | | | | | | Enea VNF require cloud-init which is provided by openstack layer. Change-Id: I5bd8f01eb5a5fe7a1626dc15545ad4111d9bc3d4 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* remove OpenStack supportAdrian Calianu2019-04-156-13/+0
| | | | | Change-Id: Ib832692f863a706da486b4413385b8b5d72a375f Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
* rename enea-nfv-access-edgelink-netconf image nameSona Sarmadi2019-03-224-11/+2
| | | | | | | rename enea-nfv-access-edgelink-netconf to enea-nfv-access Change-Id: Ia55a1e0b4b3581f77633e1a30235687a50c278c5 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* enea-nfv-access-host-common: Fix /var/lib/dpkg move errorAdrian Dudau2019-02-071-2/+4
| | | | | | | | | | | | | | | A forced build of do_image_ostree task results in error due to /var/lib/dpkg folder being empty after it was moved out in previous builds. | mv: cannot stat '/data/fb/addu/nfv-rocko/poky/build-xeond-sb/tmp/work/xeon_d-enea-linux/enea-nfv-access-edgelink-netconf/1.0-r0/rootfs/var/lib/dpkg/*': No such file or directory | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_image_ostree Change-Id: Ia61278eeabec9062e57cc508348be2efcf7599e1 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Disable automatic boot selection in installerSona Sarmadi2019-01-301-4/+3
| | | | | Change-Id: Ifc322d78f4ef8634b16635fd0e8b008f6a56473c Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* Remove creation of '0644' folderGabriel Ionescu2019-01-031-1/+1
| | | | | Change-Id: Ic063f096643ad52556b84f97f230b5fbf776f4f0 Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* DPKG: Move /var/lib/dpkg to /usr/dpkg to make DPKG work with OSTreeGabriel Ionescu2018-12-171-0/+8
| | | | | Change-Id: I7b9fad743da343bc73c0ad11374faa944e5b3627 Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* Remove grub-efi-utils dependencyGabriel Ionescu2018-12-121-1/+0
| | | | | Change-Id: Ibadaa8052fcae85f5860a095ea127e69ee421a76 Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* OStree: Add support for generating the built in grub config fileGabriel Ionescu2018-12-121-0/+4
| | | | | Change-Id: I3ccdcd42ba9d1c718ed7d8266c5272e98394f9bc Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* OSTree: Remove grub dependencies added by ostreeGabriel Ionescu2018-12-121-0/+7
| | | | | Change-Id: I90ebfc33309181fcfd2c5f331ceb4f5ba53e60e2 Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* Update NFV Access distro version to 2.2Sona Sarmadi2018-12-111-1/+1
| | | | | Change-Id: I20ee1b35e045c910496a0f14377d260bd00a4709 Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com>
* OSTree: Add OSTree kernel parameters to enable live bootingGabriel Ionescu2018-11-221-0/+12
| | | | | Change-Id: I9275a7a3a7ebf5f7f3a8c1384d8eade98cd8043c Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* OSTree: Add sota machine specific classesGabriel Ionescu2018-11-202-0/+26
| | | | | Change-Id: I5dad6a1bcb4f22e1c7c3fa4971a49d87212e15d6 Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* Merge "OSTree: Add OSTree specific images as image types" into rockoCristian Scrieciu2018-11-201-0/+2
|\
| * OSTree: Add OSTree specific images as image typesGabriel Ionescu2018-11-201-0/+2
| | | | | | | | | | Change-Id: I9b82298fce155d695256d8302c5dfd96cabc0c8f Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* | Merge "OSTree: Include ostree-switchroot in initramfs" into rockoCristian Scrieciu2018-11-201-0/+4
|\ \
| * | OSTree: Include ostree-switchroot in initramfsGabriel Ionescu2018-11-091-0/+4
| | | | | | | | | | | | | | | Change-Id: I2639a39eb0595c3e5f10bcbc82d387ee1e224cbf Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* | | Merge "OSTree: Include sota class and updater layer in templates" into rockoCristian Scrieciu2018-11-204-0/+22
|\| |
| * | OSTree: Include sota class and updater layer in templatesGabriel Ionescu2018-11-094-0/+22
| |/ | | | | | | | | Change-Id: I92bc5236519fbd9660eb40c981d5de12f6af89f0 Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* / Force build the otaimg before the hddimgGabriel Ionescu2018-11-201-0/+7
|/ | | | | Change-Id: I244a945b95d498b0d46364ab39705102c5fad659 Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
* enea-nfv-access-host: add utilities for GRUB failoverBogdan Pricope2018-09-251-0/+1
| | | | | | | | | Add utilities required to manage GRUB environment block. Utilities are useful for GRUB failover mechanism. Change-Id: I4cb6b6cfc773c575004a454bdc39483392f5d8fb Signed-off-by: Bogdan Pricope <Bogdan.Pricope@enea.com>
* boot menu: Add graphics and serial choicesMatei Valeanu2018-09-212-5/+94
| | | | | | | | | | | Add override_grub-efi.inc to override "build_efi_cfg" function from grub-efi.bbclass, in order to add GRUB_GRAPHICS variable for grub menuentry specific parameters. Set "console=tty0" for graphic console options for grub and syslinux, and also "console=ttyS0" for serial. Change-Id: If338d9f7e1b82fc91a026ef48ae30647c1049f8b Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com>
* enea-nfv-access-host-common: add packagegroup for 4G usb modemsBogdan Pricope2018-09-141-0/+1
| | | | | | | | 4G usb modems require additional tools like ModemManager and usb_modeswitch. Change-Id: I5804219323779df59c8d5ef53eae549a3c352e70 Signed-off-by: Bogdan Pricope <Bogdan.Pricope@enea.com>
* enea-nfv-access-edgelink-netconf: remove nfv-init-host from imageMartin Borg2018-06-291-1/+0
| | | | | | | nfv-init-host is now integrated into element-vcpe recipe Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Enea VNF: use UUID instead of block device nameAdrian Calianu2018-06-291-2/+2
| | | | | | | | | | | | | The block device name(sda,sdb,vda,..) from guest/VNF is dependent on the way of how qemu mounts the qcow2: HDD, virtio,... In order to avoid mount issues in guest/VNF the partition UUID must be used whenever is possible. Explicitly set the partition type according to doc: https://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Add SDK_VERSION to eneanfvaccess.confSona Sarmadi2018-06-281-0/+2
| | | | | Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* template/qemux86-64-esdk: Set IMAGE_CONTAINER_NO_DUMMYAdrian Dudau2018-06-261-0/+2
| | | | | | | This is needed to build Docker containers with the eSDK. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>