From 40a7183f3b4aa32379aa8b4949f5f9c5e32f79f6 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 17 May 2017 11:28:57 +0200 Subject: Add SDKs support. Don't allow to install SDKs through XDS for now. Only probe existing SDKs that have been manually installed using scripts/agl/install-agl-sdks.sh. Signed-off-by: Sebastien Douheret --- lib/apiv1/make.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/apiv1') diff --git a/lib/apiv1/make.go b/lib/apiv1/make.go index 0f7561f..1e6d937 100644 --- a/lib/apiv1/make.go +++ b/lib/apiv1/make.go @@ -138,6 +138,10 @@ func (s *APIService) buildMake(c *gin.Context) { cmdID := makeCommandID makeCommandID++ + /* SEB TODO . /opt/poky-agl/3.90.0+snapshot/environment-setup-aarch64-agl-linux + env := os.Environ() + */ + s.log.Debugf("Execute [Cmd ID %d]: %v", cmdID, cmd) err := common.ExecPipeWs(cmd, sop, sess.ID, cmdID, execTmo, s.log, oCB, eCB) if err != nil { -- cgit 1.2.3-korg