diff options
-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 a374df13be..5e7003bd4e 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -28,7 +28,7 @@ do_patch() { | |||
28 | addon_features="$addon_features --feature $feat" | 28 | addon_features="$addon_features --feature $feat" |
29 | done | 29 | done |
30 | fi | 30 | fi |
31 | updateme --branch ${kbranch} ${addon_features} ${ARCH} ${MACHINE} ${WORKDIR} | 31 | updateme --branch ${kbranch} ${addon_features} ${ARCH} ${KMACHINE} ${WORKDIR} |
32 | if [ $? -ne 0 ]; then | 32 | if [ $? -ne 0 ]; then |
33 | echo "ERROR. Could not update ${kbranch}" | 33 | echo "ERROR. Could not update ${kbranch}" |
34 | exit 1 | 34 | exit 1 |