diff options
Diffstat (limited to 'meta/classes/kernel-yocto.bbclass')
-rw-r--r-- | meta/classes/kernel-yocto.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 88588d7cac..6fd025ef1e 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -163,7 +163,7 @@ do_patch() { | |||
163 | patchme ${KMACHINE} | 163 | patchme ${KMACHINE} |
164 | if [ $? -ne 0 ]; then | 164 | if [ $? -ne 0 ]; then |
165 | bberror "Could not apply patches for ${KMACHINE}." | 165 | bberror "Could not apply patches for ${KMACHINE}." |
166 | bbfatal "Patch failures can be resolved in the devshell (bitbake -c devshell ${PN})" | 166 | bbfatal "Patch failures can be resolved in the linux source directory ${S})" |
167 | fi | 167 | fi |
168 | 168 | ||
169 | # check to see if the specified SRCREV is reachable from the final branch. | 169 | # check to see if the specified SRCREV is reachable from the final branch. |