diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2024-04-09 15:11:47 +0200 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2024-05-14 09:11:38 +0000 |
commit | 148e833e601ea6e23682ed2661bfc4a118a490cf (patch) | |
tree | 43bf14b4662cef82ec23b1637dd2ae8f12cfcac1 /ks | |
parent | 491b5d55e4e8e3d690fd53d75f71000da5f23e7b (diff) | |
download | meta-148e833e601ea6e23682ed2661bfc4a118a490cf.tar.gz meta-148e833e601ea6e23682ed2661bfc4a118a490cf.tar.bz2 meta-148e833e601ea6e23682ed2661bfc4a118a490cf.zip |
Add tizen-boot-riscv64-lpi4a-* imagesaccepted/tizen/unified/x/20240521.064021accepted/tizen/unified/20240604.015420
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: Ie2646b788637d4a3a2db44ed805675cfc8b2fe93
Diffstat (limited to 'ks')
-rw-r--r-- | ks/tizen-boot-riscv64-lpi4a-16g.yaml | 17 | ||||
-rw-r--r-- | ks/tizen-boot-riscv64-lpi4a-8g.yaml | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/ks/tizen-boot-riscv64-lpi4a-16g.yaml b/ks/tizen-boot-riscv64-lpi4a-16g.yaml new file mode 100644 index 0000000..e6d2e01 --- /dev/null +++ b/ks/tizen-boot-riscv64-lpi4a-16g.yaml @@ -0,0 +1,17 @@ +Name: tizen-boot-riscv64-lpi4a-16g +Architecture: riscv64 +Schedule: "*" +Active: True +Platform: Boot-LicheePi4A-16G +Part: common-mbr-boot +Mic2Options: -A riscv64 -f loop --pack-to=@NAME@.tar.gz +FileName: tizen-boot-riscv64-lpi4a-16g +Groups: +- IoT Boot LicheePi4A 16G +- IoT Hal Base +- IoT Hal Backend GENERIC +Attachment: +- /var/tmp/u-boot-with-spl.bin +Repos: +- unified-standard +- base-standard diff --git a/ks/tizen-boot-riscv64-lpi4a-8g.yaml b/ks/tizen-boot-riscv64-lpi4a-8g.yaml new file mode 100644 index 0000000..59b9503 --- /dev/null +++ b/ks/tizen-boot-riscv64-lpi4a-8g.yaml @@ -0,0 +1,17 @@ +Name: tizen-boot-riscv64-lpi4a-8g +Architecture: riscv64 +Schedule: "*" +Active: True +Platform: Boot-LicheePi4A-8G +Part: common-mbr-boot +Mic2Options: -A riscv64 -f loop --pack-to=@NAME@.tar.gz +FileName: tizen-boot-riscv64-lpi4a-8g +Groups: +- IoT Boot LicheePi4A 8G +- IoT Hal Base +- IoT Hal Backend GENERIC +Attachment: +- /var/tmp/u-boot-with-spl.bin +Repos: +- unified-standard +- base-standard |