summaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-03-21 18:15:52 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-04-12 14:03:51 +0200
commita66a367e9656f0f4e2f9e9f8932714cf9bee1725 (patch)
treea5884e5b45a77d09d959d4c4a7b258adf5dd4905 /images
parenta14950444f22e7aaed1cce3c061c860572cf262f (diff)
downloadmeta-el-nfv-access-a66a367e9656f0f4e2f9e9f8932714cf9bee1725.tar.gz
classes/override_grub* sync with upstream renames
While at it, replace some hardcoded p7b extenstions with ${SB_FILE_EXT} and vmlinuz references with the appropiate variable (upstream no longer renames bzImage to vmlinuz in ISO root after [1]). [1] https://git.yoctoproject.org/cgit.cgi/poky/commit/?id=b6e36c01977 Change-Id: I5ce414a2f281ff2f1aeb0e26f35608cd8750855d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'images')
-rw-r--r--images/enea-nfv-access-host-common.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc
index 82e9792..d984f95 100644
--- a/images/enea-nfv-access-host-common.inc
+++ b/images/enea-nfv-access-host-common.inc
@@ -2,10 +2,10 @@ IMAGE_FSTYPES += "hddimg"
2 2
3REQUIRE_FILES = " \ 3REQUIRE_FILES = " \
4 images/enea-nfv-access-common.inc \ 4 images/enea-nfv-access-common.inc \
5 classes/override_grub-efi.inc \ 5 classes/override_grub-efi-cfg.inc \
6 " 6 "
7REQUIRE_FILES_append_df-efi-secure-boot = " \ 7REQUIRE_FILES_append_df-efi-secure-boot = " \
8 classes/override_grub-efi_secureboot.inc \ 8 classes/override_live-vm-common.inc \
9 images/secure-boot.inc \ 9 images/secure-boot.inc \
10 " 10 "
11 11