diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-06 18:21:19 +0200 |
---|---|---|
committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-06 18:21:19 +0200 |
commit | 71727c219591bac6a87a134551691ab52c0293a7 (patch) | |
tree | 1ef9b60a6f5c88525c54b42ea872462e360cd579 /meta-agl-bsp/conf/include/agl_porter.inc | |
parent | 624b48f9aaf9ae25a1d081180170f700d0ddb5c7 (diff) |
Add porter-bootfiles to dependencies when agl-sota is enabled
Previously it was a dependency to the image class, but for WIC
we have to define such dependencies in local.conf
Change-Id: I30f898553cd1cd8971d8768a9181d6e45857bf5d
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_porter.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_porter.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_porter.inc b/meta-agl-bsp/conf/include/agl_porter.inc index 0bd8afd2b..c562784aa 100644 --- a/meta-agl-bsp/conf/include/agl_porter.inc +++ b/meta-agl-bsp/conf/include/agl_porter.inc @@ -182,6 +182,7 @@ DISTRO_FEATURES_append = " h264avcenc_lib" # Commit united image to OSTree, not just uImage OSTREE_KERNEL = "uImage+dtb" +EXTRA_IMAGEDEPENDS_append_sota = " porter-bootfiles" IMAGE_CLASSES_append_sota = " image_types_uboot " IMAGE_BOOT_FILES_sota = "porter-bootfiles/*" |