[yocto] go toolchain

2016-06-24 Thread Sridhar Pitchai
Hi,does someone have good go meta layer. I have experimented with meta-go and meta-golang, not able to make it work it. meta-go : bootstrap 1.4 works but the native go 1.5.3 not working. meta-golang: i am not able to make it work even with qemu x86. any suggestion appreciated. Thanks,Sridhar

[yocto] meta-go

2016-06-21 Thread Sridhar Pitchai
Hi,I am trying to write a recipe to compile a go program. i am using meta-go for go compiler.  getting the following error " # runtime/cgo| ../../../../../../../../../sysroots/x86_64-linux/usr/lib/x86_64-openswitch-linux/go/src/runtime/cgo/cgo.go:54:19: fatal error: errno.h: No such file or

Re: [yocto] native tool is not installed before it is used

2016-02-12 Thread Sridhar Pitchai
it gives the impression we are using proto-c-native before proto-c-native is installed. how does the dependencies are ordered? thanks,Sridhar Pitchai From: ross.bur...@intel.com Date: Fri, 12 Feb 2016 10:35:10 + Subject: Re: [yocto] native tool is not installed before it is used To: sridhar.pitc...@o

[yocto] native tool is not installed before it is used

2016-02-11 Thread Sridhar Pitchai
{${STAGING_BINDIR_NATIVE}/protoc-c --proto_path=${S}/common/pbuf --c_out=${S}/common/pbuf/autogen-c ${S}/common/pbuf/*.proto} addtask do_autogen after do_configure before do_compile thanks,Sridhar Pitchai-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] error: code model kernel does not support PIC mode

2016-02-03 Thread Sridhar Pitchai
rom: raj.k...@gmail.com Date: Wed, 3 Feb 2016 17:30:38 -0800 CC: yocto@yoctoproject.org To: sridhar.pitc...@outlook.com On Feb 3, 2016, at 5:24 PM, Sridhar Pitchai <sridhar.pitc...@outlook.com> wrote:Hi,I trying to write a simple recipe which will be building some static libraries. the makefil

[yocto] error: code model kernel does not support PIC mode

2016-02-03 Thread Sridhar Pitchai
uot;PROVIDES = "pi-swos-bcm-sdk" # BCM SDK inconsistant with parallel makePARALLEL_MAKE = "" FILESEXTRAPATHS_prepend = "${THISDIR}:"SRC_URI = "file://6.4.8/sdk.tar.gz \" MAKEFLAGS_append = " -fPIC "do_compile() {oe_runmake -C ${WORKDIR}/s

Re: [yocto] error: code model kernel does not support PIC mode

2016-02-03 Thread Sridhar Pitchai
To: sridhar.pitc...@outlook.com talk to folks whoever is providing you that SDK On Feb 3, 2016, at 5:37 PM, Sridhar Pitchai <sridhar.pitc...@outlook.com> wrote:Sure, i will get rid of it. But i get the same error without it as well. I added it to see if this can help get the compile t