summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-04-12 18:27:02 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-04-12 18:32:25 +0200
commitf8a90e45c8cfa8253468cf9376560f6de728169b (patch)
tree2ddd5b1c49cbb3c519eb4df96ea55b8bc406fad4 /recipes-core
parentb4373b62f1a433fbcc83175e6aa6432133a766d0 (diff)
downloadmeta-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.bb1
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
16IMAGE_FSTYPES = "ext4.gz" 16IMAGE_FSTYPES = "ext4.gz"
17IMAGE_FSTYPES_append_arm = " ext4.gz.u-boot" 17IMAGE_FSTYPES_append_arm = " ext4.gz.u-boot"
18IMAGE_CLASSES_append_arm = " image_types_uboot"
18 19
19inherit core-image 20inherit core-image
20 21