summaryrefslogtreecommitdiffstats
path: root/classes/sota_h3ulcb.bbclass
diff options
context:
space:
mode:
authorAnton Gerasimov <anton.gerasimov@here.com>2018-09-03 18:11:30 +0200
committerAnton Gerasimov <anton.gerasimov@here.com>2018-09-28 13:33:12 +0200
commitb45e44c2efc75a461cb763792167357ff3138d36 (patch)
treec76c80d64b437e71e0190ae36e03b4e2ddeb7afd /classes/sota_h3ulcb.bbclass
parentff555e8690eb47177ade42dc6912ae17a759cc45 (diff)
downloadmeta-updater-feat/h3ulbd-master.tar.gz
Add support for RCar-H3 boardfeat/h3ulbd-master
Both m3ulcb and h3ulcb rely on AGL BSP, there is currently no meta-updater-renesas layer
Diffstat (limited to 'classes/sota_h3ulcb.bbclass')
-rw-r--r--classes/sota_h3ulcb.bbclass8
1 files changed, 8 insertions, 0 deletions
diff --git a/classes/sota_h3ulcb.bbclass b/classes/sota_h3ulcb.bbclass
new file mode 100644
index 0000000..ed65b5c
--- /dev/null
+++ b/classes/sota_h3ulcb.bbclass
@@ -0,0 +1,8 @@
1# Commit united image to OSTree, not just uImage
2OSTREE_KERNEL = "Image"
3
4EXTRA_IMAGEDEPENDS_append_sota = " renesas-ota-bootfiles"
5IMAGE_BOOT_FILES_sota += "renesas-ota-bootfiles/*"
6
7OSTREE_BOOTLOADER ?= "u-boot"
8UBOOT_MACHINE_sota = "h3ulcb_defconfig"