[yocto] Adding nativesdk package to toolchain

2014-10-14 Thread Navani Srivastava
package nativesdk-qjson. Attached is the recipe for nativesdk package. How can I make it work? Thanks Navani nativesdk-qjson_0.8.1.bb Description: Binary data -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo

Re: [yocto] Integration of custom recipe with SDK

2014-10-08 Thread Navani Srivastava
and have faced the same issue in SDK as mentioned in the link. Regards Navani On Fri, Sep 26, 2014 at 8:53 AM, Khem Raj raj.k...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/24/14 5:01 AM, Navani Srivastava wrote: Removing integration of meta-toolchain-qte from my

[yocto] Factors responsible for decision of package deployment path

2014-10-07 Thread Navani Srivastava
into machine path like /opt/poky/1.3.2/sysroots/i686-pokysdk-linux/. Expected behavior is to get them in target folder path like /opt/poky/1.3.2/sysroots/armv6-vfp-poky-linux-gnueabi/.. Any help would be great!! Thanks Navani -- ___ yocto mailing list

Re: [yocto] Integration of custom recipe with SDK

2014-09-24 Thread Navani Srivastava
Yes.. i did... On 24 Sep 2014 12:56, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 24 September 2014 10:26:41 Navani Srivastava wrote: I corrected FILES_${PN} and added following in my image recipe- QTNAME = qte QT_DIR_NAME = qtopia require recipes-qt/meta/meta

Re: [yocto] Integration of custom recipe with SDK

2014-09-23 Thread Navani Srivastava
rootfs contains qjson libraries but sdk doesn't integrate anything. On Tue, Sep 23, 2014 at 11:24 AM, Khem Raj raj.k...@gmail.com wrote: On Mon, Sep 22, 2014 at 9:26 PM, Navani Srivastava navani.srivast...@gmail.com wrote: Please find the recipe attached herewith for qjson. This recipe

Re: [yocto] Integration of custom recipe with SDK

2014-09-22 Thread Navani Srivastava
I have to generate toolchain which contain qt related tools also like qmake and qjson, so we are using meta-toolchain-qte to generate the toolchain.. Do you suggest it's better to integrate meta-toolchain-qte somehow with populate_sdk so that we can make life easier? Regards Navani On Mon, Sep

Re: [yocto] Integration of custom recipe with SDK

2014-09-22 Thread Navani Srivastava
be of a great help!! Regards Navani On Mon, Sep 22, 2014 at 2:21 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 22 September 2014 14:06:26 Navani Srivastava wrote: On Mon, Sep 22, 2014 at 1:45 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Sunday 21 September

Re: [yocto] Integration of custom recipe with SDK

2014-09-22 Thread Navani Srivastava
in attached recipe which is blocking me to integrate qjson in SDK? Navani On Mon, Sep 22, 2014 at 2:48 PM, Navani Srivastava navani.srivast...@gmail.com wrote: I will follow the suggestion given by you and will update the result. However in case if I want to integrate custom recipe with meta

Re: [yocto] Integration of custom recipe with SDK

2014-09-20 Thread Navani Srivastava
We are not using populatesdk ... we need to generate it through meta-toolchain-qte only so i am trying with the solution provided by randy.. Navani On 21 Sep 2014 04:35, Khem Raj raj.k...@gmail.com wrote: On Thu, Sep 18, 2014 at 5:12 AM, Navani Srivastava navani.srivast...@gmail.com wrote

[yocto] Integration of custom recipe with SDK

2014-09-18 Thread Navani Srivastava
header files and libraries could be found in rootfs generated for the target machine but for SDK there is no progress. Any help is appreciable.. Thanks Navani -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] bitbake -c populate_sdk -v poky-image

2013-08-29 Thread Navani Srivastava
ever faced such kind of issue with populate_sdk before ? On Thu, Aug 29, 2013 at 1:43 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 29 August 2013 10:11:31 Navani Srivastava wrote: In order to execute bitbake -c populate_sdk poky-image are we supposed to declare

Re: [yocto] bitbake -c populate_sdk -v poky-image

2013-08-28 Thread Navani Srivastava
:68:21: fatal error: algorithm: No such file or directory compilation terminated. make[2]: *** [obj_rel/AdjustedTime.o] Error 1 Please suggest.. Thanks and Regards Navani Kamal Srivastava On Tue, Jul 30, 2013 at 4:18 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 30 July

Re: [yocto] bitbake -c populate_sdk -v poky-image

2013-08-28 Thread Navani Srivastava
.. On Wed, Aug 28, 2013 at 8:11 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 28 August 2013 13:23:04 Navani Srivastava wrote: Following is my image file to generate rootfs image with SDK having Qt support.. I am able to build SDK successfully but on building any Qt

