diff --git a/recipes-kernel/linux/linux-boundary_4.14.x.bb b/recipes-kernel/linux/linux-boundary_4.14.x.bb index e839ada..959de1b 100644 --- a/recipes-kernel/linux/linux-boundary_4.14.x.bb +++ b/recipes-kernel/linux/linux-boundary_4.14.x.bb @@ -24,7 +24,7 @@ do_copy_default_config() { if [ -f ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ]; then cp ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig 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 }