ms-iot / imx-iotcore

Windows 10 IoT Core BSP for NXP i.MX Processors
MIT License
64 stars 42 forks source link

EDK2 build failure due to Tianocore/EDK2 refactor #74

Closed christopherco closed 5 years ago

christopherco commented 5 years ago

Recently tianocore moved LibC and AppPkg off to a different repo called edk2-libc. We build test applications in our edk2-platforms and since these packages are now missing, our edk2 build fails. To fix, we will need to update the applications with pointers to the new repo location and possibly split out the applications from the firmware implementation.

As a temporary workaround for this issue, please set your edk2 repo to the edk2-stable201903 tag- https://github.com/tianocore/edk2/tree/edk2-stable201903

For context on the refactor, see https://github.com/tianocore/edk2/commit/964f432b9b0afe103c41c7613fade3e699118afe

christopherco commented 5 years ago

Pulled in the edk2-libc repo as a fix now. I'm also planning to remove Stdlib references from the platforms code as a whole, but that work will take some time since we do have StdLib header dependencies.