-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tizen] Add arm64 target - Docker part #37761
Merged
andy31415
merged 12 commits into
project-chip:master
from
XToripuru:tizen-arm64-dockerfile
Mar 20, 2025
Merged
[Tizen] Add arm64 target - Docker part #37761
andy31415
merged 12 commits into
project-chip:master
from
XToripuru:tizen-arm64-dockerfile
Mar 20, 2025
+194
−28
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR #37761: Size comparison from ff7398a to 70b7784 Full report (3 builds for cc32xx, stm32)
|
arkq
requested changes
Feb 25, 2025
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
Outdated
Show resolved
Hide resolved
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
Outdated
Show resolved
Hide resolved
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
Outdated
Show resolved
Hide resolved
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
Show resolved
Hide resolved
3768fe3
to
8e81834
Compare
PR #37761: Size comparison from 197c4d4 to 300c08b Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
arkq
requested changes
Feb 27, 2025
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
Outdated
Show resolved
Hide resolved
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
Outdated
Show resolved
Hide resolved
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
Outdated
Show resolved
Hide resolved
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
Show resolved
Hide resolved
300c08b
to
dfac795
Compare
PR #37761: Size comparison from 50aa1d3 to f5b0396 Full report (58 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
arkq
reviewed
Feb 28, 2025
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
Outdated
Show resolved
Hide resolved
f5b0396
to
d7e1d8c
Compare
PR #37761: Size comparison from 50aa1d3 to 33c4221 Full report (74 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
arkq
reviewed
Mar 3, 2025
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
Outdated
Show resolved
Hide resolved
…installer/install.sh Co-authored-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
PR #37761: Size comparison from bf9ef44 to ee03d86 Full report (74 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #37761: Size comparison from ee95bd2 to fc81146 Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
arkq
approved these changes
Mar 6, 2025
PR #37761: Size comparison from 2489811 to fea0b8d Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is Docker-part of adding ARM64 support for Tizen.
Changes
Dockerfile
to use new install script accordingly and add env vars for ARM64.install.sh
to allow installing Tizen SDK for ARM64 by using--cpu arm64
.Testing
Built image locally and successfully compiled target
tizen-arm64-*
on local branch.