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

EXTRA_IMAGEDEPENDS_append_sota = " m3ulcb-ota-bootfiles"
IMAGE_BOOT_FILES_sota += "m3ulcb-ota-bootfiles/*"

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

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