Re: [yocto] [PATCH] add license file: DMTF

2014-06-10 Thread Burton, Ross
On 10 June 2014 03:29, ya...@cn.fujitsu.com ya...@cn.fujitsu.com wrote: I plan to add the recipe for software which associates with DMTF to oe-core. Please sent this addition in a series alongside the addition of the software, as you don't know that the software has been accepted into oe-core

Re: [yocto] How do I create a recipe for laying down post-build config files?

2014-06-10 Thread Jens Lucius
Hi I am using a very minimal .bb for this. DESCRIPTION = Install additional files LICENSE = CLOSED SECTION = base PR = r0 SRC_URI = file://autoinstaller.sh S = ${WORKDIR} do_install () { install -d ${D}/usr/bin install -m 755 ${S}/autoinstaller.sh ${D}/usr/bin } Am 09.06.2014 23:44,

Re: [yocto] How do I create a recipe for laying down post-build config files?

2014-06-10 Thread Paul Eggleton
Hi Jim, On Monday 09 June 2014 21:44:00 Jim Rafert wrote: I'm trying to gather all my post-build tweaks into a recipe that will be built as part of an upper-level layer, so that they are installed after the meta layer is processed. Many of these could be accomplished as part of .bbappend

Re: [yocto] How do I create a recipe for laying down post-build config files?

2014-06-10 Thread Alex J Lennon
On 09/06/2014 22:44, Jim Rafert wrote: I'm trying to gather all my post-build tweaks into a recipe that will be built as part of an upper-level layer, so that they are installed after the meta layer is processed. Many of these could be accomplished as part of .bbappend files for the recipes

[yocto] [PATCH 1/1] README: Add link to best practice when providing patches

2014-06-10 Thread Alex J Lennon
Signed-off-by: Alex J Lennon ajlen...@dynamicdevices.co.uk --- README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 0a18c9c..425ccd5 100644 --- a/README +++ b/README @@ -47,3 +47,10 @@ repository. Note: The scripts directory should be treated with extra care

Re: [yocto] Why use Yocto?

2014-06-10 Thread Paul Barker
On Mon, Jun 09, 2014 at 03:52:50PM -0700, Marlon Smith wrote: Hi everyone, I'm developing a product that will run on a custom i.MX6 board and I'm trying to decide whether to use Yocto or Ubuntu (there's a version of Ubuntu packaged for the Wandboard that will run on our board). The board

Re: [yocto] Why use Yocto?

2014-06-10 Thread Christian Ege
Am 10.06.2014 12:38 schrieb Paul Barker p...@paulbarker.me.uk: On Mon, Jun 09, 2014 at 03:52:50PM -0700, Marlon Smith wrote: Hi everyone, I'm developing a product that will run on a custom i.MX6 board and I'm trying to decide whether to use Yocto or Ubuntu (there's a version of Ubuntu

[yocto] QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so

2014-06-10 Thread Patrick Doyle
I started getting the warning mentioned above when I updated to a newer release of an open source package (Aravis). I asked the google how I should address that issue, and it was no help, so now I'll ask the list :-) Any suggestions as to what I should do about this? The (autotools generated)

Re: [yocto] QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so

2014-06-10 Thread Paul Eggleton
Hi Patrick, On Tuesday 10 June 2014 10:23:04 Patrick Doyle wrote: I started getting the warning mentioned above when I updated to a newer release of an open source package (Aravis). I asked the google how I should address that issue, and it was no help, so now I'll ask the list :-) Any

Re: [yocto] QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so

2014-06-10 Thread Burton, Ross
On 10 June 2014 15:30, Paul Eggleton paul.eggle...@linux.intel.com wrote: Hi Patrick, On Tuesday 10 June 2014 10:23:04 Patrick Doyle wrote: I started getting the warning mentioned above when I updated to a newer release of an open source package (Aravis). I asked the google how I should

Re: [yocto] Why use Yocto?

2014-06-10 Thread Maxim Radugin
Hi Marlon, Some more points to vote for yocto: 1) ability to switch to another board easily (even with different arch) just by switching the BSP layer and optionally doing some kernel and bootloader config; 2) you can switch between package versions you want to use, plus fine-tune and patch them

Re: [yocto] How do I create a recipe for laying down post-build config files?

2014-06-10 Thread Maxim Radugin
Hello Jim, I don't think this is a good idea to put all the config files for different packages in one recipe. IMHO you should use .bbappend file for each recipe you are overriding/modifying files for, otherwise you can run into situation when, you recipe gets installed before, for example, grub.

Re: [yocto] Why use Yocto?

