Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | yq: export GO111MODULE=off | Bruce Ashfield | 2021-03-01 | 1 | -0/+1 |
| | | | | | | | | | | With the latest go version bump in oe-core export GO111MODULE is on by default. Our build is not setup to use go modules, so we disable it and avoid configuration errors: no required module provides package ... : working directory is not part of a module Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | devtoos: introduce 'yq' | Bruce Ashfield | 2020-10-08 | 1 | -0/+52 |
yq is used by some builds to do command line parsing of yaml config files. We introduce the recipe/package and all of its dependencies. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |