From 62466a75a95e2b2b936ea70920853d46b1f6ba70 Mon Sep 17 00:00:00 2001 From: Chandana kalluri Date: Wed, 8 Apr 2020 09:52:41 -0700 Subject: go-build_git.bb: go-build: set GO_PARALLEL_BUILD to default value Set GO_PARALLEL_BUILD to default to prevent the following error: failed to create new OS thread (have 13 already; errno=11) runtime: may need to increase max user processes (ulimit -u) fatal error: newosproc Signed-off-by: Sai Hari Chandana Kalluri Signed-off-by: Bruce Ashfield Signed-off-by: Bruce Ashfield --- recipes-devtools/go/go-build_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/go/go-build_git.bb b/recipes-devtools/go/go-build_git.bb index f94a7225..e057b6d7 100644 --- a/recipes-devtools/go/go-build_git.bb +++ b/recipes-devtools/go/go-build_git.bb @@ -20,6 +20,7 @@ PV = "0.1-git${SRCREV_runx}" inherit features_check REQUIRED_DISTRO_FEATURES = "vmsep" +GO_PARALLEL_BUILD ?= "${@oe.utils.parallel_make_argument(d, '-p %d')}" inherit pkgconfig -- cgit v1.2.3-54-g00ecf