diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-12 18:27:02 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-12 18:32:25 +0200 |
commit | f8a90e45c8cfa8253468cf9376560f6de728169b (patch) | |
tree | 2ddd5b1c49cbb3c519eb4df96ea55b8bc406fad4 /recipes-core | |
parent | b4373b62f1a433fbcc83175e6aa6432133a766d0 (diff) | |
download | meta-updater-f8a90e45c8cfa8253468cf9376560f6de728169b.tar.gz |
Inherit u-boot when u-boot images are required
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/initramfs-ostree-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/images/initramfs-ostree-image.bb b/recipes-core/images/initramfs-ostree-image.bb index 8eea07c..509b74d 100644 --- a/recipes-core/images/initramfs-ostree-image.bb +++ b/recipes-core/images/initramfs-ostree-image.bb | |||
@@ -15,6 +15,7 @@ LICENSE = "MIT" | |||
15 | 15 | ||
16 | IMAGE_FSTYPES = "ext4.gz" | 16 | IMAGE_FSTYPES = "ext4.gz" |
17 | IMAGE_FSTYPES_append_arm = " ext4.gz.u-boot" | 17 | IMAGE_FSTYPES_append_arm = " ext4.gz.u-boot" |
18 | IMAGE_CLASSES_append_arm = " image_types_uboot" | ||
18 | 19 | ||
19 | inherit core-image | 20 | inherit core-image |
20 | 21 | ||