summaryrefslogtreecommitdiffstats
path: root/images/enea-nfv-access-host-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'images/enea-nfv-access-host-common.inc')
-rw-r--r--images/enea-nfv-access-host-common.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc
index 5e071ef..347e412 100644
--- a/images/enea-nfv-access-host-common.inc
+++ b/images/enea-nfv-access-host-common.inc
@@ -38,3 +38,10 @@ python do_bootimg_prepend () {
38 38
39 d.setVar("APPEND", d.getVar("APPEND") + ostree_params) 39 d.setVar("APPEND", d.getVar("APPEND") + ostree_params)
40} 40}
41
42# Get rid of GRUB dependencies added by ostree. See:
43# https://git.enea.com/cgit/linux/meta-updater.git/tree/classes/image_types_ota.bbclass#n45
44python __anonymous () {
45 d.delVarFlag("do_image_otaimg", "depends")
46 d.setVarFlag("do_image_otaimg", "depends", "e2fsprogs-native:do_populate_sysroot")
47}