FW: cannot bitbake/build.compile tcf-agent for use with fsl-image-gui-sdk
Thanassis Silis <djnass_18@...>
From: djnass_18@... To: jessica.zhang@... Subject: RE: [yocto] cannot bitbake/build.compile tcf-agent for use with fsl-image-gui-sdk Date: Thu, 20 Jun 2013 17:48:14 +0000 Hi jessica, I will try with SSH too, but for now it seems there are some bugs with "packages_deb " being the primary packaging scheme. so apart from adding IMAGE_INSTALL_append = " tcf-agent" moving "packages_rpm" to be the primary scheme ended up succeeding in making an image that had tcf-agent included. Thank you for your help. I will post back when I generate an image with openssh (I have dropbear enabled ATM). From: jessica.zhang@... To: djnass_18@...; meta-freescale@...; yocto@... Subject: RE: [yocto] cannot bitbake/build.compile tcf-agent for use with fsl-image-gui-sdk Date: Wed, 19 Jun 2013 16:25:03 +0000 Hi Thanassis,
I don’t know why tcf-agent is not included in your sdk image. But you also can use ssh to create a rse remote connection that allows you to do remote interaction. When you create remote connection, instead of choosing tcf, use ssh. You’ll need openssh in your target image for this to work.
Cheers, Jessica
From: yocto-bounces@... [mailto:yocto-bounces@...]
On Behalf Of Thanassis Silis
Sent: Tuesday, June 18, 2013 6:56 AM To: meta-freescale@...; yocto@... Subject: [yocto] cannot bitbake/build.compile tcf-agent for use with fsl-image-gui-sdk
Hello everyone, bitbake fsl-image-gui-sdk
| Reading package lists...
bitbake fsl-image-gui-sdk -c compile tcf-agent
ERROR: Task do_deploy does not exist for target fsl-image-gui-sdk Then I tried compiling it manually using this info
http://www.yoctoproject.org/docs/current/adt-manual/adt-manual.html#getting-the-images , by sourcing my toolchain from /opt/poky/1.4.1/env* file, and then arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/opt/poky/1.4.1/sysroots/armv7a-vfp-neon-poky-linux-gnueabi
-O2 -pipe -g -feliminate-unused-debug-types -g -D_FILE_OFFSET_BITS=64 -Wall -Wmissing-prototypes -I./. -I./system/GNU/Linux -I./machine/arm -o obj/GNU/Linux/arm/Debug/tcf/framework/channel_tcp.o -c tcf/framework/channel_tcp.c |
|