diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2017-05-31 10:21:56 +0300 |
---|---|---|
committer | Phil Wise <phil@advancedtelematic.com> | 2017-06-22 12:19:56 +0200 |
commit | ae8a5db4668b153baa1b4aaf814f2cdd685e6466 (patch) | |
tree | dc9031115d2ce9986b93de269da54ea1d7157961 /classes | |
parent | 40922f1348b3fcb4d9e5b8d1772e64b45d401bc1 (diff) | |
download | meta-updater-ae8a5db4668b153baa1b4aaf814f2cdd685e6466.tar.gz |
sota: Support m3ulcb
Support Renesas R Car Starter Kit Generation 3 (m3ulcb).
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/sota.bbclass | 1 | ||||
-rw-r--r-- | classes/sota_m3ulcb.bbclass | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/classes/sota.bbclass b/classes/sota.bbclass index a96429c..5073e29 100644 --- a/classes/sota.bbclass +++ b/classes/sota.bbclass | |||
@@ -25,6 +25,7 @@ SOTA_MACHINE ??="none" | |||
25 | SOTA_MACHINE_raspberrypi2 ?= "raspberrypi" | 25 | SOTA_MACHINE_raspberrypi2 ?= "raspberrypi" |
26 | SOTA_MACHINE_raspberrypi3 ?= "raspberrypi" | 26 | SOTA_MACHINE_raspberrypi3 ?= "raspberrypi" |
27 | SOTA_MACHINE_porter ?= "porter" | 27 | SOTA_MACHINE_porter ?= "porter" |
28 | SOTA_MACHINE_m3ulcb = "m3ulcb" | ||
28 | SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" | 29 | SOTA_MACHINE_intel-corei7-64 ?= "minnowboard" |
29 | SOTA_MACHINE_qemux86-64 ?= "qemux86-64" | 30 | SOTA_MACHINE_qemux86-64 ?= "qemux86-64" |
30 | SOTA_MACHINE_am335x-evm ?= "am335x-evm-wifi" | 31 | SOTA_MACHINE_am335x-evm ?= "am335x-evm-wifi" |
diff --git a/classes/sota_m3ulcb.bbclass b/classes/sota_m3ulcb.bbclass new file mode 100644 index 0000000..21d04ba --- /dev/null +++ b/classes/sota_m3ulcb.bbclass | |||
@@ -0,0 +1,9 @@ | |||
1 | # Commit united image to OSTree, not just uImage | ||
2 | OSTREE_KERNEL = "Image" | ||
3 | |||
4 | EXTRA_IMAGEDEPENDS_append_sota = " m3ulcb-ota-bootfiles" | ||
5 | IMAGE_CLASSES_append_sota = " image_types_uboot " | ||
6 | IMAGE_BOOT_FILES_sota += "m3ulcb-ota-bootfiles/*" | ||
7 | |||
8 | OSTREE_BOOTLOADER ?= "u-boot" | ||
9 | UBOOT_MACHINE_sota = "m3ulcb_defconfig" | ||