diff options
Diffstat (limited to 'meta/classes-recipe/kernel-fit-image.bbclass')
| -rw-r--r-- | meta/classes-recipe/kernel-fit-image.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes-recipe/kernel-fit-image.bbclass b/meta/classes-recipe/kernel-fit-image.bbclass index 6d80cd4bb4..d2eebb88bc 100644 --- a/meta/classes-recipe/kernel-fit-image.bbclass +++ b/meta/classes-recipe/kernel-fit-image.bbclass | |||
| @@ -7,6 +7,9 @@ UNPACKDIR = "${S}" | |||
| 7 | 7 | ||
| 8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 8 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 9 | 9 | ||
| 10 | # This bbclass requires KERNEL_CLASSES += "kernel-fit-extra-artifacts" | ||
| 11 | EXCLUDE_FROM_WORLD = "1" | ||
| 12 | |||
| 10 | DEPENDS += "\ | 13 | DEPENDS += "\ |
| 11 | u-boot-tools-native dtc-native \ | 14 | u-boot-tools-native dtc-native \ |
| 12 | ${@'kernel-signing-keys-native' if d.getVar('FIT_GENERATE_KEYS') == '1' else ''} \ | 15 | ${@'kernel-signing-keys-native' if d.getVar('FIT_GENERATE_KEYS') == '1' else ''} \ |
