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 | |
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
-rw-r--r-- | common-targets.yaml | 2 | ||||
-rw-r--r-- | common.yaml | 20 | ||||
-rw-r--r-- | ks/tizen-boot-riscv64-lpi4a-16g.yaml | 17 | ||||
-rw-r--r-- | ks/tizen-boot-riscv64-lpi4a-8g.yaml | 17 | ||||
-rw-r--r-- | patterns/iot-boot-lpi4a-16g.yaml | 8 | ||||
-rw-r--r-- | patterns/iot-boot-lpi4a-8g.yaml | 8 |
6 files changed, 72 insertions, 0 deletions
diff --git a/common-targets.yaml b/common-targets.yaml index 1333582..45e8f98 100644 --- a/common-targets.yaml +++ b/common-targets.yaml @@ -11,6 +11,8 @@ Targets: - tizen-boot-armv7l-rpi4-rt.yaml - tizen-boot-arm64-vim3.yaml - tizen-boot-arm64-c4.yaml + - tizen-boot-riscv64-lpi4a-16g.yaml + - tizen-boot-riscv64-lpi4a-8g.yaml - tizen-boot-riscv64-qemu.yaml - tizen-boot-riscv64-vf2.yaml - tizen-headed-armv7hl.yaml diff --git a/common.yaml b/common.yaml index 62603c9..0032453 100644 --- a/common.yaml +++ b/common.yaml @@ -113,6 +113,26 @@ Boot-C4: - iot-hal-backend Repos: [] +Boot-LicheePi4A-16G: + Part: common-mbr-boot + Desktop: None + SaveRepos: False + UserGroups: "audio,video" + Groups: [] + PostScripts: + - iot-hal-backend + Repos: [] + +Boot-LicheePi4A-8G: + Part: common-mbr-boot + Desktop: None + SaveRepos: False + UserGroups: "audio,video" + Groups: [] + PostScripts: + - iot-hal-backend + Repos: [] + Boot-VisionFive2: Part: common-mbr-boot Desktop: None 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 diff --git a/patterns/iot-boot-lpi4a-16g.yaml b/patterns/iot-boot-lpi4a-16g.yaml new file mode 100644 index 0000000..d4502f1 --- /dev/null +++ b/patterns/iot-boot-lpi4a-16g.yaml @@ -0,0 +1,8 @@ +Summary: IoT Boot LicheePi4A 16G +Description: IoT Boot LicheePi4A 16G +Name: iot-boot-lpi4a-16g +Packages: +- riscv-lpi4a-linux-kernel +- riscv-lpi4a-linux-kernel-modules +- linux-tizen-modules-lpi4a +- u-boot-lpi4a-16g diff --git a/patterns/iot-boot-lpi4a-8g.yaml b/patterns/iot-boot-lpi4a-8g.yaml new file mode 100644 index 0000000..4a10a5f --- /dev/null +++ b/patterns/iot-boot-lpi4a-8g.yaml @@ -0,0 +1,8 @@ +Summary: IoT Boot LicheePi4A 8G +Description: IoT Boot LicheePi4A 8G +Name: iot-boot-lpi4a-8g +Packages: +- riscv-lpi4a-linux-kernel +- riscv-lpi4a-linux-kernel-modules +- linux-tizen-modules-lpi4a +- u-boot-lpi4a-8g |