meta-digi-dey: cosmetic, remove trailing white spaces

No functional change.

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2025-11-26 17:00:20 +01:00
parent cc7a39ed8e
commit 08732151b9
4 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
#
# Generates a 'tar.gz' file with the files and folders to be included in the update package
# as part of discrete files SWUpdate installation process.
#
#
# Usage:
#
# In your "local.conf" file, fill the "SWUPDATE_FILES_LIST" variable with the list of

View File

@ -4,7 +4,7 @@ DESCRIPTION = "NXP Audio Front End (AFE) for incorporating Voice Assistants"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7bdef19938f3503cfc4c586461f99012"
PV = "1.0+git${SRCPV}"
PV = "1.0+git${SRCPV}"
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https"

View File

@ -170,8 +170,8 @@ validate_base_image() {
fs_size=$(( (fs_size + 0xfff) & 0xfffff000 ))
local n_blocks=$(( fs_size/BLOCK_SIZE ))
local checksum="$(dd if="${ROOTFS_SOURCE_ENDPOINT}" bs="${BLOCK_SIZE}" count="${n_blocks}" 2> /dev/null | sha256sum | cut -d " " -f1)"
if [ "${checksum}" != "${1}" ]; then
if [ "${checksum}" != "${1}" ]; then
echo "[ERROR] Base image is not the expected one or has been modified. Aborting update..."
exit 1
fi

View File

@ -1,2 +1,2 @@
# Append path for freescale layer to include bsp xorg.conf
# Append path for freescale layer to include bsp xorg.conf
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"