Add porter-bootfiles to dependencies when agl-sota is enabled 55/9055/1
authorAnton Gerasimov <anton@advancedtelematic.com>
Thu, 6 Apr 2017 16:21:19 +0000 (18:21 +0200)
committerAnton Gerasimov <anton@advancedtelematic.com>
Thu, 6 Apr 2017 16:21:19 +0000 (18:21 +0200)
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>
meta-agl-bsp/conf/include/agl_porter-nogfx.inc
meta-agl-bsp/conf/include/agl_porter.inc

index cd72431..2a06bbe 100644 (file)
@@ -22,6 +22,7 @@ PREFERRED_PROVIDER_virtual/egl = "mesa"
 # 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/*"
 
index 0bd8afd..c562784 100644 (file)
@@ -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/*"