diff options
Diffstat (limited to 'meta/classes/kernel-yocto.bbclass')
-rw-r--r-- | meta/classes/kernel-yocto.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 3dcc8b52dd..45918d65aa 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -97,7 +97,8 @@ do_patch() { | |||
97 | # executes and modifies the source tree as required | 97 | # executes and modifies the source tree as required |
98 | patchme ${KMACHINE} | 98 | patchme ${KMACHINE} |
99 | if [ $? -ne 0 ]; then | 99 | if [ $? -ne 0 ]; then |
100 | echo "ERROR. Could not apply updates for ${KMACHINE}" | 100 | echo "ERROR. Could not apply patches for ${KMACHINE}." |
101 | echo " Patch failures can be resolved in the devshell (bitbake -c devshell ${PN})" | ||
101 | exit 1 | 102 | exit 1 |
102 | fi | 103 | fi |
103 | 104 | ||