The ARM and the MIPS32 cross-compilation jobs in .vsts-ci.yml will always target the main branch,
ignoring the branch a given PR is based on and letting potential issues sip through.
This change fixes the ARM and MIPS32 jobs so they run against whatever branch the pipeline is running
against.
* Update Raspberry Pi dockerfile toolchain link
Update old invalid toolchain link to newer, working link.
* Delete SDK_cross_compile_example.md
The steps in this doc are no longer valid. Cross compilation for raspberry pi can be done via our sample dockerbuilds.
* Update docker file link for toolchain
The old link might break if latest gets updated. So linking straight to the binaries.
* Update Dockerfile
Change link to most recent, stable version of toolchain binaries.
* Update readme.md
Remove dead links to deleted file (Cross compilation example).
* add bzip2
* added bzip2
* Update Dockerfile
* add Cross Compile (MIPS32) tot pipeline
* test fail case
* update openwrt mips toolchain
* xz-utils
* update env
* remove temp
* newline
* Add dockerfile for cross compiling C SDK with ARM
* Add file to test cross compiling app with ARM
* Update yaml file for ARM compilation
* Update yaml file for cross compilation
* Fix spelling error
* Add sudo command to build/.vsts-ci.yml
Co-authored-by: Eric Wolz <ericwol@microsoft.com>
* Add sudo to apt-get for mips compilation
* Add toolchain prefix
* Update Dockerfile
* Add command for cc of docker adjunct file
* modifications to jose's PR (#2367)
* add updates
* update command
* one more
* reset cmake
* updates
* updates
* Change user to root
So as not to get permission errors when creating files in the cmake install command.
* Update .vsts-ci.yml
Change into correct directory
* Update .vsts-ci.yml
Add cross compiling of myapp for MIPS
* Update ARM/MIPS dockerfile and adjunct
* Update Docker SDK Cross Compile documentation
Include updates for new ARM sample.
* Update broken link
Update broken link to gcc toolchain binaries to the proper, working link
Co-authored-by: Eric Wolz <ericwol@microsoft.com>
Co-authored-by: Dane Walton <dane.walton@microsoft.com>
* Add dockerfile samples
* Update Cross Compile doc and add samples
* Fix a couple of typos
* Fix typo and reword slightly
* symlink to sample file instead of using a copy
* Use symlink to sample code rather than copy it
* Remove symlink - does not work
* Back out symlink change - it doesn't work
* Create minimal sample for app build target