diff options
Diffstat (limited to 'meta/classes/kernel.bbclass')
| -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 4f57770157..b02036f9c5 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
| @@ -12,7 +12,7 @@ INITRAMFS_TASK ?= "" | |||
| 12 | INITRAMFS_IMAGE_BUNDLE ?= "" | 12 | INITRAMFS_IMAGE_BUNDLE ?= "" |
| 13 | 13 | ||
| 14 | python __anonymous () { | 14 | python __anonymous () { |
| 15 | kerneltype = d.getVar('KERNEL_IMAGETYPE', True) or '' | 15 | kerneltype = d.getVar('KERNEL_IMAGETYPE', True) |
| 16 | if kerneltype == 'uImage': | 16 | if kerneltype == 'uImage': |
| 17 | depends = d.getVar("DEPENDS", True) | 17 | depends = d.getVar("DEPENDS", True) |
| 18 | depends = "%s u-boot-mkimage-native" % depends | 18 | depends = "%s u-boot-mkimage-native" % depends |
