diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2021-06-10 13:22:14 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2021-06-10 17:48:16 +0900 |
commit | 3513c827fa0f8c57e791d168211169c60aeffa45 (patch) | |
tree | 73af1115d51aaf24c3969c495eb512e7b6831c7d /patterns | |
parent | 0da18f3f898de21081ddb8b34390c8dfb49fcefc (diff) | |
download | meta-3513c827fa0f8c57e791d168211169c60aeffa45.tar.gz meta-3513c827fa0f8c57e791d168211169c60aeffa45.tar.bz2 meta-3513c827fa0f8c57e791d168211169c60aeffa45.zip |
[TRE-2729] Add VIM3 and C4 hal.img imagesubmit/tizen/20210611.012138accepted/tizen/unified/20210611.013634
Add iot-hal-backend-vim3.yaml and iot-hal-backend-c4.yaml files
for VIM3/C4 hal.img.
- iot-hal-backend-vim3.yaml for VIM3 hal.img
and then the created hal.img will be added to tizen-boot-arm64-vim3.
- iot-hal-backend-c4.yaml for C4 hal.img
and then the created hal.img will be added to tizen-boot-arm64-c4.
Change-Id: Ibd690945723c2584093d38e60227a4a3a72d6a1c
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Diffstat (limited to 'patterns')
-rw-r--r-- | patterns/iot-hal-backend-c4.yaml | 5 | ||||
-rw-r--r-- | patterns/iot-hal-backend-vim3.yaml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/patterns/iot-hal-backend-c4.yaml b/patterns/iot-hal-backend-c4.yaml new file mode 100644 index 0000000..c835b9c --- /dev/null +++ b/patterns/iot-hal-backend-c4.yaml @@ -0,0 +1,5 @@ +Summary: IoT Hal Backend C4 +Description: IoT Hal Backend C4 +Name: iot-hal-backend-c4 +Packages: +- building-blocks-sub1-Preset_boards-C4_HAL_Backend diff --git a/patterns/iot-hal-backend-vim3.yaml b/patterns/iot-hal-backend-vim3.yaml new file mode 100644 index 0000000..fd15403 --- /dev/null +++ b/patterns/iot-hal-backend-vim3.yaml @@ -0,0 +1,5 @@ +Summary: IoT Hal Backend VIM3 +Description: IoT Hal Backend VIM3 +Name: iot-hal-backend-vim3 +Packages: +- building-blocks-sub1-Preset_boards-VIM3_HAL_Backend |