2014-06-10 Thread Bob Cochran
On 06/10/2014 07:25 AM, Christian Ege wrote: Am 10.06.2014 12:38 schrieb Paul Barker p...@paulbarker.me.uk mailto:p...@paulbarker.me.uk: On Mon, Jun 09, 2014 at 03:52:50PM -0700, Marlon Smith wrote: Hi everyone, I'm developing a product that will run on a custom i.MX6 board and I'm

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, June 10, 2014 8:00 AM US Pacific Time

2014-06-10 Thread Jolley, Stephen K
Attendees: Stephen, Armin, Saul, Bruce, Michael, Tom, Darren, Jefro, David, Jessica, Nitin, Sean, Jeff, Mathew, Michael * Opens collection - 5 min (Stephen) * Yocto 1.7 status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.7_Status

Re: [yocto] Detailed steps involved in populate_sdk

2014-06-10 Thread Anooj Gopi
I think TOOLCHAIN_HOST_TASK is the one I was looking for. This variable is not been used more often. Is there any better solution available to add more package to host sdk machine's sysroot? From: Anooj Gopi anooj.g...@alpine.de To: Khem Raj raj.k...@gmail.com, Cc:

Re: [yocto] [Yocto] How to add the same recipe twice?

2014-06-10 Thread Saul Wold
On 06/09/2014 09:41 AM, Kevyn-Alexandre Paré wrote: Hi, Here what I want to do: - Have 2 different psplash in my image. Here what I have done: - Copy and rename the psplash recipe to psplash-desktop and modify couple of things. psplash does some interesting package name manipulation, based on

Re: [yocto] Conditional Configuration Fragments

2014-06-10 Thread Pierre Yves MORDRET
On Monday 09 June 2014 09:56:20 Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 09 June 2014 12:41:36 Bruce Ashfield wrote: On 14-06-09 11:26 AM, Pierre Yves MORDRET wrote: Hello, I really don't know whether this is feasible or not, but I'm trying to build a yocto

Re: [yocto] Why use Yocto?

2014-06-10 Thread Nicolas Dechesne
On Tue, Jun 10, 2014 at 4:39 PM, Bob Cochran yo...@mindchasers.com wrote: How dp you plan to sell/market/license your Ubuntu based machine? Would you become an Ubuntu hardware partner? http://www.ubuntu.com/partners/find-a-partner/hardware The scope of this partnership seems to be servers

Re: [yocto] [oe] How to add the same recipe twice?

2014-06-10 Thread Paul Eggleton
Hi Kevyn-Alexandre, On Monday 09 June 2014 14:26:53 Kevyn-Alexandre Paré wrote: Here what I want to do: - Have 2 different psplash in my image. Here what I have done: - Copy and rename the psplash recipe to psplash-desktop and modify couple of things. Here the warning I'm having:

Re: [yocto] Conditional Configuration Fragments

2014-06-10 Thread Bruce Ashfield
On 14-06-10 11:11 AM, Pierre Yves MORDRET wrote: On Monday 09 June 2014 09:56:20 Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 09 June 2014 12:41:36 Bruce Ashfield wrote: On 14-06-09 11:26 AM, Pierre Yves MORDRET wrote: Hello, I really don't know whether this is feasible or

Re: [yocto] Conditional Configuration Fragments

2014-06-10 Thread Paul Eggleton
On Tuesday 10 June 2014 12:04:19 Bruce Ashfield wrote: On 14-06-10 11:11 AM, Pierre Yves MORDRET wrote: On Monday 09 June 2014 09:56:20 Paul Eggleton paul.eggle...@linux.intel.com wrote: On Monday 09 June 2014 12:41:36 Bruce Ashfield wrote: On 14-06-09 11:26 AM, Pierre Yves MORDRET wrote:

Re: [yocto] Why use Yocto?

2014-06-10 Thread Marlon Smith
Wow, thanks everyone for the excellent replies. I am a developer and not much of a legal guy, so pointing out the licensing issues with Ubuntu was especially helpful. It sounds like we are going to choose Yocto for our product. On Tue, 2014-06-10 at 17:42 +0200, Nicolas Dechesne wrote: On

Re: [yocto] Why use Yocto?

2014-06-10 Thread Alex J Lennon
On 10/06/2014 17:50, Marlon Smith wrote: Wow, thanks everyone for the excellent replies. I am a developer and not much of a legal guy, so pointing out the licensing issues with Ubuntu was especially helpful. It sounds like we are going to choose Yocto for our product. Further to the

Re: [yocto] [Yocto] How to add the same recipe twice?

