Put citadel-boot in a separate package of citadel-tools

So that the citadel-boot binary can be installed in initramfs without
bringining in all the other citadel-tools and dependencies.
This commit is contained in:
Bruce Leidl 2020-11-03 08:14:07 -05:00
parent 6420cded5d
commit 3610c11628
3 changed files with 4 additions and 2 deletions

View File

@ -9,4 +9,5 @@ RDEPENDS_${PN} = "\
packagegroup-theme \
citadel-tools \
citadel-tools-realms \
citadel-tools-boot \
"

View File

@ -194,10 +194,11 @@ export SODIUM_USE_PKG_CONFIG = "1"
DEPENDS = "libsodium openssl dbus gtk+3 glib-2.0"
BBCLASSEXTEND = "native"
PACKAGES =+ "${PN}-realms ${PN}-tools ${PN}-mkimage"
PACKAGES =+ "${PN}-realms ${PN}-tools ${PN}-mkimage ${PN}-boot"
FILES_${PN}-realms = "${bindir}/realms"
FILES_${PN}-mkimage = "${bindir}/citadel-mkimage"
FILES_${PN}-boot = "${libexecdir}/citadel-boot"
FILES_${PN} = "\
${libexecdir}/citadel-tool \

View File

@ -4,7 +4,7 @@ NO_RECOMMENDATIONS = "1"
PACKAGE_INSTALL = "\
citadel-initramfs \
citadel-tools \
citadel-tools-boot \
cryptsetup \
lvm2 \
lvm2-udevrules \