Re: [yocto] How to get fw_env.config installed

2014-10-28 Thread Isak Lichtenstein
Hi Matt, I'm working on including the u-boot fw utility tools in my image, specifically fw_printenv and fw_setenv. For these to work the file fw_env.config needs to be placed at /etc/fw_env.config. I can see in oe-core/meta/recipes-bsp/u-boot/u-boot.inc there is a test that if

Re: [yocto] Luajit Compile Error

2014-10-28 Thread Burton, Ross
Hi, It's probably a good idea to put this somewhere public, like a new layer on eg github, or add it to meta-oe. Before then, I've some comments on your recipe: On 28 October 2014 01:40, neil...@emerson.com wrote: FILESEXTRAPATHS_prepend := ${THISDIR}/${PN}: #FILESPATH := ${THISDIR}/${PN}

Re: [yocto] Luajit Compile Error

2014-10-28 Thread Li, Xin
Hi, Indeed,there is a luajit recipe in meta-oe. You can have a look at: http://layers.openembedded.org/layerindex/recipe/4918/. Best Regards, Li Xin From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Tuesday, October 28, 2014 3:48 PM To: neil...@emerson.com Cc: Li, Xin/李 欣;

Re: [yocto] [opkg-devel] Re: [OE-core] [PATCH] opkg-utils: update-alternatives fails for [ and [[ in busybox

2014-10-28 Thread Paul Barker
On 28 October 2014 02:02, Liu Jian jian@windriver.com wrote: Hi Paul, Thanks to your correction. Could you please tell me the mailing lists? I use this mailing lists following the guidance of http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/tree/CONTRIBUTING. You told me that URL

[yocto] icecc

2014-10-28 Thread Peter Bergin
Hi, I am trying to get icecc working together with Poky (daisy branch). I follow the Yocto Project Reference Manual chapter 7.45. icecc.bbclass and I can not get it working. The manual states that I on a distribution level can add the following: INHERIT_DISTRO += icecc ICECC_DISABLED

[yocto] disable verbose output of gstreamer

2014-10-28 Thread Neuer User
Hi It seems to me that gstreamer in yocto daisy does a verbose output per default. (like gst-launch -v). Any idea how I can best disable this? Thanks Michael -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] Read-only rootfs, excluding /tmp and /var/logs

2014-10-28 Thread Andrew Wozniak
Greetings, I'm fairly new to the Yocto environment but have worked with lower level Linux build systems. To get started, my target needs to have a read-only rootfs, while excluding specific directories like /tmp and /var/logs... The Project Dev Manual 5.15 section mentions the configuration of a

[yocto] Packaging problem

2014-10-28 Thread Gary Thomas
I'm trying to split out some tests from a packages by adding these lines the recipe: PACKAGES += ${PN}-tests FILES_${PN}-tests = ${libdir}/python*/site-packages/matplotlib/test* RDEPENDS_${PN}-tests += python-nose This expands (via -e) to: # $FILES_python-matplotlib-tests # rename

Re: [yocto] Packaging problem

2014-10-28 Thread Anders Darander
* Gary Thomas g...@mlbassoc.com [141028 15:06]: I'm trying to split out some tests from a packages by adding these lines the recipe: PACKAGES += ${PN}-tests FILES_${PN}-tests = ${libdir}/python*/site-packages/matplotlib/test* RDEPENDS_${PN}-tests += python-nose ... It all looks

[yocto] OELAYOUT_ABI

2014-10-28 Thread Gary Thomas
What should this be set to (current Poky master)? $ look_for OELAYOUT_ABI ./meta/classes/sanity.bbclass:current_abi = d.getVar('OELAYOUT_ABI', True) ./meta/conf/abi_version.conf:OELAYOUT_ABI = 9 ./meta-yocto/conf/distro/poky.conf:OELAYOUT_ABI = 8 Which is correct - 8 or 9 - and why? --

Re: [yocto] Read-only rootfs, excluding /tmp and /var/logs

2014-10-28 Thread Anders Darander
* Andrew Wozniak drew@gmail.com [141028 15:05]: I'm fairly new to the Yocto environment but have worked with lower level Linux build systems. To get started, my target needs to have a read-only rootfs, while excluding specific directories like /tmp and /var/logs... The Project Dev Manual

Re: [yocto] Luajit Compile Error

2014-10-28 Thread Khem Raj
On Tuesday, October 28, 2014, Burton, Ross ross.bur...@intel.com wrote: Hi, It's probably a good idea to put this somewhere public, like a new layer on eg github, or add it to meta-oe. Before then, I've some comments on your recipe: There already is recipe for luajit in meta-OE

Re: [yocto] Packaging problem

2014-10-28 Thread Gary Thomas
On 2014-10-28 08:15, Anders Darander wrote: * Gary Thomas g...@mlbassoc.com [141028 15:06]: I'm trying to split out some tests from a packages by adding these lines the recipe: PACKAGES += ${PN}-tests FILES_${PN}-tests = ${libdir}/python*/site-packages/matplotlib/test*

Re: [yocto] How to get fw_env.config installed

2014-10-28 Thread Matt Schuckmann
Matt S. Sent from my pocket On Oct 28, 2014, at 12:03 AM, Isak Lichtenstein isak.lichtenst...@kistler.com wrote: Hi Matt, I'm working on including the u-boot fw utility tools in my image, specifically fw_printenv and fw_setenv. For these to work the file fw_env.config needs to be

[yocto] [OE-core] [PATCH] opkg-utils: update-alternatives fails for [ and [[ in busybox

2014-10-28 Thread Liu Jian
Building a small filesystem with busybox gives the following error lines: sed: -e expression #1, char 41: unterminated address regex sed: -e expression #1, char 42: unterminated address regex This is caused by the script update-alternatives. [ can not be used directly in sed expression.

[yocto] Qt5.3

2014-10-28 Thread Chiz Chikwendu
Has anyone built qt5.3 for an application an intel atom platform? I have problems with unbuildable dependency with ruby-native. Anyone know how to get around this? Chiz -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Qt5.3

2014-10-28 Thread Peter Bergin
Hi, On 10/28/2014 04:13 PM, Chiz Chikwendu wrote: Has anyone built qt5.3 for an application an intel atom platform? I have problems with unbuildable dependency with “ruby-native”. Anyone know how to get around this? Chiz have you added the meta-ruby layer to your conf/bblayers.conf? See the

Re: [yocto] Qt5.3

2014-10-28 Thread Chiz Chikwendu
Hi Peter, I added the layer meta/ruby.. I had a hard time building it as it kept looking for ruby-native. My workstation runs Fedora 20, and I installed ruby to my workstation. My workstation has ruby 2.0.0. So I installed ruby 2.0.0 in Yocto, into a custom layer, and it built successfully. I'm

[yocto] Help me understand Openembedded variable expansion

2014-10-28 Thread Matt Schuckmann
So there is something I just don't get about how variables get created, expanded, interpreted, etc in Bitbake For example I'm trying to copy some of the techniques in the Poky Tiny distribution to reduce my image size and build time. One of the fragments is this one. # The mtrace script

[yocto] udev-extraconf

2014-10-28 Thread Neuer User
Hi short question: In my own distro (inheriting from core-image), I automatically get udev and udev-extraconf included. While I like udev, I don't think I need udev-extraconf. Especially I don't want the automount script. What is the best way to exclude udev-extraconf? Thanks Michael --

[yocto] opkg Status Update

2014-10-28 Thread Paul Barker
Hi all, This is fairly relevant to OpenEmbedded so I'd like to give you all a heads up. I'll be releasing opkg v0.2.4 in around 2 weeks and will be following that with v0.3.0 in the next month or two. The v0.3.0 release will incorporate some useful features, including cache improvements and

[yocto] Package not found in base feeds with custom BSP but default settings

2014-10-28 Thread Sylvain Decastel
I found the solution... it seems that bitbake does not like camelCase (and maybe any upper case letters) I was able to reproduce the issue by renaming the beaglebone.conf machine of the meta-yocto-bsp layer to myBeagleBone.conf. the not found in the base feeds error is happening again. But if I

Re: [yocto] [opkg-devel] Re: [OE-core] [PATCH] opkg-utils: update-alternatives fails for [ and [[ in busybox

2014-10-28 Thread Liu Jian
Hi Paul, Thanks very much for your help. I will send the right one later. Many thanks! Jian 于 2014年10月28日 17:28, Paul Barker 写道: On 28 October 2014 02:02, Liu Jian jian@windriver.com wrote: Hi Paul, Thanks to your correction. Could you please tell me the mailing lists? I use this

Re: [yocto] [OE-core] opkg Status Update

2014-10-28 Thread Otavio Salvador
Hello Paul, On Tue, Oct 28, 2014 at 9:33 PM, Paul Barker p...@paulbarker.me.uk wrote: I'll be releasing opkg v0.2.4 in around 2 weeks and will be following that with v0.3.0 in the next month or two. The v0.3.0 release will incorporate some useful features, including cache improvements and

Re: [yocto] udev-extraconf

2014-10-28 Thread ChenQi
On 10/29/2014 01:19 AM, Neuer User wrote: Hi short question: In my own distro (inheriting from core-image), I automatically get udev and udev-extraconf included. While I like udev, I don't think I need udev-extraconf. Especially I don't want the automount script. What is the best way to