diff options
Diffstat (limited to 'conf/include')
-rw-r--r-- | conf/include/local/sota_minnowboard.inc | 6 | ||||
-rw-r--r-- | conf/include/local/sota_porter.inc | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/conf/include/local/sota_minnowboard.inc b/conf/include/local/sota_minnowboard.inc index b3702a2..0bd4210 100644 --- a/conf/include/local/sota_minnowboard.inc +++ b/conf/include/local/sota_minnowboard.inc | |||
@@ -2,5 +2,7 @@ MACHINE = "intel-corei7-64" | |||
2 | 2 | ||
3 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ota" | 3 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ota" |
4 | UBOOT_MACHINE = "minnowmax_defconfig" | 4 | UBOOT_MACHINE = "minnowmax_defconfig" |
5 | IMAGE_CLASSES_append = " sdcard_image-minnowboard-ota" | 5 | |
6 | IMAGE_FSTYPES += "minnowboard-sdimg-ota" | 6 | EXTRA_IMAGEDEPENDS_append = " minnowboard-bootfiles" |
7 | IMAGE_BOOT_FILES = "minnowboard-bootfiles/*" | ||
8 | |||
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 |
4 | OSTREE_KERNEL = "uImage+dtb" | 4 | OSTREE_KERNEL = "uImage+dtb" |
5 | 5 | ||
6 | EXTRA_IMAGEDEPENDS_append = " porter-bootfiles" | ||
6 | IMAGE_CLASSES_append = " image_types_uboot " | 7 | IMAGE_CLASSES_append = " image_types_uboot " |
7 | IMAGE_BOOT_FILES = "porter-bootfiles/*" | 8 | IMAGE_BOOT_FILES = "porter-bootfiles/*" |
8 | 9 | ||