diff options
author | Anton Gerasimov <anton.gerasimov@here.com> | 2018-09-03 18:11:30 +0200 |
---|---|---|
committer | Anton Gerasimov <anton.gerasimov@here.com> | 2018-09-04 18:21:40 +0200 |
commit | 6a9982eaaaf526b2cac8658870977a863a531231 (patch) | |
tree | c76c80d64b437e71e0190ae36e03b4e2ddeb7afd /classes | |
parent | ff555e8690eb47177ade42dc6912ae17a759cc45 (diff) | |
download | meta-updater-6a9982eaaaf526b2cac8658870977a863a531231.tar.gz |
Add support for RCar-H3 boardfeat/h3ulcb
Both m3ulcb and h3ulcb rely on AGL BSP, there is currently no
meta-updater-renesas layer
Diffstat (limited to 'classes')
-rw-r--r-- | classes/sota.bbclass | 1 | ||||
-rw-r--r-- | classes/sota_h3ulcb.bbclass | 8 | ||||
-rw-r--r-- | classes/sota_m3ulcb.bbclass | 4 |
3 files changed, 11 insertions, 2 deletions
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" | |||
39 | SOTA_MACHINE_rpi ?= "raspberrypi" | 39 | SOTA_MACHINE_rpi ?= "raspberrypi" |
40 | SOTA_MACHINE_porter ?= "porter" | 40 | SOTA_MACHINE_porter ?= "porter" |
41 | SOTA_MACHINE_m3ulcb = "m3ulcb" | 41 | SOTA_MACHINE_m3ulcb = "m3ulcb" |
42 | SOTA_MACHINE_h3ulcb = "h3ulcb" | ||
42 | SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" | 43 | SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" |
43 | SOTA_MACHINE_qemux86-64 ?= "qemux86-64" | 44 | SOTA_MACHINE_qemux86-64 ?= "qemux86-64" |
44 | SOTA_MACHINE_am335x-evm ?= "am335x-evm-wifi" | 45 | 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 @@ | |||
1 | # Commit united image to OSTree, not just uImage | ||
2 | OSTREE_KERNEL = "Image" | ||
3 | |||
4 | EXTRA_IMAGEDEPENDS_append_sota = " renesas-ota-bootfiles" | ||
5 | IMAGE_BOOT_FILES_sota += "renesas-ota-bootfiles/*" | ||
6 | |||
7 | OSTREE_BOOTLOADER ?= "u-boot" | ||
8 | 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 @@ | |||
1 | # Commit united image to OSTree, not just uImage | 1 | # Commit united image to OSTree, not just uImage |
2 | OSTREE_KERNEL = "Image" | 2 | OSTREE_KERNEL = "Image" |
3 | 3 | ||
4 | EXTRA_IMAGEDEPENDS_append_sota = " m3ulcb-ota-bootfiles" | 4 | EXTRA_IMAGEDEPENDS_append_sota = " renesas-ota-bootfiles" |
5 | IMAGE_BOOT_FILES_sota += "m3ulcb-ota-bootfiles/*" | 5 | IMAGE_BOOT_FILES_sota += "renesas-ota-bootfiles/*" |
6 | 6 | ||
7 | OSTREE_BOOTLOADER ?= "u-boot" | 7 | OSTREE_BOOTLOADER ?= "u-boot" |
8 | UBOOT_MACHINE_sota = "m3ulcb_defconfig" | 8 | UBOOT_MACHINE_sota = "m3ulcb_defconfig" |