diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2020-12-14 08:01:38 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2020-12-14 17:18:40 +0900 |
commit | 60538ed8795b7ca427a1033d10f3df78e29fb082 (patch) | |
tree | 8b48d15e47b35cfa519dbcb90e92032f3e975715 /patterns | |
parent | 457bc072386bb59c86b0d3ab0290f68b71ee2b74 (diff) | |
download | meta-60538ed8795b7ca427a1033d10f3df78e29fb082.tar.gz meta-60538ed8795b7ca427a1033d10f3df78e29fb082.tar.bz2 meta-60538ed8795b7ca427a1033d10f3df78e29fb082.zip |
[TRE-2575] Create Amlogic Boot imagesubmit/tizen/20201214.223303submit/tizen/20201214.221923accepted/tizen/unified/20201214.224015
Create Amlogic boot image.
It will be supported the below targets.
- Khadas VIM3 / VIM3L
- Odroid C4 / N2
Change-Id: I7798a95896fb1dac4f418470136e857da878f382
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'patterns')
-rw-r--r-- | patterns/iot-boot-amlogic.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patterns/iot-boot-amlogic.yaml b/patterns/iot-boot-amlogic.yaml new file mode 100644 index 0000000..f8d903e --- /dev/null +++ b/patterns/iot-boot-amlogic.yaml @@ -0,0 +1,12 @@ +Summary: IoT Boot Amlogic +Description: IoT Boot Amlogic +Name: iot-boot-amlogic +Packages: +- u-boot-c4 +- u-boot-n2 +- u-boot-vim3 +- u-boot-vim3l +- linux-kernel-amlogic-kvim +- linux-kernel-amlogic-odroid +- linux-kernel-modules-amlogic-kvim +- linux-kernel-modules-amlogic-odroid |