Re: [yocto] Errors with update-rc.d: /etc/init.d/XXX exists during rc.d purge (use -f to force)

2014-06-13 Thread Richard Leitner - SKIDATA
Hi everybody again, is there any update on this? I'm facing the same issue with the 1.5.2 release. I don't want to add that -f in meta/classes/update-rc.d.bbclass if there is a better solution. (And I'm quite sure there must be a better one ;-) ) Maybe overriding the postrm function in my own

[yocto] Rasperry Pi bcm2835-bootfiles-20140221-r3 do_fetch

2014-06-13 Thread Kashyap Gada
Hello, The following do_fetch of bcm28353-bootfiles-20140221-r3 is taking considerable amount of time. I have kept system monitor applcation on on my ubuntu workstation which shows download at about 114KBps. I want to know if this do_fetch task is interrupted and bitbake is stopped as I have to

[yocto] building armhf deb with Yocto Daisy

2014-06-13 Thread Anup Kini
Dear All, I am currently trying to build armhf debs using Yocto. I use the machine tune = cortexa9hf-neon for an iMX6 Dual Lite Dev board. All the debs built in the build/tmp/deploy/deb/ folder are XYZ_armel.deb How do i build XYZ_armhf.deb using Yocto ? Any suggestions or pointer will be

Re: [yocto] building armhf deb with Yocto Daisy

2014-06-13 Thread Paul Barker
On Fri, Jun 13, 2014 at 10:13:54AM +0200, Anup Kini wrote: Dear All, I am currently trying to build armhf debs using Yocto. I use the machine tune = cortexa9hf-neon for an iMX6 Dual Lite Dev board. All the debs built in the build/tmp/deploy/deb/ folder are XYZ_armel.deb How do i build

Re: [yocto] Daisy 1.6.1 Build Complete (artifacts available)

2014-06-13 Thread Georgescu, Alexandru C
Hi Saul, Usually they are displayed on any build from that triggered one, e.g. if you scroll down here you can see the commits used: https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/1 39 Regards, -- Alexandru Georgescu Yocto QA Engineer SSG/SSD Open Source Technology

Re: [yocto] How to determine which tasks bitbake just ran?

2014-06-13 Thread Paul Eggleton
On Thursday 12 June 2014 15:52:10 Patrick Doyle wrote: Thanks. bitbake foo | cat is most likely to be what I was looking for. I found the cooker log shortly after I asked my question. I'll go look through bitbake and see what it would take to create a symbolic link to the most recent

Re: [yocto] building armhf deb with Yocto Daisy

2014-06-13 Thread Anup Kini
Hi Paul, I did try that, but still the packages built are all armel.deb I am trying to build armhf.deb packages. I also checked in the package_deb.bbclass, where for arm, its defaulted to armel. I am not sure if this will effect the build and packaging process also. I have a linaro armhf image

[yocto] How to specify a default value for a variable in a recipe

2014-06-13 Thread Patrick Doyle
OK, I've got to ask this, because it totally confuses me. I wrote a recipe to build a custom application (gstreamer plugin, actually) that I wanted to fetch from our SCM. Bitbake told me I needed to specify a source revision and even gave me a clue of what to put in. Looking at the development

[yocto] using ADT with hard float?

2014-06-13 Thread Ruud den Bekker
L.S., Can I use the ADT tools to compile for ARM using hardware floating point? /usr/arm-linux-gnueabihf/lib/sf is linked to /usr/arm-linux-gnueabi/lib regards, Ruud Ruud den Bekker Cordis Automation B.V. High Tech Campus 9 5656 AE Eindhoven --

Re: [yocto] How to specify a default value for a variable in a recipe

2014-06-13 Thread Gary Thomas
On 2014-06-13 07:08, Patrick Doyle wrote: OK, I've got to ask this, because it totally confuses me. I wrote a recipe to build a custom application (gstreamer plugin, actually) that I wanted to fetch from our SCM. Bitbake told me I needed to specify a source revision and even gave me a clue of

Re: [yocto] How to specify a default value for a variable in a recipe

2014-06-13 Thread Patrick Doyle
On Fri, Jun 13, 2014 at 9:47 AM, Gary Thomas g...@mlbassoc.com wrote: If this is in the gstxbac recipe itself, use the much simpler SRCREV ?= ${AUTOREV} Even better! While I like that solution best of all, that opens up a whole new world of hurt for me. How does SRCREV_default_pn-gstxbac =

[yocto] Adding files to the hddimg

2014-06-13 Thread Francois P. Gallichand
Hello, I'm relatively new to yocto and this is maybe something that is pretty basic but how can I add my own files in the bootimg (.hddimg) using a custom recipes? And I really means the boot image file, not the rootfs image. Thanks, François Gallichand Engineer - Software Group ABB Group

Re: [yocto] How to specify a default value for a variable in a recipe

2014-06-13 Thread Gary Thomas
On 2014-06-13 08:07, Patrick Doyle wrote: On Fri, Jun 13, 2014 at 9:47 AM, Gary Thomas g...@mlbassoc.com wrote: If this is in the gstxbac recipe itself, use the much simpler SRCREV ?= ${AUTOREV} Even better! While I like that solution best of all, that opens up a whole new world of hurt

Re: [yocto] How to specify a default value for a variable in a recipe

2014-06-13 Thread Patrick Doyle
On Fri, Jun 13, 2014 at 10:13 AM, Gary Thomas g...@mlbassoc.com wrote: Any time you need to set the variable outside of the recipe itself (.bb* or .inc), then you need the _pn-${recipe} syntax. Ahhh…. that's good to know. I keep wanting to understand the scope rules of bitbake. This helps.

[yocto] PROVIDES now always working (populate_sdk)?

2014-06-13 Thread Marek Andrus
Hi, I use external toolchain and 'm trying to do populate_sdk. I get a strage output. First bitbake tells me, that: DEBUG: providers for eglibc are: ['eglibc'] DEBUG: sorted runtime providers for eglibc are: ['/home/marek/yocto/poky/meta/recipes-core/eglibc/eglibc_2.19.bb'] (it is not the

Re: [yocto] put symlink into /usr in sysroot

2014-06-13 Thread Marek Andrus
I've found the solution. I created a function (fun) and added it to the functions called during populate_sysroot: SYSROOT_PREPROCESS_FUNCS += fun The function fun does the work: ln -s lib ${SYSROOT_DESTDIR}usr/lib64 BR, Marek On 11.06.2014 13:33, ext Marek Andrus wrote: Hi, I have to make

[yocto] Custom image for EMB-3500

2014-06-13 Thread Yocto user
Hi, This is Rohit, I am trying to get yocto wokring on a ARM Board (EMB-3500 iMX6). The board doesn't support booting from Memory card. So we use the mfgtools to flash the image to on board Nand. We have Ubuntu Image which works with no issue. The Ubuntu Image has 3 files, 1. rootfs.tar.bz2 2.

[yocto] [oe] [meta-oracle-java][PATCH] Version update and Java for ARM

2014-06-13 Thread Pavel Shumeika
Updated oracle jre and jdk recipes to the latest update 60. Also added recipe for ejre to support ARM. Signed-off-by: Pavel Shumeika pavel_shume...@epam.commailto:pavel_shume...@epam.com --- .../oracle-java/oracle-jse-ejre-arm_1.7.0.bb | 8 +

[yocto] Installing a new software

2014-06-13 Thread Bharath Chandra
Hi, I am a newbee to yocto and I have a query. what is the process to add a new software to the image which is up and running. Should I add that package to recipe and build the image again and deploy it or is there any other simple way to do that?? -- Thanks Regards, Bharath Chandra Elluru.

Re: [yocto] virtual/mesa, virtual/libgl provided by multiple packages

2014-06-13 Thread Alex J Lennon
On 28/05/2014 21:31, Khem Raj wrote: On Tue, May 27, 2014 at 3:44 PM, Chris Morgan chmor...@gmail.com wrote: Building a custom image with wayland and weston based on core-image, seeing issues with virtual/mesa and virtual/libgl being provided by multiple packages. Not sure if I'm doing

Re: [yocto] virtual/mesa, virtual/libgl provided by multiple packages

2014-06-13 Thread Chris Morgan
On Fri, Jun 13, 2014 at 3:45 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 28/05/2014 21:31, Khem Raj wrote: On Tue, May 27, 2014 at 3:44 PM, Chris Morgan chmor...@gmail.com wrote: Building a custom image with wayland and weston based on core-image, seeing issues with

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

2014-06-13 Thread Jim Rafert
Well, now that I've resolved my spelling error, the build succeeds, but my pkg_postinst_${PN} () function doesn't seem to run. I suppose I'm resigned to making .bbappend recipes to lay down my revised version of the config files. at least they can all be localized in a layer. Sometimes you

Re: [yocto] [OE-core] OEDAM: OpenEmbedded Developers (Americas) Meeting

2014-06-13 Thread Jeff Osier-Mixon
On Mon, May 19, 2014 at 5:57 PM, Stephen Arnold stephen.arnol...@gmail.com wrote: And a special thanks to everyone for letting the Gentoo dev crash the meeting. The meeting *was* fun and educational (especially for me). So far both the community and technology have been a lot of fun getting