summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
Diffstat (limited to 'classes')
-rw-r--r--classes/rmc-boot.bbclass (renamed from classes/rmc-systemd-boot.bbclass)5
1 files changed, 3 insertions, 2 deletions
diff --git a/classes/rmc-systemd-boot.bbclass b/classes/rmc-boot.bbclass
index ad2cf106..a1f2093f 100644
--- a/classes/rmc-systemd-boot.bbclass
+++ b/classes/rmc-boot.bbclass
@@ -1,9 +1,10 @@
1# rmc-systemd-boot bbclass 1# rmc-boot bbclass
2# Deploy central RMC database file to ESP 2# Deploy central RMC database file to ESP
3 3
4IMAGE_INSTALL_append = " rmc" 4IMAGE_INSTALL_append = " rmc"
5RMC_BOOTLOADER ?= "systemd-boot"
5 6
6inherit systemd-boot 7inherit ${RMC_BOOTLOADER}
7 8
8do_bootimg[depends] += "${MLPREFIX}rmc-db:do_deploy" 9do_bootimg[depends] += "${MLPREFIX}rmc-db:do_deploy"
9 10