diff options
| author | Adrian Calianu <adrian.calianu@enea.com> | 2018-05-15 15:08:45 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2018-05-18 08:51:22 +0200 |
| commit | ed5783a862451d26e150ec493da21d868ea21e47 (patch) | |
| tree | c3a591a5945e324d51be738334bd366a7d4f84ca /images | |
| parent | 98d8b9dd39fbc2cd15518ceed2f3c1f3994a091d (diff) | |
| download | meta-el-nfv-access-ed5783a862451d26e150ec493da21d868ea21e47.tar.gz | |
enea-nfv-access-vnf: generate disk image
image-vm/qcow2 bbclass was removed from poky and replaced
with wic.qcow2. For this solution we need a customer wks file.
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'images')
| -rw-r--r-- | images/enea-nfv-access-vnf.bb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/images/enea-nfv-access-vnf.bb b/images/enea-nfv-access-vnf.bb index cb43bc3..a3902c2 100644 --- a/images/enea-nfv-access-vnf.bb +++ b/images/enea-nfv-access-vnf.bb | |||
| @@ -2,12 +2,8 @@ DESCRIPTION = "VNF image of the Enea NFV Access Platform, includes kernel, rootf | |||
| 2 | 2 | ||
| 3 | require images/enea-nfv-access-common.inc | 3 | require images/enea-nfv-access-common.inc |
| 4 | 4 | ||
| 5 | # Enea VNF boot configuration | 5 | IMAGE_FSTYPES += "wic.qcow2" |
| 6 | ROOT_VM = "root=/dev/vda2" | 6 | WKS_FILE = "enea-nfv-access-vnf-qemux86-64.wks" |
| 7 | APPEND = "console=ttyS0,115200 hugepagesz=2M hugepages=512 isolcpus=1 nohz_full=1 rcu_nocbs=1 audit=0 quiet" | ||
| 8 | SYSLINUX_TIMEOUT = "30" | ||
| 9 | |||
| 10 | IMAGE_FSTYPES += "ext4.qcow2" | ||
| 11 | 7 | ||
| 12 | CLOUDINITPKGS = "cloud-init util-linux-blkid" | 8 | CLOUDINITPKGS = "cloud-init util-linux-blkid" |
| 13 | CLOUDINITPKGS += " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'cloud-init-systemd', '', d)}" | 9 | CLOUDINITPKGS += " ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'cloud-init-systemd', '', d)}" |