[yocto] Access ssh repository

2013-08-05 Thread Navani Srivastava
execution failed: Exited with 1 Thanks Navani ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] bitbake -c populate_sdk -v poky-image

2013-07-30 Thread Navani Srivastava
to duplicate toolchain-script.bbclass in my layer? What version of the build system are you using? I am using poky danny (8.0.2) Regards Navani On Tue, Jul 30, 2013 at 1:57 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 30 July 2013 00:08:42 Navani Srivastava wrote: I

[yocto] Cleaning dependent package

2013-07-29 Thread Navani Srivastava
and Regards Navani Kamal Srivastava ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] bitbake -c populate_sdk -v poky-image

2013-07-29 Thread Navani Srivastava
I have done changes in .bbclass file. Could it be the reason for such behavior? Please find the attached recipe and bbclass. 'm not sure that there is, no. Ok, Thanks.. On Mon, Jul 29, 2013 at 11:34 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 29 July 2013 23:29:25 Navani

[yocto] bitbake -c populate_sdk -v poky-image

2013-07-22 Thread Navani Srivastava
Hi, I want to build meta-toolchain-qte.bb as sdk while running bitbake -c populate_sdk -v core-image-minimal .. Please suggest what changes need to be done to provide this feature? Thanks and Regards Navani Kamal Srivastava ___ yocto mailing list

Re: [yocto] Qt build error for Debug and Release mode

2013-06-19 Thread Navani Srivastava
It Worked :) Thanks On Wed, Jun 19, 2013 at 2:11 AM, Khem Raj raj.k...@gmail.com wrote: On Jun 18, 2013, at 9:15 AM, Navani Srivastava navani.srivast...@gmail.com wrote: Hi, I am using poky-danny (Poky-8.0). I am facing problem in building Qt application. When we are building Qt

[yocto] Qt build error for Debug and Release mode

2013-06-18 Thread Navani Srivastava
“qmake CONFIG+=debug make”, then also it appends “-g” to it. So building Qt application in release mode also results in debug mode output. Any fix for this? Thanks and Regards Navani Kamal Srivastava ___ yocto mailing list yocto@yoctoproject.org https

[yocto] Fwd: Qt build error for Debug and Release mode

2013-06-18 Thread Navani Srivastava
“qmake CONFIG+=release make”, then also it appends “-g” to it. So building Qt application in release mode also results in debug mode output. Any fix for this? Thanks and Regards Navani Kamal Srivastava ___ yocto mailing list yocto@yoctoproject.org https

[yocto] Bitbake -c clean core-image-minimal

2013-04-24 Thread Navani Srivastava
for kernel and boot loader. “bitbake –c clean u-boot” removes images from deploy directory also. Please suggest what changes are required to clean rootfs image completely from deploy directory. Thanks and Regards Navani Kamal Srivastava ___ yocto mailing

Re: [yocto] SDK creation

2013-04-03 Thread Navani Srivastava
Thanks for your reply.. It worked.. On Apr 3, 2013 12:58 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Friday 15 March 2013 14:12:45 Navani Srivastava wrote: I tried giving PREFERRED_PROVIDER_qt4_embedded ?= 4.8.1 in machine configuration file but it didn't helped.. Any

[yocto] Problem in inserting kernel modules at Start up

2013-03-21 Thread Navani Srivastava
-2.6.35.3-433-g0fae922 is needed by kernel-module-hid-2.6.35.3-r0.iboard” I am doing “bitbake –v kmod-native” before running rootfs image. Any suggestions are appreciated. Thanks and Regards Navani Kamal Srivastava ___ yocto mailing list yocto

Re: [yocto] SDK creation

2013-03-17 Thread Navani Srivastava
, at 12:06 AM, Navani Srivastava navani.srivast...@gmail.com wrote: Hi, I wish to create SDK with meta-toolchain-qte recipe. As two versions are provided by Poky-8.0. How can I direct compilation of SDK for qt4-embedded_4.8.1.bb ? Right now I am getting following error- ERROR: Multiple

Re: [yocto] SDK creation

2013-03-17 Thread Navani Srivastava
Hi all, Adding below lines helped.. PREFERRED_VERSION_qt4-embedded = 4.8.1 I was changing qt configuration options so was getting that error even after adding mentioned lines.. Thanks for the help Thanks and Regards Navani On Mar 15, 2013 12:17 PM, Prana pra...@gmail.com wrote: Try adding

[yocto] SDK creation

2013-03-15 Thread Navani Srivastava
/user/danny/meta/recipes-qt/qt4/qt4-embedded_4.8.1.bb/home/user/danny/meta/recipes-qt/qt4/ qt4-embedded_4.8.3.bb). Thanks and Regards Navani Kamal Srivastava ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] SDK creation

2013-03-15 Thread Navani Srivastava
Hi, I tried giving PREFERRED_PROVIDER_qt4_embedded ?= 4.8.1 in machine configuration file but it didn't helped.. Any suggestions? On Mar 15, 2013 12:31 PM, Khem Raj raj.k...@gmail.com wrote: On Mar 15, 2013, at 12:06 AM, Navani Srivastava navani.srivast...@gmail.com wrote: Hi, I wish

Re: [yocto] Remove unwanted package from Qt

2013-01-16 Thread Navani Srivastava
I tried the same but again ended up with error. As of now i am removing all unwanted things from rootfs by making changes in image_types.bbclass. I am sure this is not the correct way, any ideas are appreciated.. Thanks Navani On Thu, Dec 27, 2012 at 11:08 PM, Jon Szymaniak jon.szyman

[yocto] Remove unwanted package from Qt

2012-12-25 Thread Navani Srivastava
to remove qtopia from share directory. Thanks and Regards Navani Kamal Srivastava ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Error while adding a new recipe

2012-07-15 Thread Navani Srivastava
I did the mentioned modification and it worked.. Thanks a lot.. On Thu, Jul 12, 2012 at 7:33 AM, Khem Raj raj.k...@gmail.com wrote: On Thu, Jul 12, 2012 at 1:03 AM, Navani Srivastava navani.srivast...@gmail.com wrote: Sorry, but it didn't worked for me.. .bb file is something like

[yocto] Not able to include dhcp package

