summaryrefslogtreecommitdiffstats
path: root/conf/include/local/sota_porter.inc
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-04-10 10:12:32 +0200
committerGitHub <noreply@github.com>2017-04-10 10:12:32 +0200
commit7309d7b568358841e01af3044735f4e46f2d9b88 (patch)
treed2def2ce8abe3d3d1e9ff96d36ace59e8a835ae7 /conf/include/local/sota_porter.inc
parent610469510ec9dbac95fc415f71abdcb55e0fc18b (diff)
parent64ceafc0b46facd4a9a1eada9debe3b01cb5815c (diff)
downloadmeta-updater-7309d7b568358841e01af3044735f4e46f2d9b88.tar.gz
Merge pull request #41 from advancedtelematic/bugfix/minnowwic
Fix small bugs, fix WIC for minnowboard
Diffstat (limited to 'conf/include/local/sota_porter.inc')
-rw-r--r--conf/include/local/sota_porter.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/include/local/sota_porter.inc b/conf/include/local/sota_porter.inc
index e079e4d..fcda041 100644
--- a/conf/include/local/sota_porter.inc
+++ b/conf/include/local/sota_porter.inc
@@ -3,6 +3,7 @@ MACHINE = "porter"
3# Commit united image to OSTree, not just uImage 3# Commit united image to OSTree, not just uImage
4OSTREE_KERNEL = "uImage+dtb" 4OSTREE_KERNEL = "uImage+dtb"
5 5
6EXTRA_IMAGEDEPENDS_append = " porter-bootfiles"
6IMAGE_CLASSES_append = " image_types_uboot " 7IMAGE_CLASSES_append = " image_types_uboot "
7IMAGE_BOOT_FILES = "porter-bootfiles/*" 8IMAGE_BOOT_FILES = "porter-bootfiles/*"
8 9