Skip to content
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] Explicitly set chmod for Docker copied file #18031

Merged
merged 3 commits into from
May 6, 2022

Conversation

arkq
Copy link
Contributor

@arkq arkq commented May 4, 2022

Problem

Without the explicit chmod the secret-tool might inherit incorrect permission bits from the build context - it might not be executable or might be inaccessible by non-root users (the latest image https://hub.docker.com/r/connectedhomeip/chip-build-tizen/tags has incorrect mode for this file - inaccessible by other users).

Change overview

  • explicit chmod in Dockerfile after COPY
  • fix RPM snapshots download (bug introduced in bfb4af1)

Testing

Tested locally if modifications of chmod in git (build context) will not affect Docker image.

Without the explicit chmod the secret-tool might inherit incorrect
permission bits from the build context - it might not be executable
or might be inaccessible by non-root users.

This commit also fixes RPM download from snapshots repository. Bug
introduced in bfb4af1.
@arkq arkq force-pushed the tizen-studio-cli-fix branch from 534eb64 to c5a4710 Compare May 4, 2022 07:33
@github-actions
Copy link

github-actions bot commented May 4, 2022

PR #18031: Size comparison from 0a9e871 to c5a4710

Full report (10 builds for cyw30739, k32w, linux, mbed, nrfconnect, telink)
platform target config section 0a9e871 c5a4710 change % change
cyw30739 light cyw930739m2evb_01 (read/write) 626434 626434 0 0.0
.app_xip_area 528936 528936 0 0.0
.bss 80140 80140 0 0.0
.data 708 708 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 625154 625154 0 0.0
.app_xip_area 529112 529112 0 0.0
.bss 78716 78716 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 574254 574254 0 0.0
.app_xip_area 468592 468592 0 0.0
.bss 88040 88040 0 0.0
.data 584 584 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w light k32w061+release (read/write) 684260 684260 0 0.0
.bss 81336 81336 0 0.0
.data 2020 2020 0 0.0
.text 599200 599200 0 0.0
lock k32w061+release (read/write) 729108 729108 0 0.0
.bss 81768 81768 0 0.0
.data 1980 1980 0 0.0
.text 643656 643656 0 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 8817700 8817700 0 0.0
(read/write) 642641 642641 0 0.0
.bss 40913 40913 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 581752 581752 0 0.0
.dynamic 560 560 0 0.0
.got 14960 14960 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 431460 431460 0 0.0
.text 6927732 6927732 0 0.0
thermostat-no-ble arm64 (read only) 2361540 2361540 0 0.0
(read/write) 174689 174689 0 0.0
.bss 86289 86289 0 0.0
.data 1520 1520 0 0.0
.data.rel.ro 79088 79088 0 0.0
.dynamic 560 560 0 0.0
.got 4752 4752 0 0.0
.init 24 24 0 0.0
.init_array 376 376 0 0.0
.rodata 145940 145940 0 0.0
.text 1986304 1986304 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2418204 2418204 0 0.0
.bss 205908 205908 0 0.0
.data 5872 5872 0 0.0
.text 1380804 1380804 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1177715 1177715 0 0.0
bss 139624 139624 0 0.0
rodata 150820 150820 0 0.0
text 808636 808636 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 804536 804536 0 0.0
bss 72260 72260 0 0.0
noinit 40416 40416 0 0.0
text 571294 571294 0 0.0

@github-actions
Copy link

github-actions bot commented May 4, 2022

PR #18031: Size comparison from 0a9e871 to eaadfb5

Full report (34 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 0a9e871 eaadfb5 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 689155 689155 0 0.0
(read/write) 163132 163132 0 0.0
.bss 75268 75268 0 0.0
.data 3412 3412 0 0.0
.rodata 102371 102371 0 0.0
.text 586300 586300 0 0.0
lock-ftd LP_CC2652R7 (read only) 677047 677047 0 0.0
(read/write) 166496 166496 0 0.0
.bss 73580 73580 0 0.0
.data 3236 3236 0 0.0
.rodata 94439 94439 0 0.0
.text 582128 582128 0 0.0
lock-mtd LP_CC2652R7 (read only) 625799 625799 0 0.0
(read/write) 146396 146396 0 0.0
.bss 69300 69300 0 0.0
.data 3236 3236 0 0.0
.rodata 94327 94327 0 0.0
.text 530984 530984 0 0.0
pump-app LP_CC2652R7 (read only) 661567 661567 0 0.0
(read/write) 183216 183216 0 0.0
.bss 73796 73796 0 0.0
.data 3268 3268 0 0.0
.rodata 80479 80479 0 0.0
.text 580604 580604 0 0.0
pump-controller-app LP_CC2652R7 (read only) 654491 654491 0 0.0
(read/write) 190092 190092 0 0.0
.bss 73852 73852 0 0.0
.data 3232 3232 0 0.0
.rodata 83435 83435 0 0.0
.text 570572 570572 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 626434 626434 0 0.0
.app_xip_area 528936 528936 0 0.0
.bss 80140 80140 0 0.0
.data 708 708 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 625154 625154 0 0.0
.app_xip_area 529112 529112 0 0.0
.bss 78716 78716 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 574254 574254 0 0.0
.app_xip_area 468592 468592 0 0.0
.bss 88040 88040 0 0.0
.data 584 584 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 908648 908648 0 0.0
(read/write) 134608 134608 0 0.0
.bss 132544 132544 0 0.0
.data 2064 2064 0 0.0
.text 908640 908640 0 0.0
BRD4161A+rpc (read only) 943008 943008 0 0.0
(read/write) 151296 151296 0 0.0
.bss 149024 149024 0 0.0
.data 2268 2268 0 0.0
.text 943000 943000 0 0.0
BRD4161A+rs911x (read only) 746868 746868 0 0.0
(read/write) 128788 128788 0 0.0
.bss 126796 126796 0 0.0
.data 1992 1992 0 0.0
.text 746860 746860 0 0.0
lock-app BRD4161A+wf200 (read only) 916596 916596 0 0.0
(read/write) 127576 127576 0 0.0
.bss 125628 125628 0 0.0
.data 1948 1948 0 0.0
.text 916588 916588 0 0.0
window-app BRD4161A (read only) 845912 845912 0 0.0
(read/write) 132696 132696 0 0.0
.bss 130720 130720 0 0.0
.data 1976 1976 0 0.0
.text 845904 845904 0 0.0
esp32 all-clusters-app c3devkit (read only) 999734 999734 0 0.0
(read/write) 1474570 1474570 0 0.0
.dram0.bss 68408 68408 0 0.0
.dram0.data 14444 14444 0 0.0
.flash.rodata 207264 207264 0 0.0
.flash.text 999734 999734 0 0.0
.iram0.text 62020 62020 0 0.0
m5stack (read only) 1054927 1054927 0 0.0
(read/write) 476984 476984 0 0.0
.dram0.bss 73928 73928 0 0.0
.dram0.data 34184 34184 0 0.0
.flash.rodata 237036 237036 0 0.0
.flash.text 1049543 1049543 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 684260 684260 0 0.0
.bss 81336 81336 0 0.0
.data 2020 2020 0 0.0
.text 599200 599200 0 0.0
lock k32w061+release (read/write) 729108 729108 0 0.0
.bss 81768 81768 0 0.0
.data 1980 1980 0 0.0
.text 643656 643656 0 0.0
linux all-clusters-app debug (read only) 2730817 2730817 0 0.0
(read/write) 173272 173272 0 0.0
.bss 83360 83360 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 81736 81736 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 1008 1008 0 0.0
.rodata 235397 235397 0 0.0
.text 2320674 2320674 0 0.0
bridge-app debug+rpc (read only) 1885881 1885881 0 0.0
(read/write) 120600 120600 0 0.0
.bss 71360 71360 0 0.0
.data 3488 3488 0 0.0
.data.rel.ro 40408 40408 0 0.0
.dynamic 592 592 0 0.0
.got 4032 4032 0 0.0
.init 27 27 0 0.0
.init_array 688 688 0 0.0
.rodata 160641 160641 0 0.0
.text 1602722 1602722 0 0.0
chip-tool debug (read only) 8977653 8977653 0 0.0
(read/write) 576464 576464 0 0.0
.bss 22592 22592 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 546472 546472 0 0.0
.dynamic 624 624 0 0.0
.got 4952 4952 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 463733 463733 0 0.0
.text 7190773 7190773 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 8817700 8817700 0 0.0
(read/write) 642641 642641 0 0.0
.bss 40913 40913 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 581752 581752 0 0.0
.dynamic 560 560 0 0.0
.got 14960 14960 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 431460 431460 0 0.0
.text 6927732 6927732 0 0.0
lighting-app debug+rpc (read only) 2320289 2320289 0 0.0
(read/write) 151520 151520 0 0.0
.bss 73408 73408 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 70328 70328 0 0.0
.dynamic 608 608 0 0.0
.got 4320 4320 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 184841 184841 0 0.0
.text 1969074 1969074 0 0.0
lock-app debug (read only) 2226489 2226489 0 0.0
(read/write) 146104 146104 0 0.0
.bss 72032 72032 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 66840 66840 0 0.0
.dynamic 592 592 0 0.0
.got 4312 4312 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 194577 194577 0 0.0
.text 1871890 1871890 0 0.0
ota-provider-app debug (read only) 2055129 2055129 0 0.0
(read/write) 139120 139120 0 0.0
.bss 71424 71424 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 60184 60184 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 175323 175323 0 0.0
.text 1722562 1722562 0 0.0
ota-requestor-app debug (read only) 2086201 2086201 0 0.0
(read/write) 141960 141960 0 0.0
.bss 72064 72064 0 0.0
.data 1992 1992 0 0.0
.data.rel.ro 62264 62264 0 0.0
.dynamic 592 592 0 0.0
.got 4320 4320 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 171596 171596 0 0.0
.text 1755874 1755874 0 0.0
shell debug (read only) 2555857 2555857 0 0.0
(read/write) 197200 197200 0 0.0
.bss 114088 114088 0 0.0
.data 1376 1376 0 0.0
.data.rel.ro 76008 76008 0 0.0
.dynamic 592 592 0 0.0
.got 4184 4184 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 216914 216914 0 0.0
.text 2177298 2177298 0 0.0
thermostat-no-ble arm64 (read only) 2361540 2361540 0 0.0
(read/write) 174689 174689 0 0.0
.bss 86289 86289 0 0.0
.data 1520 1520 0 0.0
.data.rel.ro 79088 79088 0 0.0
.dynamic 560 560 0 0.0
.got 4752 4752 0 0.0
.init 24 24 0 0.0
.init_array 376 376 0 0.0
.rodata 145940 145940 0 0.0
.text 1986304 1986304 0 0.0
tv-app debug (read only) 2842473 2842473 0 0.0
(read/write) 276800 276800 0 0.0
.bss 189272 189272 0 0.0
.data 4672 4672 0 0.0
.data.rel.ro 76624 76624 0 0.0
.dynamic 592 592 0 0.0
.got 4696 4696 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 217483 217483 0 0.0
.text 2442674 2442674 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2418204 2418204 0 0.0
.bss 205908 205908 0 0.0
.data 5872 5872 0 0.0
.text 1380804 1380804 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1177715 1177715 0 0.0
bss 139624 139624 0 0.0
rodata 150820 150820 0 0.0
text 808636 808636 0 0.0
p6 all-clusters-app default (read/write) 2528896 2528896 0 0.0
.bss 139272 139272 0 0.0
.data 2808 2808 0 0.0
.text 1487160 1487160 0 0.0
light-app default (read/write) 2419488 2419488 0 0.0
.bss 132736 132736 0 0.0
.data 2608 2608 0 0.0
.text 1377752 1377752 0 0.0
lock-app default (read/write) 2428784 2428784 0 0.0
.bss 132560 132560 0 0.0
.data 2568 2568 0 0.0
.text 1387048 1387048 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 804536 804536 0 0.0
bss 72260 72260 0 0.0
noinit 40416 40416 0 0.0
text 571294 571294 0 0.0

@github-actions
Copy link

github-actions bot commented May 4, 2022

PR #18031: Size comparison from 0a9e871 to 3e88f42

Full report (34 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 0a9e871 3e88f42 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 689155 689155 0 0.0
(read/write) 163132 163132 0 0.0
.bss 75268 75268 0 0.0
.data 3412 3412 0 0.0
.rodata 102371 102371 0 0.0
.text 586300 586300 0 0.0
lock-ftd LP_CC2652R7 (read only) 677047 677047 0 0.0
(read/write) 166496 166496 0 0.0
.bss 73580 73580 0 0.0
.data 3236 3236 0 0.0
.rodata 94439 94439 0 0.0
.text 582128 582128 0 0.0
lock-mtd LP_CC2652R7 (read only) 625799 625799 0 0.0
(read/write) 146396 146396 0 0.0
.bss 69300 69300 0 0.0
.data 3236 3236 0 0.0
.rodata 94327 94327 0 0.0
.text 530984 530984 0 0.0
pump-app LP_CC2652R7 (read only) 661567 661567 0 0.0
(read/write) 183216 183216 0 0.0
.bss 73796 73796 0 0.0
.data 3268 3268 0 0.0
.rodata 80479 80479 0 0.0
.text 580604 580604 0 0.0
pump-controller-app LP_CC2652R7 (read only) 654491 654491 0 0.0
(read/write) 190092 190092 0 0.0
.bss 73852 73852 0 0.0
.data 3232 3232 0 0.0
.rodata 83435 83435 0 0.0
.text 570572 570572 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 626434 626434 0 0.0
.app_xip_area 528936 528936 0 0.0
.bss 80140 80140 0 0.0
.data 708 708 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
lock cyw930739m2evb_01 (read/write) 625154 625154 0 0.0
.app_xip_area 529112 529112 0 0.0
.bss 78716 78716 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 0 0 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 574254 574254 0 0.0
.app_xip_area 468592 468592 0 0.0
.bss 88040 88040 0 0.0
.data 584 584 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 908648 908648 0 0.0
(read/write) 134608 134608 0 0.0
.bss 132544 132544 0 0.0
.data 2064 2064 0 0.0
.text 908640 908640 0 0.0
BRD4161A+rpc (read only) 943008 943008 0 0.0
(read/write) 151296 151296 0 0.0
.bss 149024 149024 0 0.0
.data 2268 2268 0 0.0
.text 943000 943000 0 0.0
BRD4161A+rs911x (read only) 746868 746868 0 0.0
(read/write) 128788 128788 0 0.0
.bss 126796 126796 0 0.0
.data 1992 1992 0 0.0
.text 746860 746860 0 0.0
lock-app BRD4161A+wf200 (read only) 916596 916596 0 0.0
(read/write) 127576 127576 0 0.0
.bss 125628 125628 0 0.0
.data 1948 1948 0 0.0
.text 916588 916588 0 0.0
window-app BRD4161A (read only) 845912 845912 0 0.0
(read/write) 132696 132696 0 0.0
.bss 130720 130720 0 0.0
.data 1976 1976 0 0.0
.text 845904 845904 0 0.0
esp32 all-clusters-app c3devkit (read only) 999734 999734 0 0.0
(read/write) 1474570 1474570 0 0.0
.dram0.bss 68408 68408 0 0.0
.dram0.data 14444 14444 0 0.0
.flash.rodata 207264 207264 0 0.0
.flash.text 999734 999734 0 0.0
.iram0.text 62020 62020 0 0.0
m5stack (read only) 1054927 1054927 0 0.0
(read/write) 476984 476984 0 0.0
.dram0.bss 73928 73928 0 0.0
.dram0.data 34184 34184 0 0.0
.flash.rodata 237036 237036 0 0.0
.flash.text 1049543 1049543 0 0.0
.iram0.text 123107 123107 0 0.0
k32w light k32w061+release (read/write) 684260 684260 0 0.0
.bss 81336 81336 0 0.0
.data 2020 2020 0 0.0
.text 599200 599200 0 0.0
lock k32w061+release (read/write) 729108 729108 0 0.0
.bss 81768 81768 0 0.0
.data 1980 1980 0 0.0
.text 643656 643656 0 0.0
linux all-clusters-app debug (read only) 2730817 2730817 0 0.0
(read/write) 173272 173272 0 0.0
.bss 83360 83360 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 81736 81736 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 1008 1008 0 0.0
.rodata 235397 235397 0 0.0
.text 2320674 2320674 0 0.0
bridge-app debug+rpc (read only) 1885881 1885881 0 0.0
(read/write) 120600 120600 0 0.0
.bss 71360 71360 0 0.0
.data 3488 3488 0 0.0
.data.rel.ro 40408 40408 0 0.0
.dynamic 592 592 0 0.0
.got 4032 4032 0 0.0
.init 27 27 0 0.0
.init_array 688 688 0 0.0
.rodata 160641 160641 0 0.0
.text 1602722 1602722 0 0.0
chip-tool debug (read only) 8977653 8977653 0 0.0
(read/write) 576464 576464 0 0.0
.bss 22592 22592 0 0.0
.data 1136 1136 0 0.0
.data.rel.ro 546472 546472 0 0.0
.dynamic 624 624 0 0.0
.got 4952 4952 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 463733 463733 0 0.0
.text 7190773 7190773 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 8817700 8817700 0 0.0
(read/write) 642641 642641 0 0.0
.bss 40913 40913 0 0.0
.data 1192 1192 0 0.0
.data.rel.ro 581752 581752 0 0.0
.dynamic 560 560 0 0.0
.got 14960 14960 0 0.0
.init 24 24 0 0.0
.init_array 184 184 0 0.0
.rodata 431460 431460 0 0.0
.text 6927732 6927732 0 0.0
lighting-app debug+rpc (read only) 2320289 2320289 0 0.0
(read/write) 151520 151520 0 0.0
.bss 73408 73408 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 70328 70328 0 0.0
.dynamic 608 608 0 0.0
.got 4320 4320 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 184841 184841 0 0.0
.text 1969074 1969074 0 0.0
lock-app debug (read only) 2226489 2226489 0 0.0
(read/write) 146104 146104 0 0.0
.bss 72032 72032 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 66840 66840 0 0.0
.dynamic 592 592 0 0.0
.got 4312 4312 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 194577 194577 0 0.0
.text 1871890 1871890 0 0.0
ota-provider-app debug (read only) 2055129 2055129 0 0.0
(read/write) 139120 139120 0 0.0
.bss 71424 71424 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 60184 60184 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 175323 175323 0 0.0
.text 1722562 1722562 0 0.0
ota-requestor-app debug (read only) 2086201 2086201 0 0.0
(read/write) 141960 141960 0 0.0
.bss 72064 72064 0 0.0
.data 1992 1992 0 0.0
.data.rel.ro 62264 62264 0 0.0
.dynamic 592 592 0 0.0
.got 4320 4320 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 171596 171596 0 0.0
.text 1755874 1755874 0 0.0
shell debug (read only) 2555857 2555857 0 0.0
(read/write) 197200 197200 0 0.0
.bss 114088 114088 0 0.0
.data 1376 1376 0 0.0
.data.rel.ro 76008 76008 0 0.0
.dynamic 592 592 0 0.0
.got 4184 4184 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 216914 216914 0 0.0
.text 2177298 2177298 0 0.0
thermostat-no-ble arm64 (read only) 2361540 2361540 0 0.0
(read/write) 174689 174689 0 0.0
.bss 86289 86289 0 0.0
.data 1520 1520 0 0.0
.data.rel.ro 79088 79088 0 0.0
.dynamic 560 560 0 0.0
.got 4752 4752 0 0.0
.init 24 24 0 0.0
.init_array 376 376 0 0.0
.rodata 145940 145940 0 0.0
.text 1986304 1986304 0 0.0
tv-app debug (read only) 2842473 2842473 0 0.0
(read/write) 276800 276800 0 0.0
.bss 189272 189272 0 0.0
.data 4672 4672 0 0.0
.data.rel.ro 76624 76624 0 0.0
.dynamic 592 592 0 0.0
.got 4696 4696 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 217483 217483 0 0.0
.text 2442674 2442674 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2418204 2418204 0 0.0
.bss 205908 205908 0 0.0
.data 5872 5872 0 0.0
.text 1380804 1380804 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1177715 1177715 0 0.0
bss 139624 139624 0 0.0
rodata 150820 150820 0 0.0
text 808636 808636 0 0.0
p6 all-clusters-app default (read/write) 2528896 2528896 0 0.0
.bss 139272 139272 0 0.0
.data 2808 2808 0 0.0
.text 1487160 1487160 0 0.0
light-app default (read/write) 2419488 2419488 0 0.0
.bss 132736 132736 0 0.0
.data 2608 2608 0 0.0
.text 1377752 1377752 0 0.0
lock-app default (read/write) 2428784 2428784 0 0.0
.bss 132560 132560 0 0.0
.data 2568 2568 0 0.0
.text 1387048 1387048 0 0.0
telink lighting-app tlsr9518adk80d (read/write) 804536 804536 0 0.0
bss 72260 72260 0 0.0
noinit 40416 40416 0 0.0
text 571294 571294 0 0.0

@arkq arkq merged commit 42bd156 into project-chip:master May 6, 2022
@arkq arkq deleted the tizen-studio-cli-fix branch May 17, 2022 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants