Skip to content

Docker: Build the needed binaries from esp-idf#20

Merged
xiaoxiang781216 merged 1 commit into
apache:masterfrom
btashton:docker
Mar 28, 2020
Merged

Docker: Build the needed binaries from esp-idf#20
xiaoxiang781216 merged 1 commit into
apache:masterfrom
btashton:docker

Conversation

@btashton

Copy link
Copy Markdown
Contributor

The bootloader and partition-table blobs are now built as part of the CI image and placed here /tools/blobs/esp32core/ The thought is any other binary blobs that we might need for other testing can also be placed here, for example the Broadcom WIFI firmware.

There is an example CI run using this here showing everything passing include the xtensa builds: https://github.com/btashton/incubator-nuttx/runs/526365535?check_suite_focus=true

@btashton

Copy link
Copy Markdown
Contributor Author

@liuguo09 if you could take a look when you get a chance that would be great.

Comment thread testlist/xtensa.dat Outdated
@@ -0,0 +1 @@
/xtensa

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move /xtensa into mips-riscv-x86.dat to save one job build in github action CI.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have created a copy of it as mips-riscv-v86-xtensa.dat but I did not delete the old mips-riscv-x86.dat file because doing so would break the current CI builds. One this is all updated we can removed the unused one.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, let's remove it later.

@liuguo09

Copy link
Copy Markdown
Contributor

Maybe esp-idf binaries should also come into cibuild.sh -i setup tools.

@xiaoxiang781216 xiaoxiang781216 merged commit 4198808 into apache:master Mar 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants