diff options
| -rw-r--r-- | meta/classes/kernel-yocto.bbclass | 3 | ||||
| -rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 |
2 files changed, 3 insertions, 2 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 | ||
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index e1fc0a3c2d..b560059f1d 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c | |||
| 4 | 4 | ||
| 5 | DEPENDS = "git-native guilt-native" | 5 | DEPENDS = "git-native guilt-native" |
| 6 | 6 | ||
| 7 | SRCREV = "c82d67d0cf17bc3b499f19667690c56bd00d3ddc" | 7 | SRCREV = "6e92eca3bd30d73222dfeaae6d2d1d9764a5a3f8" |
| 8 | PR = "r12" | 8 | PR = "r12" |
| 9 | PV = "0.1+git${SRCPV}" | 9 | PV = "0.1+git${SRCPV}" |
| 10 | 10 | ||
