diff --git a/meta-digi-dey/classes/dey-swupdate.bbclass b/meta-digi-dey/classes/dey-swupdate.bbclass index 984ecee46..58004bbac 100644 --- a/meta-digi-dey/classes/dey-swupdate.bbclass +++ b/meta-digi-dey/classes/dey-swupdate.bbclass @@ -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 diff --git a/meta-digi-dey/dynamic-layers/freescale-layer/recipes-multimedia/nxp-afe/nxp-afe_git.bb b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-multimedia/nxp-afe/nxp-afe_git.bb index f13074469..bd4d2e4f9 100644 --- a/meta-digi-dey/dynamic-layers/freescale-layer/recipes-multimedia/nxp-afe/nxp-afe_git.bb +++ b/meta-digi-dey/dynamic-layers/freescale-layer/recipes-multimedia/nxp-afe/nxp-afe_git.bb @@ -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" diff --git a/meta-digi-dey/recipes-digi/swu-images/files/update_rdiff.sh b/meta-digi-dey/recipes-digi/swu-images/files/update_rdiff.sh index c65f630c4..f2733519a 100755 --- a/meta-digi-dey/recipes-digi/swu-images/files/update_rdiff.sh +++ b/meta-digi-dey/recipes-digi/swu-images/files/update_rdiff.sh @@ -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 diff --git a/meta-digi-dey/recipes-graphics/xorg-xserver/xserver-xf86-config_%.bbappend b/meta-digi-dey/recipes-graphics/xorg-xserver/xserver-xf86-config_%.bbappend index 3fe677b34..4029ee84b 100644 --- a/meta-digi-dey/recipes-graphics/xorg-xserver/xserver-xf86-config_%.bbappend +++ b/meta-digi-dey/recipes-graphics/xorg-xserver/xserver-xf86-config_%.bbappend @@ -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}:"