From b45e44c2efc75a461cb763792167357ff3138d36 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Mon, 3 Sep 2018 18:11:30 +0200 Subject: Add support for RCar-H3 board Both m3ulcb and h3ulcb rely on AGL BSP, there is currently no meta-updater-renesas layer --- classes/sota.bbclass | 1 + classes/sota_h3ulcb.bbclass | 8 ++++++++ classes/sota_m3ulcb.bbclass | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 classes/sota_h3ulcb.bbclass diff --git a/classes/sota.bbclass b/classes/sota.bbclass index e1c5ecd..fbd8534 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass @@ -39,6 +39,7 @@ SOTA_MACHINE ??="none" SOTA_MACHINE_rpi ?= "raspberrypi" SOTA_MACHINE_porter ?= "porter" SOTA_MACHINE_m3ulcb = "m3ulcb" +SOTA_MACHINE_h3ulcb = "h3ulcb" SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" SOTA_MACHINE_qemux86-64 ?= "qemux86-64" SOTA_MACHINE_am335x-evm ?= "am335x-evm-wifi" 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 @@ +# Commit united image to OSTree, not just uImage +OSTREE_KERNEL = "Image" + +EXTRA_IMAGEDEPENDS_append_sota = " renesas-ota-bootfiles" +IMAGE_BOOT_FILES_sota += "renesas-ota-bootfiles/*" + +OSTREE_BOOTLOADER ?= "u-boot" +UBOOT_MACHINE_sota = "h3ulcb_defconfig" diff --git a/classes/sota_m3ulcb.bbclass b/classes/sota_m3ulcb.bbclass index 6b63af4..4ddcf9e 100644 --- a/classes/sota_m3ulcb.bbclass +++ b/classes/sota_m3ulcb.bbclass @@ -1,8 +1,8 @@ # 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/*" +EXTRA_IMAGEDEPENDS_append_sota = " renesas-ota-bootfiles" +IMAGE_BOOT_FILES_sota += "renesas-ota-bootfiles/*" OSTREE_BOOTLOADER ?= "u-boot" UBOOT_MACHINE_sota = "m3ulcb_defconfig" -- cgit v1.2.3-54-g00ecf