mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 14:02:22 +02:00
kernel-yocto: fix typo in error message
(From OE-Core rev: 92b4e043e9e2125105c697be2d0f75b3f01f91b1) Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
11eba8cd8a
commit
754ebff252
@@ -113,7 +113,7 @@ do_kernel_metadata() {
|
||||
sccs="${WORKDIR}/defconfig"
|
||||
fi
|
||||
else
|
||||
bbfatal "A KBUILD_DECONFIG '${KBUILD_DEFCONFIG}' was specified, but not present in the source tree"
|
||||
bbfatal "A KBUILD_DEFCONFIG '${KBUILD_DEFCONFIG}' was specified, but not present in the source tree"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user