Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | oci-image-tools: use GO flags/compiler from recipe | Bruce Ashfield | 2019-10-15 | 1 | -0/+31 |
The image tools were not building with the oe/cross GO compiler and flags. As such, you could end up with a binary on target with the wong elf interpreter (the host one). With this, we properly use the settings from our build. We also bump the SRCREV to pickup a few minor fixes to the package. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |