[yocto] Error: QA issue package contains bad RPATH and do_package fails

2014-01-16 Thread Zafrullah Syed
, Zafrullah Syed ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] exception MalformedUrl error

2014-01-08 Thread Zafrullah Syed
/W3S6hW0M Did I messed up something ? -- Regards, Zafrullah Syed ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Libeigen breaks build with packages missing error

2013-10-14 Thread Zafrullah Syed
-1.0-r0/temp/log.do_rootfs.27927 for further information) ERROR: Task 7 (/home/siguser/yocto/poky/meta-gumstix-extras/recipes-images/gumstix/ gumstix-console-image.bb, do_rootfs) failed with exit code '1' Any idea where I am doing wrong? -- Regards, Zafrullah Syed

[yocto] Image Library(IMGLIB) with Yocto

2013-10-13 Thread Zafrullah Syed
Hi, Is there any guide on how to get TMS320C6000 Image Library (IMGLIB) into Yocto?  Regards, Zafrullah ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] rpm5, linux-3.4.3 and gcc fetch error?

2013-10-08 Thread Zafrullah Syed
-support/db/db_5.3.15.bb, do_fetch /home/zaif/yocto/poky/meta/recipes-devtools/gcc/gcc-cross-initial_4.7.bb, do_fetch -- Regards, Zafrullah Syed ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] bitbake with cmake recipe

2013-08-26 Thread Zafrullah Syed
ste...@herbrechtsmeier.net wrote: Am 25.08.2013 17:03, schrieb Zafrullah Syed: Hi Stefan, I updated my recipe: DESCRIPTION = cameracapture application SECTION = examples LICENSE = CLOSED PR = r0 DEPENDS = opencv SRC_URI = git://github.com/zafrullahsyed/cameracapture.git

Re: [yocto] bitbake with cmake recipe

2013-08-25 Thread Zafrullah Syed
${OpenCV_LIBS} ) Can you please give me some inputs? Thanks Regards, Zafrullah Universität Paderborn. On Fri, Aug 23, 2013 at 9:09 AM, Stefan Herbrechtsmeier ste...@herbrechtsmeier.net wrote: Am 22.08.2013 20:13, schrieb Zafrullah Syed: Hi all, I am newbie and I am learning stuff. I have a c

[yocto] bitbake with cmake recipe

2013-08-22 Thread Zafrullah Syed
/cgit.cgi/poky/tree/meta/recipes-devtools/cmake/cmake_2.8.11.2.bb or it would be helpful if anyone can give me some hints regarding writing recipes with cmake. Thanks Regards, Zafrullah Syed ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] bitbake with cmake recipe

2013-08-22 Thread Zafrullah Syed
Hi, My recipe is: http://pastebin.com/xiFdYHNr Is the cmake recipe will be in this location? /home/siguser/yocto/poky/meta-openembedded/meta-oe/recipes-support/opencv On Thu, Aug 22, 2013 at 12:31 PM, Burton, Ross ross.bur...@intel.comwrote: On 22 August 2013 11:30, Zafrullah Syed

Re: [yocto] bitbake with cmake recipe

2013-08-22 Thread Zafrullah Syed
() { cmake ../ } inherit pkgconfig cmake Thanks Regards, Zafrullah. On Thu, Aug 22, 2013 at 12:35 PM, Zafrullah Syed zafrullahme...@gmail.comwrote: Hi, My recipe is: http://pastebin.com/xiFdYHNr Is the cmake recipe will be in this location? /home/siguser/yocto/poky/meta-openembedded/meta-oe

Re: [yocto] bitbake with cmake recipe

2013-08-22 Thread Zafrullah Syed
wrong or what should be included in my recipe? On Thu, Aug 22, 2013 at 4:20 PM, Philip Balister phi...@balister.orgwrote: On 08/22/2013 10:14 AM, Burton, Ross wrote: On 22 August 2013 14:40, Zafrullah Syed zafrullahme...@gmail.com wrote: Hi Ross, Is this the correct way to write my

[yocto] Package Revision number is mandatory?

2013-08-21 Thread Zafrullah Syed
, Zafrullah Syed ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] MD5SUM recipe error.

2013-08-20 Thread Zafrullah Syed
Hi all, I am facing problems while build. Trying to build gumstix-console-image. I downloaded GNU hello world, extracted and ran MD5SUM against COPYING, added to my bitbake. Still it asks me to add MD5SUM or sha256sum. My hello_2.7.bb file is: http://pastebin.com/MDsCcSB9 Error Log file:

Re: [yocto] MD5SUM recipe error.

