| Submitter | Bruce Ashfield |
|---|---|
| Date | July 20, 2012, 3:19 p.m. |
| Message ID | <377ea49225173c0366190dff73355126ee93e8db.1342796935.git.bruce.ashfield@windriver.com> |
| Download | mbox | patch |
| Permalink | /patch/32719/ |
| State | Accepted |
| Commit | f0d318177096a7a1c7406642663ae4ce28010d12 |
| Headers | show |
Comments
Patch
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 1e08faa..f09d503 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass @@ -106,7 +106,7 @@ do_kernel_checkout() { if [ -d "${WORKDIR}/git/" ] && [ -d "${WORKDIR}/git/.git" ]; then # we build out of {S}, so ensure that ${S} is clean and present rm -rf ${S} - mkdir -p ${S}/.git + mkdir -p ${S} echo "WARNING. ${WORKDIR}/git is not a bare clone." echo "Ensure that the SRC_URI includes the 'bareclone=1' option."