summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-yocto.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/kernel-yocto.bbclass')
-rw-r--r--meta/classes/kernel-yocto.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass
index 1e08faa90e..f09d503b92 100644
--- a/meta/classes/kernel-yocto.bbclass
+++ b/meta/classes/kernel-yocto.bbclass
@@ -106,7 +106,7 @@ do_kernel_checkout() {
106 if [ -d "${WORKDIR}/git/" ] && [ -d "${WORKDIR}/git/.git" ]; then 106 if [ -d "${WORKDIR}/git/" ] && [ -d "${WORKDIR}/git/.git" ]; then
107 # we build out of {S}, so ensure that ${S} is clean and present 107 # we build out of {S}, so ensure that ${S} is clean and present
108 rm -rf ${S} 108 rm -rf ${S}
109 mkdir -p ${S}/.git 109 mkdir -p ${S}
110 110
111 echo "WARNING. ${WORKDIR}/git is not a bare clone." 111 echo "WARNING. ${WORKDIR}/git is not a bare clone."
112 echo "Ensure that the SRC_URI includes the 'bareclone=1' option." 112 echo "Ensure that the SRC_URI includes the 'bareclone=1' option."