summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/classes/sota_porter.bbclass
blob: 80062e1cab57133be99746d33b631170d773d56b (plain)
1
2
3
4
5
6
7
8
9
10
11
# Commit united image to OSTree, not just uImage
OSTREE_KERNEL = "uImage+dtb"

EXTRA_IMAGEDEPENDS_append_sota = " porter-bootfiles"
IMAGE_BOOT_FILES_sota += "porter-bootfiles/*"

OSTREE_BOOTLOADER ?= "u-boot"
UBOOT_MACHINE_sota = "porter_config"

PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman"
IMAGE_INSTALL_append_sota = " virtual/network-configuration "