aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/yq
AgeCommit message (Collapse)Author
2021-03-01yq: export GO111MODULE=offBruce Ashfield
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>
2020-10-08devtoos: introduce 'yq'Bruce Ashfield
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>