mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
kernel-yocto: fix extra CR in do_kernel_checkout
(From OE-Core rev: 405ac5f5e8604dec087c7d87056c8c7f85739a41) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8885163a35
commit
b5734ca527
@@ -53,8 +53,7 @@ do_patch() {
|
||||
}
|
||||
|
||||
do_kernel_checkout() {
|
||||
if [ -d $
|
||||
{WORKDIR}/git/.git/refs/remotes/origin ]; then
|
||||
if [ -d ${WORKDIR}/git/.git/refs/remotes/origin ]; then
|
||||
echo "Fixing up git directory for ${LINUX_KERNEL_TYPE}/${KMACHINE}"
|
||||
rm -rf ${S}
|
||||
mkdir ${S}
|
||||
|
||||
Reference in New Issue
Block a user