-
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
Add Docker image for NXP imx platform #13245
Conversation
e2920f6
to
a3e4736
Compare
PR #13245: Size comparison from fd218ae to a3e4736 Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
a26d7dc
to
1c93f40
Compare
PR #13245: Size comparison from fd218ae to 1c93f40 Full report (19 builds for efr32, k32w, linux, mbed, p6, qpg, telink)
|
1c93f40
to
7a37ff8
Compare
PR #13245: Size comparison from fd218ae to 7a37ff8 Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
7a37ff8
to
7d3671d
Compare
PR #13245: Size comparison from 628d7ba to 7d3671d Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Thanks for your comments. |
7d3671d
to
6a4eb34
Compare
PR #13245: Size comparison from 150c479 to 6a4eb34 Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
6a4eb34
to
678a1e1
Compare
PR #13245: Size comparison from 914ba3e to 678a1e1 Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
678a1e1
to
be6367f
Compare
PR #13245: Size comparison from 59a61a3 to be6367f Full report (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
be6367f
to
b382ea6
Compare
PR #13245: Size comparison from bb2838f to b382ea6 Full report (33 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
NXP i.MX platform Docker image build supported by this change. Signed-off-by: Haoran Wang <elven.wang@nxp.com>
Co-authored-by: Victor Morales <chipahuac@hotmail.com>
Signed-off-by: Haoran.Wang <elven.wang@nxp.com>
Signed-off-by: Haoran.Wang <elven.wang@nxp.com>
fast track: platform specific change. |
* Add Docker image for NXP imx platform NXP i.MX platform Docker image build supported by this change. Signed-off-by: Haoran Wang <elven.wang@nxp.com> * Update integrations/docker/images/chip-build-imx/Dockerfile Co-authored-by: Victor Morales <chipahuac@hotmail.com> * Update Dockerfile Signed-off-by: Haoran.Wang <elven.wang@nxp.com> * Add NXP imx Docker image support for vscode image Signed-off-by: Haoran.Wang <elven.wang@nxp.com> Co-authored-by: Victor Morales <chipahuac@hotmail.com>
NXP i.MX platform Docker image build supported by this change.
Signed-off-by: Haoran Wang elven.wang@nxp.com
Problem
There is no Docker image for imx platform which have SDK integrated.
To enable the CI and VSCode Docker image support, so added the Dockerfile to support imx platform.