2014-06-10 Thread Kevyn-Alexandre Paré
Hi, On Tue, Jun 10, 2014 at 11:35 AM, Saul Wold s...@linux.intel.com wrote: On 06/09/2014 09:41 AM, Kevyn-Alexandre Paré wrote: Hi, Here what I want to do: - Have 2 different psplash in my image. Here what I have done: - Copy and rename the psplash recipe to psplash-desktop and modify

[yocto] Best way to freeze Yocto for production

2014-06-10 Thread Marlon Smith
Hi everyone, We've decided to use Yocto in our company's product! And I have a question: Since Yocto is updated pretty frequently, at some point we'll need to freeze everything and keep a permanent copy so that we can make small changes/bug fixes without having to worry about anything being

Re: [yocto] [oe] How to add the same recipe twice?

2014-06-10 Thread Kevyn-Alexandre Paré
Hi Paul, FYI, our psplash recipe has built-in handling for multiple splash images, so you don't need to add multiple recipes to use this. You just need a psplash_git.bbappend in your own layer which does something like this: Notice after sending my email FILESEXTRAPATHS_prepend :=

[yocto] Yocto support for TX28 module from Karo Electronics?

2014-06-10 Thread Steve Strobel
My company is considering incorporating the TX28 module (Freescale i.MX287) [1] into a new project. I would like to use Yocto with it, and wondered if there was a BSP already set up for it. I didn't find one here [2], but I did find a reference to it here [3] and here [4]. Does that just

Re: [yocto] [meta-raspberrypi] Using the camera

2014-06-10 Thread Andrei Gherzan
On Mon, Jun 2, 2014 at 4:18 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 01/06/2014 22:35, Alex J Lennon wrote: On 01/06/2014 22:22, Alexandru Vaduva wrote: This are indeed some very good news Alex J Lennon. I have some questions, but those maybe can be answered by the

Re: [yocto] [meta-raspberrypi][PATCH 1/2] userland: Add '--no-as-needed' linker flag to ensure all specified shared libraries are linked against applications (e.g. raspivid)

2014-06-10 Thread Andrei Gherzan
On Mon, Jun 2, 2014 at 1:58 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: libmmal_vc_client.so makes use of __attribute__(constructor) to ensure that supplier components (e.g. camera) are loaded when the static library is loaded. There shouldn't be more than 78 characters per line.

Re: [yocto] [meta-raspberrypi][PATCH 2/2] userland: Add SRCBRANCH and SRCFORK for use by SRC_URI

2014-06-10 Thread Andrei Gherzan
On Mon, Jun 2, 2014 at 1:58 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: Makes it clearer to manage repo forks, and branches prior to (e.g.) upstream commits of in tree changes Change-Id: I42f8af975c08f84c4ceb9910713eba2da3a87d8b Signed-off-by: Alex J Lennon

Re: [yocto] [meta-raspberrypi][PATCH 1/1] gstreamer1.0-plugins-bad: Build eglglessink for Raspberry Pi

2014-06-10 Thread Andrei Gherzan
Hi Alex, On Mon, Jun 9, 2014 at 10:23 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: The eglglessink needs to be built to target the Raspberry Pi or it will seg-fault in use. Autoconf attempts to detect whether to build for RPi but there are some include files needed, the search

Re: [yocto] Best way to freeze Yocto for production

2014-06-10 Thread Burton, Ross
On 10 June 2014 18:31, Marlon Smith marlon.smit...@gmail.com wrote: Since Yocto is updated pretty frequently, at some point we'll need to freeze everything and keep a permanent copy so that we can make small changes/bug fixes without having to worry about anything being changed outside of our

Re: [yocto] [meta-raspberrypi][PATCH 1/1] gstreamer1.0-omx: Target Raspberry Pi instead of Bellagio.

2014-06-10 Thread Andrei Gherzan
Hello Alex. On Sun, Jun 8, 2014 at 1:50 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: This changes the build slightly as there are some #ifdefs in there for Raspberry Pi. Also the codec configuration file used by gstreamer1.0-omx codecs, /etc/xdg/gstomx.conf, is set correctly to

Re: [yocto] [meta-raspberrypi] Using the camera

2014-06-10 Thread Andrei Gherzan
On Tue, Jun 10, 2014 at 9:01 PM, Andrei Gherzan and...@gherzan.ro wrote: On Mon, Jun 2, 2014 at 4:18 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 01/06/2014 22:35, Alex J Lennon wrote: On 01/06/2014 22:22, Alexandru Vaduva wrote: This are indeed some very good news

Re: [yocto] [meta-raspberrypi] Purpose of vc-graphics-hardfp.bb vc-graphics.bb unclear

