diff options
-rw-r--r-- | meta/classes/kernel.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index fa06c3aae6..70ed95bbe0 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -391,7 +391,7 @@ python split_kernel_packages () { | |||
391 | 391 | ||
392 | do_strip() { | 392 | do_strip() { |
393 | if [ -n "${KERNEL_IMAGE_STRIP_EXTRA_SECTIONS}" ]; then | 393 | if [ -n "${KERNEL_IMAGE_STRIP_EXTRA_SECTIONS}" ]; then |
394 | if [[ "${KERNEL_IMAGETYPE}" != "vmlinux" ]]; then | 394 | if [ "${KERNEL_IMAGETYPE}" != "vmlinux" ]; then |
395 | bbwarn "image type will not be stripped (not supported): ${KERNEL_IMAGETYPE}" | 395 | bbwarn "image type will not be stripped (not supported): ${KERNEL_IMAGETYPE}" |
396 | return | 396 | return |
397 | fi | 397 | fi |