Skip to content

Commit

Permalink
simpleiot: Disable CGO on x86_64
Browse files Browse the repository at this point in the history
Fixes Issue #76

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Jun 26, 2020
1 parent 7c95a91 commit 1c31895
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes-siot/simpleiot/simpleiot_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ S = "${WORKDIR}/git"

GOPATH = "${TMPDIR}/work-shared/go"

CGO_ENABLED_x86-64 = "0"
export CGO_ENABLED

INITSCRIPT_NAME = "siot"
INITSCRIPT_PARAMS = "start 99 5 . stop 20 6 ."

Expand Down

0 comments on commit 1c31895

Please sign in to comment.