From 824eec8dc810c7b4b5a1bd8714333c8c20fb8b70 Mon Sep 17 00:00:00 2001 From: maxmaster Date: Sun, 19 Jul 2026 17:45:53 +0300 Subject: [PATCH] comments: fixed typos in comments Signed-off-by: maxmaster --- classes-recipe/bundle.bbclass | 6 +++--- recipes-core/bundles/core-bundle-minimal.bb | 2 +- recipes-core/rauc/files/system.conf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/classes-recipe/bundle.bbclass b/classes-recipe/bundle.bbclass index 412b49fc..5635b6af 100644 --- a/classes-recipe/bundle.bbclass +++ b/classes-recipe/bundle.bbclass @@ -508,7 +508,7 @@ BUNDLE_BASENAME ??= "${PN}" BUNDLE_BASENAME[doc] = "Specifies desired output base name of generated RAUC bundle." BUNDLE_NAME ??= "${BUNDLE_BASENAME}-${MACHINE}-${DATETIME}" BUNDLE_NAME[doc] = "Specifies desired full output name of generated RAUC bundle." -# Don't include the DATETIME variable in the sstate package sigantures +# Don't include the DATETIME variable in the sstate package signatures BUNDLE_NAME[vardepsexclude] = "DATETIME" BUNDLE_LINK_NAME ??= "${BUNDLE_BASENAME}-${MACHINE}" BUNDLE_EXTENSION ??= ".raucb" @@ -518,7 +518,7 @@ ENCRYPTED_BUNDLE_BASENAME ??= "encrypted-${BUNDLE_BASENAME}" ENCRYPTED_BUNDLE_BASENAME[doc] = "Specifies desired output base name of generated RAUC crypt bundle." ENCRYPTED_BUNDLE_NAME ??= "${ENCRYPTED_BUNDLE_BASENAME}-${MACHINE}-${DATETIME}" ENCRYPTED_BUNDLE_NAME[doc] = "Specifies desired full output name of generated RAUC crypt bundle." -# Don't include the DATETIME variable in the sstate package sigantures +# Don't include the DATETIME variable in the sstate package signatures ENCRYPTED_BUNDLE_NAME[vardepsexclude] = "DATETIME" ENCRYPTED_BUNDLE_LINK_NAME ??= "${ENCRYPTED_BUNDLE_BASENAME}-${MACHINE}" ENCRYPTED_BUNDLE_EXTENSION ??= "${BUNDLE_EXTENSION}" @@ -528,7 +528,7 @@ CASYNC_BUNDLE_BASENAME ??= "casync-${BUNDLE_BASENAME}" CASYNC_BUNDLE_BASENAME[doc] = "Specifies desired output base name of generated RAUC casync bundle." CASYNC_BUNDLE_NAME ??= "${CASYNC_BUNDLE_BASENAME}-${MACHINE}-${DATETIME}" CASYNC_BUNDLE_NAME[doc] = "Specifies desired full output name of generated RAUC casync bundle." -# Don't include the DATETIME variable in the sstate package sigantures +# Don't include the DATETIME variable in the sstate package signatures CASYNC_BUNDLE_NAME[vardepsexclude] = "DATETIME" CASYNC_BUNDLE_LINK_NAME ??= "${CASYNC_BUNDLE_BASENAME}-${MACHINE}" CASYNC_BUNDLE_EXTENSION ??= "${BUNDLE_EXTENSION}" diff --git a/recipes-core/bundles/core-bundle-minimal.bb b/recipes-core/bundles/core-bundle-minimal.bb index 939dd71a..135f02b8 100644 --- a/recipes-core/bundles/core-bundle-minimal.bb +++ b/recipes-core/bundles/core-bundle-minimal.bb @@ -8,7 +8,7 @@ # # Also note that you need to configure RAUC_KEY_FILE and RAUC_CERT_FILE to # point to contain the full path to your key and cert. -# Depending on you requirements you can either set them via global +# Depending on your requirements you can either set them via global # configuration or from a bundle recipe bbappend. # # For testing purpose, you may use the scripts/openssl-ca.sh to create some. diff --git a/recipes-core/rauc/files/system.conf b/recipes-core/rauc/files/system.conf index 5663a702..9297022c 100644 --- a/recipes-core/rauc/files/system.conf +++ b/recipes-core/rauc/files/system.conf @@ -1,9 +1,9 @@ -## This is an example RAUC system configuration. This file will be be looked up +## This is an example RAUC system configuration. This file will be looked up ## in {/etc,/run,/usr/lib}/rauc/system.conf (in that order) on your target and ## describes your system from the perspective of the RAUC update service. ## ## Adapt and extend the below configuration to your needs and place it in the -## BSP layer of you project. Create a rauc .bbappend file that adds this file +## BSP layer of your project. Create a rauc .bbappend file that adds this file ## to your build: ## ## FILESEXTRAPATHS:prepend := "${THISDIR}/files:"