[yocto] [meta-baryon][PATCH] ffmpeg: ensure libjpeg dependency is included

2012-07-12 Thread Kevin Strasser
Signed-off-by: Kevin Strasser --- recipes-core/base-files/base-files_3.0.14.bbappend |2 +- .../ffmpeg/ffmpegthumbnailer_2.0.7.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/base-files/base-files_3.0.14.bbappend b/recipes-core/base-file

Re: [yocto] external toolchain

2012-07-12 Thread Chris Larson
On Thu, Jul 12, 2012 at 12:20 PM, Dallas Clement wrote: > Should I be modifying this external-sourcery-toolchain recipe to point > to my toolchain sysroot area? Just not sure what all needs to be done > to use my own toolchain. This recipe is intended for use with the sourcery g++ toolchain. It'

[yocto] external toolchain

2012-07-12 Thread Dallas Clement
I'm trying to use an external pre-built toolchain to build my distro. I added a "TCMODE ?= "external-sourcery" to my local.conf and modified the external-sourcery include file as follows: diff --git a/meta/conf/distro/include/tcmode-external-sourcery.inc b/meta/conf/distro/include/tcmode-external-

Re: [yocto] edison/denzil patches (post-1.1.2 and 1.2.1)

2012-07-12 Thread McClintock Matthew-B29882
Adding Scott... On Thu, Jul 12, 2012 at 12:43 PM, Matthew McClintock wrote: > Josh, Scott: > > I've pushed a set of patches for edison/denzil branch - and I may push > a few more still to: > > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mattsm/edison > http://git.yoctoproject.or

[yocto] edison/denzil patches (post-1.1.2 and 1.2.1)

2012-07-12 Thread McClintock Matthew-B29882
Josh, Scott: I've pushed a set of patches for edison/denzil branch - and I may push a few more still to: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mattsm/edison http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mattsm/denzil These are all cherry-pick's and most ap

Re: [yocto] [PATCH 1/1] ia32-base.inc: also take -dev package of emgd

2012-07-12 Thread Chris Larson
On Thu, Jul 12, 2012 at 2:35 AM, wrote: > From: Nitin A Kamble > > emgd-driver-bin recipe provides emgd-driver-bin, emgd-driver-bin-dev > & emgd-driver-bin-dbg packages. For emgd driver to work it also need > library files from emgd-driver-bin-dev package. This change makes sure > this -dev pack

Re: [yocto] menuconfig vs. config fragments?

2012-07-12 Thread Rifenbark, Scott M
Jim, This needs to be fixed in the BSP Guide. I will handle that. Thanks, Scott From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of James Abernathy Sent: Monday, July 09, 2012 5:52 AM To: Bruce Ashfield Cc: yocto@yoctoproject.org Subject: Re: [yocto] menuc

[yocto] bug 2183: what happens when a build fails

2012-07-12 Thread Barros Pena, Belen
I've just posted a document to Bugzilla showing what would happen in Hob when a build fails. You can find the document here: https://bugzilla.yoctoproject.org/attachment.cgi?id=634 Implement this design depends on bug 1991 and 2165 If you have any questions or feedback, let me know. Thanks! Be

Re: [yocto] Error while adding a new recipe

2012-07-12 Thread Khem Raj
On Thu, Jul 12, 2012 at 1:03 AM, Navani Srivastava wrote: > Sorry, but it didn't worked for me.. > .bb file is something like- > > "PACKAGES = "colorado" > > SRC_URI = " file://colorado_gui_bk" > > do_install () { > # > # Create directories and install device independent scripts > # > ins

Re: [yocto] [meta-baryon] add build documentation

2012-07-12 Thread Paul Eggleton
On Wednesday 11 July 2012 14:43:46 Kevin Strasser wrote: > Signed-off-by: Kevin Strasser > --- > README | 24 > 1 file changed, 24 insertions(+) > > diff --git a/README b/README > index 2a9c77d..10a338a 100644 > --- a/README > +++ b/README > @@ -27,6 +27,30 @@ to yocto

[yocto] [PATCH 1/1] ia32-base.inc: also take -dev package of emgd

2012-07-12 Thread nitin . a . kamble
From: Nitin A Kamble emgd-driver-bin recipe provides emgd-driver-bin, emgd-driver-bin-dev & emgd-driver-bin-dbg packages. For emgd driver to work it also need library files from emgd-driver-bin-dev package. This change makes sure this -dev package is also added for emgd driver. Signed-off-by: Ni

[yocto] [PATCH 0/1] fix emgd driver issue

2012-07-12 Thread nitin . a . kamble
From: Nitin A Kamble with the v3.2 kernel on crownbay x-server is failing with error of "missing emgd driver". I root caused it to some of the files missing form the emgd driver. this commits makes bring these missing files in the rootfs. Thanks, Nitin The following changes since commit ae180

Re: [yocto] Error while adding a new recipe

2012-07-12 Thread Navani Srivastava
Sorry, but it didn't worked for me.. .bb file is something like- "PACKAGES = "colorado" SRC_URI = " file://colorado_gui_bk" do_install () { # # Create directories and install device independent scripts # install -d ${D}/{homedir}/Test install -d ${D}${homedir}/Test/Bin #

Re: [yocto] Error while adding a new recipe

2012-07-12 Thread Khem Raj
On Wed, Jul 11, 2012 at 9:03 PM, Navani Srivastava 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 by "packaging it seperately".. is this the only file in this package ? you might add INHIBIT_PAC

[yocto] Not able to include dhcp package

2012-07-12 Thread Navani Srivastava
Hi, I am using denzil-7.0 and I am trying to include dhcp package in my rootfs. I appended following option for dhcp (bitbake –e dhcp | grep –e “^PACKAGES=” ) in rootfs .bb file- IMAGE_INSTALL += “dhcp-dbg dhcp-staticdev dhcp-doc dhcp-dev dhcp-server dhcp-server-config dhcp-client dhcp-relay