summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/go.py
Commit message (Collapse)AuthorAgeFilesLines
* goarch: Move Go architecture mapping to a libraryJoshua Watt2023-10-191-0/+34
Other spaces uses the Go architecture definitions as their own (for example, container arches are defined to be Go arches). To make it easier for other places to use this mapping, move the code that does the translation of OpenEmbedded arches to Go arches to a library. (From OE-Core rev: 3e86f72fc2e1cc2e5ea4b4499722d736941167ce) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>