summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/classes/sota_porter.bbclass
blob: 6c6fe70ec184a7d4fae9d91c59d3c840f569165b (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_network-configuration ?= "connman"
IMAGE_INSTALL_append_sota = " network-configuration "