2014-06-10 Thread Andrei Gherzan
On Tue, Jun 3, 2014 at 5:39 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 03/06/2014 15:31, Felix01 Fischer wrote: Hello all, my ongoing struggle to get qt5 working on the raspberrypi led me to a question unrelated to qt5. why do vc-graphics-hardfp.bb vc-graphics.bb exist?

[yocto] [meta-raspberrypi] Re: Change in meta-raspberrypi[master]: Fix build error of bcm2835

2014-06-10 Thread Andrei Gherzan
Hello Karsten, On Sat, May 31, 2014 at 5:56 PM, Karsten Keil (Code Review) gerr...@gherzan.ro wrote: Karsten Keil has uploaded a new change for review. https://review.gherzan.ro:8443/97 Change subject: Fix build error of bcm2835

Re: [yocto] [meta-raspberrypi][PATCH 0/1] pi-blaster: Add recipe

2014-06-10 Thread Andrei Gherzan
Hi Alex, On Tue, May 20, 2014 at 5:40 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: Please see following patch for details. The following changes since commit f3a8693f08f99893453fd1fe282515b2f222c080: omxplayer: Update to remote's HEAD (2014-05-09 14:56:59 +0300) are

Re: [yocto] [meta-raspberrypi] Problem building core-image-sato-sdk

2014-06-10 Thread Andrei Gherzan
Hello Robert, On Tue, Apr 8, 2014 at 11:02 AM, Andrei Gherzan and...@gherzan.ro wrote: On Tue, Apr 8, 2014 at 10:41 AM, Robert Berger gm...@reliableembeddedsystems.com wrote: On 03/09/2014 02:08 PM, Federico Vitali wrote: Hi everyone, I've succesfully build core-image-sato for

Re: [yocto] Best way to freeze Yocto for production

2014-06-10 Thread Flanagan, Elizabeth
On Tue, Jun 10, 2014 at 10:31 AM, Marlon Smith marlon.smit...@gmail.com wrote: Hi everyone, We've decided to use Yocto in our company's product! And I have a question: Since Yocto is updated pretty frequently, at some point we'll need to freeze everything and keep a permanent copy so that

[yocto] Error building meta-toolchain with SDKMACHINE=x86_64-mingw32 on daisy

2014-06-10 Thread Jacob Kroon
Hi, I've added meta-mingw layer, and am using daisy branches. When I do: SDKMACHINE=x86_64-mingw32 bitbake meta-toolchain I get the following errors: ... | # @multilib_dir@ is not really necessary, but sometimes it has | # more uses than just a directory name. | /bin/sh

Re: [yocto] [meta-raspberrypi][PATCH 1/2] userland: Add '--no-as-needed' linker flag to ensure all specified shared libraries are linked against applications (e.g. raspivid)

2014-06-10 Thread Alex J Lennon
On 10/06/2014 19:22, Andrei Gherzan wrote: On Mon, Jun 2, 2014 at 1:58 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk mailto:ajlen...@dynamicdevices.co.uk wrote: libmmal_vc_client.so makes use of __attribute__(constructor) to ensure that supplier components (e.g. camera) are

Re: [yocto] [meta-raspberrypi][PATCH 1/1] gstreamer1.0-plugins-bad: Build eglglessink for Raspberry Pi

2014-06-10 Thread Alex J Lennon
On 10/06/2014 19:48, Andrei Gherzan wrote: Hi Alex, On Mon, Jun 9, 2014 at 10:23 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk mailto:ajlen...@dynamicdevices.co.uk wrote: The eglglessink needs to be built to target the Raspberry Pi or it will seg-fault in use. Autoconf

Re: [yocto] [meta-raspberrypi][PATCH 1/1] gstreamer1.0-omx: Target Raspberry Pi instead of Bellagio.

2014-06-10 Thread Alex J Lennon
On 10/06/2014 19:59, Andrei Gherzan wrote: Hello Alex. On Sun, Jun 8, 2014 at 1:50 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk mailto:ajlen...@dynamicdevices.co.uk wrote: This changes the build slightly as there are some #ifdefs in there for Raspberry Pi. Also the codec

Re: [yocto] [meta-raspberrypi][PATCH 1/1] pi-blaster: Added recipe

2014-06-10 Thread Alex J Lennon
On 10/06/2014 20:52, Andrei Gherzan wrote: Hello, Found this guy here in the meanwhile. Sorry for missing it. Fair comment. I am somewhat in the dark as to the usefulness of the 0/1 covernote myself. I usually provide it as that's what seems to be required by use of the recommended