-
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 Tizen Studio CLI to docker images #17316
Conversation
PR #17316: Size comparison from faabdf9 to 745eaa2 Full report (10 builds for cyw30739, k32w, linux, mbed, nrfconnect, telink)
|
PR #17316: Size comparison from faabdf9 to 9e3d0b5 Full report (31 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #17316: Size comparison from a75cd99 to a78a396 Full report (31 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #17316: Size comparison from 01e54b2 to 8a19bc9 Full report (23 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #17316: Size comparison from 75bdf79 to a001691 Full report (32 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
2790ed2
to
ff91ace
Compare
PR #17316: Size comparison from a689c84 to ff91ace Full report (32 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #17316: Size comparison from 737b702 to 74e8aed Full report (32 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
This commit adds Tizen Studio CLI into the Tizen docker image. Also, it setups app's author certificate for signing the application. With that setup it will be possible to pack Tizen application into the tpk package as follows: tizen package -t tpk --sign CHIP -- <TizenAppBuildDir>
@hrajendran-samsung Could you check whether changes proposed here are OK? |
PR #17316: Size comparison from 6109d14 to b3a0366 Full report (23 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
PR #17316: Size comparison from 7148111 to fc239d9 Full report (32 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
Problem
Currently it's not possible to create proper Tizen application package (*.tpk) with Tizen docker image.
Change overview
This commit adds Tizen Studio CLI into the Tizen docker image. Also, it setups app's author certificate for signing the application. With that setup it will be possible to pack Tizen application into the tpk package as follows:
Testing
Created Tizen application package with
connectedhomeip/chip-build-tizen
docker image.