2013-08-20 Thread Zafrullah Syed
...@gmail.comwrote: Hi, On Tue, Aug 20, 2013 at 1:38 PM, Zafrullah Syed zafrullahme...@gmail.com wrote: Hi all, I am facing problems while build. Trying to build gumstix-console-image. I downloaded GNU hello world, extracted and ran MD5SUM against COPYING, added to my bitbake. Still

[yocto] Build with Github source fails to connect

2013-08-20 Thread Zafrullah Syed
://www.yoctoproject.org/docs/1.2/dev-manual/dev-manual.html#usingpoky-extend-addpkg-makefile Where am i doing wrong? How do I use git protocol for bitbake recipe? Thank Regards, Zafrullah Syed ___ yocto mailing list yocto@yoctoproject.org https

[yocto] bitbake CaspaVL

2013-07-24 Thread Zafrullah Syed
Hi all, How do CaspaVL driver can be integrated into Yocto project? Any ideas? -- Regards, Zafrullah Syed ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] MLO, u-boot and uImage are same for any rootfs created?

2013-07-19 Thread Zafrullah Syed
Hi all, I am integrating some packages and building Images and I need to create separate rootfs for each package. My doubt: Does MLO, u-boot, uImage and modules.tgz are same for any rootfs created? or do i need to create again all of them for every package i add? Thanks and Regards, Zafrullah

[yocto] OpenCV libraries missing after build is successful

2013-07-17 Thread Zafrullah Syed
, Zafrullah Syed. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] yocto Digest, Vol 34, Issue 38

2013-07-16 Thread Zafrullah Syed
-image.bb? what are these 'opencv-apps opencv-samples' files? Regards, Zafrullah Syed On Fri, Jul 12, 2013 at 9:00 PM, yocto-requ...@yoctoproject.org wrote: Send yocto mailing list submissions to yocto@yoctoproject.org To subscribe or unsubscribe via the World Wide Web, visit

[yocto] replace outdated opencv bitbake file

2013-07-10 Thread Zafrullah Syed
How to replace outdated opencv bitbake file? When i build image, i get this following error, may be bitbake is unable to fetch files. How to update these files? WARNING: Failed to fetch URL svn:// code.opencv.org/svn/opencv/branches/2.4;module=opencv;protocol=http, attempting MIRRORS if

Re: [yocto] replace outdated opencv bitbake file

2013-07-10 Thread Zafrullah Syed
Thank You, I replaced with new one and build was successful. How do i check whether OpenCV successfully integrated into my image? or Are there any OpenCV libs or executables to check for? Should I check them in rootfs.tar.bz2? Regards, Zafrullah Syed On Wed, Jul 10, 2013 at 2:56 PM, Paul

Re: [yocto] LIC_FILES_CHKSUM points to an invalid file

2013-06-05 Thread Zafrullah Syed
[sha256sum] = fd593b5bcf6d1bb6d7d1bb7eefdccdc0010cf2c4985ccb445ef490f768b927c0 inherit autotools gettext Any ideas about this error? Thank You, On Tue, Jun 4, 2013 at 9:45 PM, Zafrullah Syed zafrullahme...@gmail.comwrote: Hi, I followed all the instructions and i started my build again. Build

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
* again it throws this error: *ERROR: Nothing PROVIDES 'gumstix-console-image'* I do not know where I am doing wrong or what the problem is. I would be greatly helpful if anyone can give some inputs. Thank You, Regards, Zafrullah Syed On Tue, May 28, 2013 at 3:54 PM, Paul Eggleton paul.eggle

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
On Tue, Jun 4, 2013 at 12:58 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 04 June 2013 12:42:12 Zafrullah Syed wrote: previously, I successfully build *gumstix-console-image* and I have created *meta-bebot* folder for my recipe. My Yocto tree as follows: Yocto

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
in bblayers.conf file? Please correct me if i am going wrong. Thank You. On Tue, Jun 4, 2013 at 3:26 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 04 June 2013 15:19:49 Zafrullah Syed wrote: On Tue, Jun 4, 2013 at 12:58 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
; inherit autotools gettext Thank You, On Tue, Jun 4, 2013 at 3:57 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Tuesday 04 June 2013 15:42:06 Zafrullah Syed wrote: On Tue, Jun 4, 2013 at 3:26 PM, Paul Eggleton paul.eggle...@linux.intel.com wrote: Yes, conf/bblayers.conf

[yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
.tar.gz - extracted - ran md5sum against COPYING - got md5 - added that md5 to my hello.bb file. Any ideas where I am doing wrong? -- Regards, Zafrullah Syed ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
and retry building the package.. I think it is the issue On Tue, May 28, 2013 at 1:46 PM, Zafrullah Syed zafrullahme...@gmail.comwrote: Hi all, I am trying to add Hello world recipe, everything was going good but after giving bitbake target command it breaks with the following error: siguser

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
paul.eggle...@linux.intel.com wrote: On Tuesday 28 May 2013 13:46:26 Zafrullah Syed wrote: I am trying to add Hello world recipe, everything was going good but after giving bitbake target command it breaks with the following error: siguser@siguser:~/yocto2013-05-08/poky/build$ *bitbake

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
, May 28, 2013 at 2:32 PM, Zafrullah Syed zafrullahme...@gmail.com wrote: Hi Paul, It's the same error: ERROR: ExpansionError during parsing /home/siguser/yocto2013-05-08/poky/meta-bebot/recipes-bebot/hello/ hello.bb: Failure expanding expression ${@bb.fetch.get_checksum_file_list(d

[yocto] Hello world package error

2013-05-21 Thread Zafrullah Syed
source file location is outside of poky and i gave source location(S) in helloworld.bb Any help or ideas? Regards, Zafrullah Syed ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Hello world package error

2013-05-21 Thread Zafrullah Syed
May 2013 10:42, Zafrullah Syed zafrullahme...@gmail.com wrote: When i try to run bitbake helloworld from build it throws Nothing provides bitbake error This sounds like bitbake isn't on your PATH. Have you sourced oe-init-build-env from the poky directory? Does running `which bitbake` give

Re: [yocto] Hello world package error

2013-05-21 Thread Zafrullah Syed
-image successfull but now it breaks. Any idea about this error? On Tue, May 21, 2013 at 12:37 PM, Paul Barker p...@paulbarker.me.uk wrote: On 21 May 2013 11:35, Paul Barker p...@paulbarker.me.uk wrote: On 21 May 2013 11:12, Zafrullah Syed zafrullahme...@gmail.com wrote: I sourced oe-init

[yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Zafrullah Syed
-image'. ** * Previously when i built core-image-minimal. it successfully runs and i am able to run with qemu emulator. I do not know why poky throws *Nothing Provides* error. Any Ideas where i am doing wrong? -- Regards, Zafrullah Syed ___ yocto

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Zafrullah Syed
://github.com/gumstix/meta-gumstix [2] https://github.com/gumstix/meta-gumstix-extras When I give the command '*bitbake u-boot'* or '*bitbake gumstix-console-image'* it throws again *ERROR: Nothing PROVIDES 'u-boot'*or *ERROR: Nothing PROVIDES '**gumstix-console-image'* Regards, Zafrullah Syed On Mon

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Zafrullah Syed
execution failed: Exited with 1 i hope i am not annoying you. Thank You for your time and patience. On Mon, Apr 29, 2013 at 11:50 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 29 April 2013 11:28:22 Zafrullah Syed wrote: I cloned meta-gumstix[1] and meta-gumstix-extras[2

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Zafrullah Syed
bblayers.conf file.. On Mon, Apr 29, 2013 at 12:21 PM, Zafrullah Syed zafrullahme...@gmail.com wrote: After setting MACHINE and adding the meta-gumstix and meta-gumstix-extras path to conf/bblayers.conf and when building again, i get the following: WARNING: gumstix-repo-task: task.bbclass

Re: [yocto] poky: Bitbake nothing provides error

2013-04-29 Thread Zafrullah Syed
Darander wrote: Zafrullah Syed zafrullahme...@gmail.com wrote: After setting MACHINE and adding the meta-gumstix and meta-gumstix-extras path to conf/bblayers.conf and when building again, i get the following: WARNING: gumstix-repo-task: task.bbclass is deprecated, please inherit

[yocto] Error: runqemu: command not found

2013-04-22 Thread Zafrullah Syed
Hi all, I downloaded poky-danny-8.0, after editing conf file, i made a build(bitbake core-image-minimal), after the build completed. When I try to boot the image it throws *runqemu: command not found. *Any Ideas? Thank You, -- Regards, Zafrullah Syed

Re: [yocto] Error: runqemu: command not found

2013-04-22 Thread Zafrullah Syed
after running oe-init-build-env, the build was successful and i can boot the linux OS. :) Thanks a Lot. Love you all. On Mon, Apr 22, 2013 at 11:29 AM, Burton, Ross ross.bur...@intel.comwrote: On 22 April 2013 10:25, Zafrullah Syed zafrullahme...@gmail.com wrote: I downloaded poky-danny-8.0