Add the tizen-xxxx-aarch64-xxx yaml file 89/317689/2 accepted/tizen/unified/20250108.103335 accepted/tizen/unified/x/20250108.225152
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 6 Jan 2025 04:55:34 +0000 (13:55 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 7 Jan 2025 02:08:21 +0000 (02:08 +0000)
To maintain consistency with platform, add
tizen-xxx-aarch64-xxx.yaml.
- arm64 is not correct architecture's name.

In future, tizen-xxx-arm64-xxx.yaml file will be removed after
creating images.

Change-Id: Ib563ff37948913476a0e19bf980ceb79865bb822
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
common-targets.yaml
ks/tizen-aarch64-generic-hal.yaml [new file with mode: 0644]
ks/tizen-boot-aarch64-c4.yaml [new file with mode: 0644]
ks/tizen-boot-aarch64-vim3.yaml [new file with mode: 0644]

index 7a51eaf746e1abed939777b93cdbef067114cc17..f3bffeb5471d0c6dddd54ed301fb6cb349b60807 100644 (file)
@@ -12,7 +12,9 @@ Targets:
             - tizen-boot-armv7l-rpi4-rt.yaml
             - tizen-boot-armv7l-rpi-rt.yaml
             - tizen-boot-arm64-vim3.yaml
+            - tizen-boot-aarch64-vim3.yaml
             - tizen-boot-arm64-c4.yaml
+            - tizen-boot-aarch64-c4.yaml
             - tizen-boot-riscv64-bpif3.yaml
             - tizen-boot-riscv64-lpi4a-16g.yaml
             - tizen-boot-riscv64-lpi4a-8g.yaml
@@ -27,6 +29,7 @@ Targets:
             - tizen-headed-riscv64.yaml
             - tizen-armv7l-generic-hal.yaml
             - tizen-arm64-generic-hal.yaml
+            - tizen-aarch64-generic-hal.yaml
             - tizen-riscv64-generic-hal.yaml
 
     -   Name: emulator
diff --git a/ks/tizen-aarch64-generic-hal.yaml b/ks/tizen-aarch64-generic-hal.yaml
new file mode 100644 (file)
index 0000000..2490594
--- /dev/null
@@ -0,0 +1,14 @@
+Name: tizen-aarch64-generic-hal
+Architecture: aarch64
+Schedule: "*"
+Active: True
+Platform: Generic-HAL
+Part: common-generic-hal
+Mic2Options: -A aarch64 -f loop --pack-to=@NAME@.tar.gz
+FileName: tizen-aarch64-generic-hal
+Groups:
+- IoT Hal Base
+- IoT Hal Backend GENERIC
+Repos:
+- unified-standard
+- base-standard
diff --git a/ks/tizen-boot-aarch64-c4.yaml b/ks/tizen-boot-aarch64-c4.yaml
new file mode 100644 (file)
index 0000000..aed14e4
--- /dev/null
@@ -0,0 +1,18 @@
+Name: tizen-boot-aarch64-c4
+Architecture: aarch64
+Schedule: "*"
+Active: True
+Platform: Boot-C4
+Part: common-amlogic-mbr-boot
+Mic2Options: -A aarch64 -f loop --pack-to=@NAME@.tar.gz
+FileName: tizen-boot-aarch64-c4
+Groups:
+- IoT Boot C4
+- IoT Hal Base
+- IoT Hal Backend C4
+Attachment:
+- /var/tmp/u-boot-amlogic/u-boot-c4.bin
+- /var/tmp/u-boot-amlogic/u-boot-n2.bin
+Repos:
+- unified-standard
+- base-standard
diff --git a/ks/tizen-boot-aarch64-vim3.yaml b/ks/tizen-boot-aarch64-vim3.yaml
new file mode 100644 (file)
index 0000000..378d8ea
--- /dev/null
@@ -0,0 +1,18 @@
+Name: tizen-boot-aarch64-vim3
+Architecture: aarch64
+Schedule: "*"
+Active: True
+Platform: Boot-VIM3
+Part: common-amlogic-mbr-boot
+Mic2Options: -A aarch64 -f loop --pack-to=@NAME@.tar.gz
+FileName: tizen-boot-aarch64-vim3
+Groups:
+- IoT Boot VIM3
+- IoT Hal Base
+- IoT Hal Backend VIM3
+Attachment:
+- /var/tmp/u-boot-amlogic/u-boot-vim3.bin
+- /var/tmp/u-boot-amlogic/u-boot-vim3l.bin
+Repos:
+- unified-standard
+- base-standard