Re: [yocto] an error when adding "snappy" package

2013-08-22 Thread Gary Thomas
On 2013-08-22 13:30, Gary Thomas wrote: On 2013-08-21 16:03, Reeve Yang wrote: Hi Grus, I have been trying to add google snappy package into yocto (https://code.google.com/p/snappy/), here is my receipt file, nothing special: SUMMARY = "Snappy is a compression/decompression library." DESCRIPT

Re: [yocto] an error when adding "snappy" package

2013-08-22 Thread Gary Thomas
On 2013-08-21 16:03, Reeve Yang wrote: Hi Grus, I have been trying to add google snappy package into yocto (https://code.google.com/p/snappy/), here is my receipt file, nothing special: SUMMARY = "Snappy is a compression/decompression library." DESCRIPTION = "" HOMEPAGE="https://code.googl

Re: [yocto] an error when adding "snappy" package

2013-08-22 Thread Reeve Yang
does anyone have any idea? On Wed, Aug 21, 2013 at 3:03 PM, Reeve Yang wrote: > Hi Grus, > > I have been trying to add google snappy package into yocto ( > https://code.google.com/p/snappy/), here is my receipt file, nothing > special: > > SUMMARY = "Snappy is a compression/decompression librar

[yocto] Days away from Feature Freeze for 1.5!!

2013-08-22 Thread Saul Wold
Folks, We have all been busy working on our respective projects and I want to point out that we are days away from the 1.5 Feature Freeze of August 25th, at midnight PST. What this means is that in the coming weeks we will be slowing the uptake of patches as we get closer to the 1.5 release

Re: [yocto] bitbake with cmake recipe

2013-08-22 Thread Zafrullah Syed
Hi all, I am newbie and I am learning stuff. I have a c++ code and CMakeLists.txt on Github which needs to be run with Cmake. I am trying to get that code embed into my build using my own recipe. This is my first experience with Cmake. I have no clue what should I write in my recipe. My recipe i

Re: [yocto] bbappend on top of bbappend

2013-08-22 Thread Paul D. DeRocco
> From: Paul Eggleton > > > On Friday 16 August 2013 16:22:00 Paul D. DeRocco wrote: > > In meta-oe/recipes-graphics/xinput-calibrator (Danny > > branch, currently > > used by Gumstix), there's a recipe called > > xinput-calibrator-git.bb, which > > installs a script for running a touchscreen ca

Re: [yocto] cross-compilation of kernel does not work with the generated toolchain?

2013-08-22 Thread Hans Beckérus
On Thu, Aug 22, 2013 at 5:19 PM, Leon Woestenberg wrote: > > Hello Hans, > > On Thu, Aug 22, 2013 at 5:10 PM, Hans Beckérus > wrote: >> >> Hi. I am trying to build a kernel using our bitbaked and populated >> toolchain. It works fine for user-space application but when trying to >> compile the ke

Re: [yocto] cross-compilation of kernel does not work with the generated toolchain?

2013-08-22 Thread Leon Woestenberg
Hello Hans, On Thu, Aug 22, 2013 at 5:10 PM, Hans Beckérus wrote: > Hi. I am trying to build a kernel using our bitbaked and populated > toolchain. It works fine for user-space application but when trying to > compile the kernel we get > ... > HOSTCC scripts/dtc/srcpos.o > In file included fro

[yocto] cross-compilation of kernel does not work with the generated toolchain?

2013-08-22 Thread Hans Beckérus
Hi. I am trying to build a kernel using our bitbaked and populated toolchain. It works fine for user-space application but when trying to compile the kernel we get HOSTCC scripts/dtc/checks.o HOSTCC scripts/dtc/data.o HOSTCC scripts/dtc/dtc-lexer.lex.o HOSTCC scripts/dtc/dtc-parser.tab

Re: [yocto] bitbake with cmake recipe

2013-08-22 Thread Philip Balister
On 08/22/2013 10:14 AM, Burton, Ross wrote: > On 22 August 2013 14:40, Zafrullah Syed wrote: >> Hi Ross, >> >> Is this the correct way to write my recipe with cmake? > > You should be able to remove your do_configure(). This recipe uses cmake: http://git.openembedded.org/meta-openembedded/tree/

Re: [yocto] bitbake with cmake recipe

2013-08-22 Thread Burton, Ross
On 22 August 2013 14:40, Zafrullah Syed wrote: > Hi Ross, > > Is this the correct way to write my recipe with cmake? You should be able to remove your do_configure(). Ross ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/lis

Re: [yocto] bitbake with cmake recipe

2013-08-22 Thread Zafrullah Syed
Hi Ross, Is this the correct way to write my recipe with cmake? DESCRIPTION = "cameracapture application" SECTION = "examples" LICENSE = "CLOSED" PR = "r0" DEPENDS += "opencv" SRC_URI = "git:// https://github.com/zafrullahsyed/cameracapture.git;protocol=https;tag=v0.1"; EXTRA_OECMAKE="" do_co

Re: [yocto] omxplayer building for Rpi

2013-08-22 Thread Paul Eggleton
Hi Marek, On Tuesday 20 August 2013 13:38:58 Belisko Marek wrote: > I'm trying to build omxplayer for Rpi board but seems libav and other > dependencies was removed (replaced by meta-oe). But libav was also > removed from meta-oe [1]. These were moved to OE-Core in master. It looks like you're t

Re: [yocto] Building one package needs header from another

2013-08-22 Thread Paul Eggleton
Hi Paul, On Tuesday 20 August 2013 16:06:54 Paul D. DeRocco wrote: > > From: Burton, Ross [mailto:ross.bur...@intel.com] > > If you've built pygtk then the target sysroot should have the headers > > in, and for me it does: > > > > ross@melchett /data/poky-master/tmp/sysroots/genericx86 > > $ find

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 wrote: > On 22 August 2013 11:30, Zafrullah Syed wrote: > > I am trying to int

Re: [yocto] Yocto Methods of Loading DB Schema

2013-08-22 Thread Paul Eggleton
On Thursday 22 August 2013 11:16:48 Paul Eggleton wrote: > Hi Barry, > > On Wednesday 21 August 2013 16:21:22 Barry G wrote: > > The last big hurdle is how to load the database. We are using > > Yocto 1.3 and I have ported in the postgresql recipies from > > gumstix-yocto. Since I can't load the

Re: [yocto] bitbake with cmake recipe

2013-08-22 Thread Burton, Ross
On 22 August 2013 11:30, Zafrullah Syed wrote: > I am trying to integrate my own package which should use cmake. > I regularly use do_compile() and do_install(). Pasting your recipe would be useful, but there's a cmake class you can simply inherit that should just work. Ross

[yocto] bitbake with cmake recipe

2013-08-22 Thread Zafrullah Syed
Hi all, I am trying to integrate my own package which should use cmake. I regularly use do_compile() and do_install(). when try this with cmake it fails with error: unparsed line: 'do_compile()' . Should I follow this guide in writing my own recipe with cmake? http://git.yoctoproject.org/cgit/cg

Re: [yocto] bbappend on top of bbappend

2013-08-22 Thread Paul Eggleton
Hi Paul, On Friday 16 August 2013 16:22:00 Paul D. DeRocco wrote: > In meta-oe/recipes-graphics/xinput-calibrator (Danny branch, currently > used by Gumstix), there's a recipe called xinput-calibrator-git.bb, which > installs a script for running a touchscreen calibration app if not already > cali

Re: [yocto] Yocto Methods of Loading DB Schema

2013-08-22 Thread Paul Eggleton
Hi Barry, On Wednesday 21 August 2013 16:21:22 Barry G wrote: > The last big hurdle is how to load the database. We are using > Yocto 1.3 and I have ported in the postgresql recipies from > gumstix-yocto. Since I can't load the postgresql database schema > without the cross-compiled postgresql d

Re: [yocto] Where are those images gone ?

2013-08-22 Thread Barros Pena, Belen
Hi Frank, You need to select the "live" image type before building. You can do that through Hob. After selecting your machine and image recipe, click on the "Advanced configuration" button. You will see a list of image types: click the checkbox for "live". That will produce .hddimg and .iso files.

Re: [yocto] Package Revision number is mandatory?

2013-08-22 Thread Paul Eggleton
On Wednesday 21 August 2013 12:46:00 Zafrullah Syed wrote: > Package revision number should be included in my bitbake file? I am trying > to build a basic hello world by downloading it from sourceforge. There is > no package revision number to it. It is just a regular hello world program. > > How

[yocto] How to build a custom ramdisk image

2013-08-22 Thread Mercier Ivan
Hi everybody, I'm working on an yocto distrib with a freescale p3041 based board. I would like to modify the root file system, like hostname,udev rules and build my own ramdisk image. I use to create my image by $ bitbake fsl-image-core is it corret? should I modidy fsl-image-core.bb? I try to