2012-07-12 Thread Navani Srivastava
... | Processing dhcp-dbg... | Processing dhcp-server-config... | error: Failed dependencies: | dhcp = 4.2.3+P2-r0 is needed by dhcp-dev-4.2.3+P2-r0.armv6 NOTE: package poky-image-1.0-r0: task do_rootfs: Failed ERROR: Task 8 (/home/navani/Poky-7.0/meta-EB/recipes-EB/images/poky-image.bb, do_rootfs

Re: [yocto] Error while adding a new recipe

2012-07-12 Thread Navani Srivastava
.. On Thu, Jul 12, 2012 at 1:08 PM, Khem Raj raj.k...@gmail.com wrote: On Wed, Jul 11, 2012 at 9:03 PM, Navani Srivastava navani.srivast...@gmail.com wrote: Thanks for your reply.. It is a pre-built-binary which I am trying to put in a specific path of rootfs. I didn't get what does it mean

[yocto] Error while adding a new recipe

2012-07-11 Thread Navani Srivastava
do_package: Started ERROR: runstrip: ''arm-poky-linux-gnueabi-strip' --remove-section=.comment --remove-section=.note '/home/navani/poky_test/build/tmp/work/armv6-vfp-poky-linux-gnueabi/colorado-1.0-r0/package/home/Leica/Bin/colorado_gui_bk'' strip command failed ERROR: QA Issue: Architecture did

Re: [yocto] Error while adding a new recipe

2012-07-11 Thread Navani Srivastava
Thanks for your reply.. It is a pre-built-binary which I am trying to put in a specific path of rootfs. I didn't get what does it mean by packaging it seperately.. On Wed, Jul 11, 2012 at 8:04 PM, Khem Raj raj.k...@gmail.com wrote: On Wed, Jul 11, 2012 at 5:28 AM, Navani Srivastava

[yocto] 'check_sanity_eventhandler' failed

2012-06-26 Thread Navani Srivastava
: Running export HOME=/home/navani; export SSH_AGENT_PID=17197; export SSH_AUTH_SOCK=/tmp/keyring-2GniDe/ssh; export GIT_CONFIG=/home/navani/Poky-7.0/poky-denzil-7.0/build/tmp/sysroots/i686-linux/etc/gitconfig; export PATH=/home/navani/Poky-7.0/poky-denzil-7.0/bitbake/bin/:/usr/lib/lightdm/lightdm:/usr

Re: [yocto] Broken SDK

2012-06-05 Thread Navani Srivastava
++/qmake.conf/qmake.conf. Error processing project file: /home/Qt/hello/hello.pro I had exported path of QMAKESPEC to /opt/poky/1.0/sysroots/arm-poky-linux-gnueabi/usr/share/qtopia/mkspecs/linux-gnueabi-oe-g++/qmake.conf Any idea why I am ending up with this error ? Any reply is appreciable. Thanks Navani

Re: [yocto] Broken SDK

2012-06-05 Thread Navani Srivastava
successful. Thanks to Yocto community !! On Tue, Jun 5, 2012 at 5:48 PM, Navani Srivastava navani.srivast...@gmail.com wrote: Hi, Thanks for support. I successfully created SDK with this modification. I installed the same SDK and tried compiling Qt application, but got error mentioning Failure

Re: [yocto] Broken SDK

2012-05-29 Thread Navani Srivastava
lianhao...@intel.com wrote: Navani Srivastava wrote on 2012-05-28: Hi, I am working with poky-bernerd-5.0. I have built cross-toolchain for qt with bitbake -v meta-toolchain-qte for arm1136 architecture. I got the tool chain poky-eglibc-i686-arm-toolchain-1.0.tar.bz2 under build/tmp

[yocto] Broken SDK

2012-05-27 Thread Navani Srivastava
wasn’t included in the SDK. Can anyone please help me in recognizing the problem? Thanks and Regards Navani Kamal Srivastava ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Unable to Load Kernel Module

2012-04-12 Thread Navani Srivastava
suggest me which changes I need to make in recipes to create this soft link? Thanks and Regards Navani Srivastava ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Unable to find recipe for glibc-2.11.1

2012-03-26 Thread Navani Srivastava
Hi, I am looking for recipe of glibc-2.11.1 version. I googled for it but no success. Can anyone please suggest me the link from where i can download the same? Thanks and Regards Navani Kamal Srivastava ___ yocto mailing list yocto@yoctoproject.org

[yocto] Problem in Compiling Qt-4.6.3

2012-03-20 Thread Navani Srivastava
auto-detection... () | compiling directfb.cpp Stdint enabled. | ./configure: line 6403: $(OE_QMAKE_CXX): command not found | Testing size of pointers ... (/home/navani/Poky/poky-bernard-5.0/build/tmp/work/armv6-poky-linux-gnueabi/qt4-embedded-4.6.3-r26.1/qt-everywhere-opensource-src-4.6.3/mkspecs

Re: [yocto] Poky-Build error

2012-03-12 Thread Navani
Hi Mark, Thanks a lot for your reply and i will take care for mailing list etiquette.. Check your logs for a makedevs-native. If that hasn't been built I checked for makedevs-native and found makedevs-native is not built. Can you please suggest me what could be the wrong in the configuration

[yocto] Unable to set system clock

2012-01-10 Thread Navani Kamal Srivastava
Regards, Navani Kamal Srivastava Larsen Toubro Limited www.larsentoubro.com This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from

Re: [yocto] Related to eglibc

2012-01-10 Thread Navani
Hello Khem, Thanks for your reply. can you try it with eglibc-2.13 or eglibc-2.14 ? I tried using eglibc-2.13 and eglibc-2.14 but they didn't worked. Still Qt application are refreshing at every touch. ___ yocto mailing list

[yocto] Manuaaly copying library to rootfs/lib

2011-12-29 Thread Navani Kamal Srivastava
copied in rootfs/etc/ . What I am supposed to do to copy it to rootfs/lib ? Thanks Regards, Navani Kamal Srivastava Larsen Toubro Limited www.larsentoubro.com This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended

[yocto] Poky-Build error

2011-12-20 Thread Navani Kamal Srivastava
, Navani Kamal Srivastava Larsen Toubro Limited www.larsentoubro.comhttp://www.larsentoubro.com/ This mail is classified as: ( ) LT Proprietary ( ) LT Confidential (X) LT Internal Use ( ) LT General Business This email may contain confidential or privileged information for the intended recipient(s

[yocto] Related to mounting USB

2011-12-19 Thread Navani Kamal Srivastava
in /dev to mount. If I am unplugging the USB stick and again plug it I would be able to look for it in /dev and mount it. Please look after this issue. Thanks Regards, Navani Kamal Srivastava Larsen Toubro Limited www.larsentoubro.comhttp://www.larsentoubro.com/ This mail is classified

[yocto] Qt image is flicking at every touch

2011-12-16 Thread Navani Kamal Srivastava
. Thanks Regards, Navani Kamal Srivastava Larsen Toubro Limited www.larsentoubro.comhttp://www.larsentoubro.com/ This mail is classified as: ( ) LT Proprietary ( ) LT Confidential (X) LT Internal Use ( ) LT General Business This email may contain confidential or privileged information

[yocto] Package name in .bb file

2011-12-14 Thread Navani Kamal Srivastava
canutils alsa-utils alsa-lib directfb hwapps tslib-conf tslib-tests tslib-calibrate But got error Unable to find qt4 package.. 2- I need to get libstdc++.so.6 library in rootfs. Which package I am supposed to install to get the same? Thanks Regards, Navani Kamal Srivastava Larsen Toubro