diff options
| author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-11 11:18:02 +0200 |
|---|---|---|
| committer | Anton Gerasimov <anton@advancedtelematic.com> | 2017-04-11 11:18:02 +0200 |
| commit | e36a7821467fe3ae3f22e0ca67b91ebb3e65d2cb (patch) | |
| tree | 38d4423412dcf306178a889cd2c8421281f91914 /conf/include/local/sota_porter.inc | |
| parent | 7309d7b568358841e01af3044735f4e46f2d9b88 (diff) | |
| download | meta-updater-e36a7821467fe3ae3f22e0ca67b91ebb3e65d2cb.tar.gz | |
Add tweaks for compatibility with AGL
Diffstat (limited to 'conf/include/local/sota_porter.inc')
| -rw-r--r-- | conf/include/local/sota_porter.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/include/local/sota_porter.inc b/conf/include/local/sota_porter.inc index fcda041..64923f9 100644 --- a/conf/include/local/sota_porter.inc +++ b/conf/include/local/sota_porter.inc | |||
| @@ -3,10 +3,10 @@ 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 | EXTRA_IMAGEDEPENDS_append_sota = " porter-bootfiles" |
| 7 | IMAGE_CLASSES_append = " image_types_uboot " | 7 | IMAGE_CLASSES_append_sota = " image_types_uboot " |
| 8 | IMAGE_BOOT_FILES = "porter-bootfiles/*" | 8 | IMAGE_BOOT_FILES_sota += "porter-bootfiles/*" |
| 9 | 9 | ||
| 10 | OSTREE_BOOTLOADER ?= "u-boot" | 10 | OSTREE_BOOTLOADER ?= "u-boot" |
| 11 | UBOOT_MACHINE = "porter_vin_config" | 11 | UBOOT_MACHINE_sota = "porter_vin_config" |
| 12 | 12 | ||
