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 9b8bab63ca..068378f067 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -255,7 +255,7 @@ do_kernel_configme() { | |||
255 | bbfatal_log "Could not find configuration queue (${meta_dir}/config.queue)" | 255 | bbfatal_log "Could not find configuration queue (${meta_dir}/config.queue)" |
256 | fi | 256 | fi |
257 | 257 | ||
258 | ARCH=${ARCH} merge_config.sh -O ${B} ${config_flags} ${configs} > ${meta_dir}/cfg/merge_config_build.log 2>&1 | 258 | CFLAGS="${CFLAGS} ${TOOLCHAIN_OPTIONS}" ARCH=${ARCH} merge_config.sh -O ${B} ${config_flags} ${configs} > ${meta_dir}/cfg/merge_config_build.log 2>&1 |
259 | if [ $? -ne 0 ]; then | 259 | if [ $? -ne 0 ]; then |
260 | bbfatal_log "Could not configure ${KMACHINE}-${LINUX_KERNEL_TYPE}" | 260 | bbfatal_log "Could not configure ${KMACHINE}-${LINUX_KERNEL_TYPE}" |
261 | fi | 261 | fi |