mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
linux-boundary: Fix bberror message
Fix syntax error in bberror message Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
This commit is contained in:
parent
4381a31db5
commit
afc1c4b77d
|
@ -24,7 +24,7 @@ do_copy_default_config() {
|
||||||
if [ -f ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ]; then
|
if [ -f ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ]; then
|
||||||
cp ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig
|
cp ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig
|
||||||
else
|
else
|
||||||
bberror "KERNEL_DEFCONFIG does not exist!" Please set a valid KERNEL_DEFCONFIG"
|
bberror "KERNEL_DEFCONFIG does not exist! Please set a valid KERNEL_DEFCONFIG"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user