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:
parent
cc7a39ed8e
commit
08732151b9
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Generates a 'tar.gz' file with the files and folders to be included in the update package
|
# 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.
|
# as part of discrete files SWUpdate installation process.
|
||||||
#
|
#
|
||||||
# Usage:
|
# Usage:
|
||||||
#
|
#
|
||||||
# In your "local.conf" file, fill the "SWUPDATE_FILES_LIST" variable with the list of
|
# In your "local.conf" file, fill the "SWUPDATE_FILES_LIST" variable with the list of
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "NXP Audio Front End (AFE) for incorporating Voice Assistants"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7bdef19938f3503cfc4c586461f99012"
|
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"
|
SRCBRANCH = "MM_04.09.02_2410_L6.6.y"
|
||||||
NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https"
|
NXPAFE_SRC ?= "git://github.com/nxp-imx/nxp-afe.git;protocol=https"
|
||||||
|
|
|
||||||
|
|
@ -170,8 +170,8 @@ validate_base_image() {
|
||||||
fs_size=$(( (fs_size + 0xfff) & 0xfffff000 ))
|
fs_size=$(( (fs_size + 0xfff) & 0xfffff000 ))
|
||||||
local n_blocks=$(( fs_size/BLOCK_SIZE ))
|
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)"
|
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..."
|
echo "[ERROR] Base image is not the expected one or has been modified. Aborting update..."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -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}:"
|
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue