diff options
author | Dongkyun Son <dongkyun.s@samsung.com> | 2021-10-08 18:55:33 +0900 |
---|---|---|
committer | Dongkyun Son <dongkyun.s@samsung.com> | 2021-11-24 22:37:05 +0900 |
commit | d8a8b2f03e3c467d5c7260e5935a37471fc8e594 (patch) | |
tree | e04b90fac732e7cbdfb7e43c52f1bdfe716892fe | |
parent | 57e82e2246a6884ea62e5f3dcf4d5fea2b392089 (diff) | |
download | snapshot-repo-conf-d8a8b2f03e3c467d5c7260e5935a37471fc8e594.tar.gz snapshot-repo-conf-d8a8b2f03e3c467d5c7260e5935a37471fc8e594.tar.bz2 snapshot-repo-conf-d8a8b2f03e3c467d5c7260e5935a37471fc8e594.zip |
Add armv7hl architecture
Change-Id: I2914ffdff490800e4454648575cb5e1439540247
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
-rwxr-xr-x | repos.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -205,6 +205,7 @@ Repositories: - ia32 - x86_64 - armv7l + - armv7hl - aarch64 - Name: devel-toolchains-base @@ -598,6 +599,7 @@ Repositories: - ia32 - x86_64 - armv7l + - armv7hl - aarch64 - Name: Tizen-3.0-mobile @@ -1135,6 +1137,7 @@ Repositories: - ia32 - x86_64 - armv7l + - armv7hl - aarch64 - Name: Tizen-base-build |