diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/kernel-yocto.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 32d2e20a71..8479b395cd 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -74,7 +74,7 @@ do_patch() { | |||
74 | if [ -n "${KERNEL_FEATURES}" ]; then | 74 | if [ -n "${KERNEL_FEATURES}" ]; then |
75 | addon_features="--features ${KERNEL_FEATURES}" | 75 | addon_features="--features ${KERNEL_FEATURES}" |
76 | fi | 76 | fi |
77 | updateme ${addon_features} ${ARCH} ${WORKDIR} | 77 | updateme ${addon_features} ${ARCH} ${MACHINE} ${WORKDIR} |
78 | if [ $? -ne 0 ]; then | 78 | if [ $? -ne 0 ]; then |
79 | echo "ERROR. Could not update ${kbranch}" | 79 | echo "ERROR. Could not update ${kbranch}" |
80 | exit 1 | 80 | exit 1 |
@@ -126,7 +126,7 @@ do_kernel_configme() { | |||
126 | echo "[INFO] doing kernel configme" | 126 | echo "[INFO] doing kernel configme" |
127 | 127 | ||
128 | cd ${S} | 128 | cd ${S} |
129 | configme --reconfig --output ${B} | 129 | configme --reconfig --output ${B} ${KBRANCH} ${MACHINE} |
130 | if [ $? -ne 0 ]; then | 130 | if [ $? -ne 0 ]; then |
131 | echo "ERROR. Could not configure ${KMACHINE}-${LINUX_KERNEL_TYPE}" | 131 | echo "ERROR. Could not configure ${KMACHINE}-${LINUX_KERNEL_TYPE}" |
132 | exit 1 | 132 | exit 1 |