refactor(certificates-and-keys-native): renamed recipe

renamed certificates-and-keys-native recipe to cos-certificates-and-keys-native
because bil has already a certificates-and-keys recipe
This commit is contained in:
Patrick Vogelaar 2024-02-05 18:18:20 +01:00
parent 12ba99370a
commit d57a9b7a70
5 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ HOSTTOOLS += "sbsign"
# Ensure that the public keys are always deployed to the deploy directory
# before running wic
do_image_wic[depends] += "certificates-and-keys-native:do_deploy"
do_image_wic[depends] += "cos-certificates-and-keys-native:do_deploy"
COREOS_EFI_SECUREBOOT_INSTALL_PUBKEY_IN_EFIDIR ??= "0"
def get_coreos_secureboot_efi_boot_files(d):

View File

@ -5,7 +5,7 @@ SRC_URI += " \
file://uefi-secureboot.cfg \
"
DEPENDS:append = " ${PYTHON_PN}-pyopenssl-native u-boot-tools-native certificates-and-keys-native"
DEPENDS:append = " ${PYTHON_PN}-pyopenssl-native u-boot-tools-native cos-certificates-and-keys-native"
# Generate a ubootefi.var file inside the build directory
#

View File

@ -9,7 +9,7 @@ SRC_URI += "file://0001-coreos-add-a-coreos-specific-rootfs-switch-to-the-UK.pat
# Add signature support
# ==============================================================================
DEPENDS:append = " certificates-and-keys-native"
DEPENDS:append = " cos-certificates-and-keys-native"
inherit coreos-efi-sbsign
require conf/image-uefi.conf

View File

@ -1,5 +1,5 @@
SUMMARY = "Installs certificates and keys"
DESCRIPTION = "Installs certificates and keys that are used during the build"
SUMMARY = "Installs CoreOS certificates and keys"
DESCRIPTION = "Installs CoreOS certificates and keys that are used during the build"
AUTHOR = "Patrick Vogelaar"
LICENSE = "CLOSED"

View File

@ -5,7 +5,7 @@ REQUIRED_DISTRO_FEATURES = "swupdate"
# same file in meta-swupdate
FILESEXTRAPATHS:prepend := "${THISDIR}/swupdate:"
DEPENDS += "certificates-and-keys-native"
DEPENDS += "cos-certificates-and-keys-native"
SRC_URI += "\
file://50-webserver-config.sh \