<div dir="ltr"><div><div><div><div><div><div>Dear all,<br><br></div>It looks like this commit on Apr. 2 changed from shallow clone to full clone.<br><a href="https://git.busybox.net/buildroot/commit/?h=2018.05.x&id=6d938bcb524987f3e4a56fc311692ba9127417d9">https://git.busybox.net/buildroot/commit/?h=2018.05.x&id=6d938bcb524987f3e4a56fc311692ba9127417d9</a><br><br></div>I didn't have an issue with 2018.02. I was hosting the kernel repo myself. I updated to 2018.05 yesterday and saw this error message when the kernel was being built.<br><br><br><br>>>> linux master Downloading<br>PATH="/home/wesley/myproject/buildroot/buildroot/buildroot-2018.05/output/host/bin:/home/wesley/myproject/buildroot/buildroot/buildroot-2018.05/output/host/sbin:/usr/x86_64-pc-linux-gnu/gcc-bin/6.4.0:/usr/lib/llvm/5/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin" BR2_DL_DIR="/home/wesley/myproject/buildroot/buildroot/buildroot-2018.05/dl" BUILD_DIR=/home/wesley/myproject/buildroot/buildroot/buildroot-2018.05/output/build O=/home/wesley/myproject/buildroot/buildroot/buildroot-2018.05/output flock /home/wesley/myproject/buildroot/buildroot/buildroot-2018.05/dl/linux/ support/download/dl-wrapper -c 'master' -d '/home/wesley/myproject/buildroot/buildroot/buildroot-2018.05/dl/linux' -D '/home/wesley/myproject/buildroot/buildroot/buildroot-2018.05/dl' -f 'linux-master.tar.gz' -H 'linux//linux.hash' -n 'linux-master' -N 'linux' -o '/home/wesley/myproject/buildroot/buildroot/buildroot-2018.05/dl/linux/linux-master.tar.gz'  -u git+git@git.myserver.com:myproject/kernel.git -u http\|urlencode+<a href="http://sources.buildroot.net/linux">http://sources.buildroot.net/linux</a> -u http\|urlencode+<a href="http://sources.buildroot.net">http://sources.buildroot.net</a>  -- <br>Initialized empty Git repository in /home/wesley/myproject/buildroot/src/linux/git/.git/<br>Fetching all references<br>remote: Counting objects: 5069030, done.<br>remote: Compressing objects: 100% (772357/772357), done.<br>Receiving objects: 100% (5069030/5069030), 949.13 MiB | 29.12 MiB/s, done.<br>remote: Total 5069030 (delta 4256445), reused 5068922 (delta 4256346)<br>Resolving deltas: 100% (4256445/4256445), done.<br>>From git.myserver.com:myproject/kernel<br> * [new branch]                master     -> origin/master<br>Could not fetch special ref 'master'; assuming it is not special.<br>Commit 'master' does not exist in this repository<br>.--2018-06-07 12:41:05--  <a href="http://sources.buildroot.net/linux/linux-master.tar.gz">http://sources.buildroot.net/linux/linux-master.tar.gz</a><br>Resolving sources.buildroot.net... 104.27.166.48, 104.27.167.48<br>Connecting to <a href="http://sources.buildroot.net">sources.buildroot.net</a>|104.27.166.48|:80... connected.<br>HTTP request sent, awaiting response... 404 Not Found<br>2018-06-07 12:41:05 ERROR 404: Not Found.<br><br>--2018-06-07 12:41:05--  <a href="http://sources.buildroot.net/linux-master.tar.gz">http://sources.buildroot.net/linux-master.tar.gz</a><br>Resolving sources.buildroot.net... 104.27.166.48, 104.27.167.48<br>Connecting to <a href="http://sources.buildroot.net">sources.buildroot.net</a>|104.27.166.48|:80... connected.<br>HTTP request sent, awaiting response... 404 Not Found<br>2018-06-07 12:41:06 ERROR 404: Not Found.<br><br>make[1]: *** [package/<a href="http://pkg-generic.mk:137">pkg-generic.mk:137</a>: /home/wesley/myproject/buildroot/buildroot/buildroot-2018.05/output/build/linux-master/.stamp_downloaded] Error 1<br>make[1]: Leaving directory '/home/wesley/myproject/buildroot/buildroot/buildroot-2018.05'<br>make: *** [Makefile:130: /home/wesley/myproject/buildroot/image/SPL] Error 2<br><br><br><br></div>And why does it wants to fetch the linux source from <a href="http://sources.buildroot.net">http://sources.buildroot.net</a>? I put the kernel settings like this.<br>BR2_LINUX_KERNEL_CUSTOM_GIT=y<br>BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git@git.myserver.com:myproject/kernel.git"<br>BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="master"<br><br></div>What's a quick work around?<br><br></div>Regards,<br></div>Wesley Chan<br></div>