summaryrefslogtreecommitdiffstats
path: root/classes/sota_m3ulcb.bbclass
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2020-03-26 14:03:42 +0100
committerGitHub <noreply@github.com>2020-03-26 14:03:42 +0100
commit27ca966cc167e510b6c9b313e5fa50cfef447596 (patch)
tree962fcc4b7c0b51bfb19a5769fccf2239f8a55e14 /classes/sota_m3ulcb.bbclass
parent8edbc7a5409a578ad9c47111aef3e95fba964239 (diff)
parentb1cdef48bee12264e4defa6a268e37e31823846d (diff)
downloadmeta-updater-27ca966cc167e510b6c9b313e5fa50cfef447596.tar.gz
Merge pull request #701 from advancedtelematic/feat/warrior/2020.4
Feat/warrior/2020.4
Diffstat (limited to 'classes/sota_m3ulcb.bbclass')
-rw-r--r--classes/sota_m3ulcb.bbclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/classes/sota_m3ulcb.bbclass b/classes/sota_m3ulcb.bbclass
index b93cc40..e7fa9c2 100644
--- a/classes/sota_m3ulcb.bbclass
+++ b/classes/sota_m3ulcb.bbclass
@@ -1,11 +1,12 @@
1# Commit united image to OSTree, not just uImage 1# Commit united image to OSTree, not just uImage
2OSTREE_KERNEL = "Image" 2OSTREE_KERNEL = "Image"
3 3
4EXTRA_IMAGEDEPENDS_append_sota = " m3ulcb-ota-bootfiles" 4EXTRA_IMAGEDEPENDS_append_sota = " renesas-ota-bootfiles"
5IMAGE_BOOT_FILES_sota += "m3ulcb-ota-bootfiles/*" 5IMAGE_BOOT_FILES_sota += "renesas-ota-bootfiles/*"
6 6
7OSTREE_BOOTLOADER ?= "u-boot" 7OSTREE_BOOTLOADER ?= "u-boot"
8UBOOT_MACHINE_sota = "m3ulcb_defconfig" 8
9UBOOT_MACHINE_sota = "${@d.getVar('SOC_FAMILY').split(':')[1]}_ulcb_defconfig"
9 10
10PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman" 11PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman"
11IMAGE_INSTALL_append_sota = " virtual/network-configuration " 12IMAGE_INSTALL_append_sota = " virtual/network-configuration "