summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* nfv-installer: Integrate NFV installer into all host imagespyro-nfvaccessGabriel Ionescu2018-04-232-127/+10
| | | | | Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* odm image: add boot time host initialization serviceAdrian Calianu2018-04-181-0/+1
| | | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Don't remove ext4 image as it's needed to generate the ISOGabriel Ionescu2018-03-261-6/+1
| | | | | Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* core-image-minimal: Add kernel modules to imageGabriel Ionescu2018-03-261-1/+1
| | | | | | | The kernel modules are needed for the installer to start up. Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* qemuarm64: generate one self contained imageAdrian Calianu2018-03-214-5/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | that can be booted from qemu like a HDD image. Building enea-nfv-access-vnf image on aarch64 will result in a qcow2 image (ready to be booted on a UEFI bootloader) containing two partitions: sda1: ESP/FAT32 - grub-efi - startup.nsh sda2: ext4 - rootfs Comparing to qemux86-64 on qemuarm64 must be selected the BIOS: qemu-system-aarch64 -pflash flash0.img -pflash flash1.img -hda enea-nfv-access-vnf.qcow2 To generate such a image wic was used. Since wic is using some hardcoded values specific to x86 (like kernel name) it was decided for now to create and store locally wic specific modification for arm64. Currently is no support to build EDKII/UEFI bootloader for aarch64. It must be built or downloaded from Linaro. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Customize NFV Access image for ODM kitGabriel Ionescu2018-02-121-0/+130
| | | | | | | Include element-odm in the image and customize the boot scripts Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* VNF image for NFV AccessAdrian Calianu2018-02-121-0/+21
| | | | | | | | | | comparing to generic guest image it: - incorparates kernel, rootfs and boot params - add cloud-init support - includes iperf3 Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Add nfv-installer to core image minimal initramfsGabriel Ionescu2018-02-121-0/+1
| | | | | Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* conf: add templates to build for denvertonAdrian Calianu2018-02-126-0/+533
| | | | | Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* new distro: eneanfvaccess distro configAdrian Calianu2017-11-247-16/+16
| | | | | | | | NFV Access ditribution needs to have it's own distro configration file. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* template: Add java related provider overrides for inteld1521-dev machinepyroAdrian Dudau2017-10-051-0/+4
| | | | | | | This is done the same way for the inteld1521 machine. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Replace Dropbear with OpenSSHGabriel Ionescu2017-10-041-0/+2
| | | | | | | This patch replaces Dropbear with OpenSSH for all NFV Access images Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* templates: Rename debug targets from -sdk to -dev.Adrian Dudau2017-10-036-2/+4
| | | | | | | And add missing meta-java to bblayers.conf Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Rename imagesAdrian Dudau2017-10-0214-23/+18
| | | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Added tar.gz fstype for guestDragos Motrea2017-09-282-3/+1
| | | | | | | | The tar.gz file system is needed for docker import command. Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* Integrated Element ODM packagegroupDragos Motrea2017-09-225-0/+14
| | | | | Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* conf: Fix template for qemux86-64Martin Borg2017-09-191-5/+8
| | | | | | | Add missing layers and change ordering to match other templates Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* conf: Add template for qemuarm64Adrian Dudau2017-09-143-0/+267
| | | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* conf: Order layers in bblayers.conf.sampleAdrian Dudau2017-09-142-12/+12
| | | | | | | So we have the same order in all templates. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Bring meta-enea-bsp-common backAdrian Dudau2017-09-142-0/+2
| | | | | | | | The support to copy kernel config to deploy folder was moved from meta-enea-bsp-x86 to meta-enea-bsp-common Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* build u-boot specific images for cn8304Adrian Dudau2017-09-071-0/+3
| | | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* new method to generate qcow2 imagesAdrian Calianu2017-09-071-5/+11
| | | | | | | | | | | | image-vm generated qcow2 imaged using hddimg as intermediate image and to generate that hddimg it needs syslinux. But syslinux is only availbale for x86 architecture. A simpler method is to use ext4 as intermediate image. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* conf: Add templates for cn8304Adrian Dudau2017-09-066-0/+532
| | | | | Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
* Initial commitAdrian Dudau2017-09-0121-0/+992
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>