Re: [yocto] Luajit Compile Error

2014-10-27 Thread Neil.Wu
This is my .bb file what compile the LuaJIT on arm architecture. I hope it can help you! SUMMARY = "Add LuaJIT to rootfs" HOMEPAGE = "http://luajit.org/index.html"; LICENSE = "MIT" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" #FILESPATH := "${THISDIR}/${PN}" LIC_FILES_CHKSUM = "file://COPYRIGH

[yocto] How to get fw_env.config installed

2014-10-27 Thread Matt Schuckmann
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 fw_env.config is in the

[yocto] Strange ptest failure

2014-10-27 Thread Gary Thomas
I'm seeing a very strange failure on one of my build hosts. This is my configuration: BB_VERSION= "1.24.0" BUILD_SYS = "i686-linux" NATIVELSBSTRING = "Fedora-17" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "qemuarm" DISTRO= "poky" DISTRO_VERSION

Re: [yocto] Is the build system SCM sensitive?

2014-10-27 Thread Gary Thomas
On 2014-10-27 14:07, Burton, Ross wrote: On 27 October 2014 19:40, Gary Thomas mailto:g...@mlbassoc.com>> wrote: I think I know what triggered this - a recent change in bitbake.conf redefined BUILD_CPP (and others). I had merged this change some six hours before my strange build an

Re: [yocto] Is the build system SCM sensitive?

2014-10-27 Thread Burton, Ross
On 27 October 2014 19:40, Gary Thomas wrote: > I think I know what triggered this - a recent change in bitbake.conf > redefined BUILD_CPP (and others). I had merged this change some six > hours before my strange build and had been building many other recipes > (also python with a similar set of

Re: [yocto] Is the build system SCM sensitive?

2014-10-27 Thread Gary Thomas
On 2014-10-27 12:03, Saul Wold wrote: On 10/27/2014 09:50 AM, Gary Thomas wrote: I had a complete build (details probably don't matter) using Poky master. I'm working on a fix to one of the core recipes, so I made a local branch: % git checkout -b fix-python-pygtk master I made a single line

Re: [yocto] Best practices for changing a conf file

2014-10-27 Thread Mario Domenech Goulart
Hi Nick, On Mon, 27 Oct 2014 17:25:41 + "Crast, Nicholas" wrote: > I’m just looking for some advice on best practices. I want to change > the configuration file for rsyslog called rsyslog.conf > (poky/meta/recipes-extended/rsyslog), but there is a certain appeal to > me of not changing the

Re: [yocto] Is the build system SCM sensitive?

2014-10-27 Thread Saul Wold
On 10/27/2014 09:50 AM, Gary Thomas wrote: I had a complete build (details probably don't matter) using Poky master. I'm working on a fix to one of the core recipes, so I made a local branch: % git checkout -b fix-python-pygtk master I made a single line change in the recipe (removing a line

[yocto] Best practices for changing a conf file

2014-10-27 Thread Crast, Nicholas
Hi all, I'm just looking for some advice on best practices. I want to change the configuration file for rsyslog called rsyslog.conf (poky/meta/recipes-extended/rsyslog), but there is a certain appeal to me of not changing the files in the meta directory. I like to keep those pristine and accom

[yocto] Is the build system SCM sensitive?

2014-10-27 Thread Gary Thomas
I had a complete build (details probably don't matter) using Poky master. I'm working on a fix to one of the core recipes, so I made a local branch: % git checkout -b fix-python-pygtk master I made a single line change in the recipe (removing a line from the do_install step). When I then rebui

[yocto] [error-report-web][PATCH] parser: Check for tag markup in the metadata fields

2014-10-27 Thread Michael Wood
Before we commit the error report metadata to the database do a rudimentary check on all fields that are passed to the graphs page to avoid any XSS happening. Signed-off-by: Michael Wood --- Post/parser.py | 13 + 1 file changed, 13 insertions(+) diff --git a/Post/parser.py b/Post/p

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

2014-10-27 Thread Paul Barker
On 27 October 2014 09:52, Paul Barker wrote: > > Sorry, you've sent a patch for oe-core to the wrong mailing lists here. > > Also, this patch doesn't apply against oe-core anyway, it looks like > your email program has corrupted it by wrapping lines. Please use 'git > send-email' if you can. > > T

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

2014-10-27 Thread Paul Barker
On 27 October 2014 09:35, Liu Jian wrote: > 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. > "["

Re: [yocto] PERL5LIB not properly reflecting target_sdk_dir

2014-10-27 Thread Wolfgang Denk
Dear Joseph Andrew de la Peña, In message you wrote: > > anyone? I confirm the problem. > > I have seen a problem in SDK installation where PERL5LIB does not reflect > > vendor_perl location. > > I have specified SDK installtion path as /bonus/scratch/sdk. Yet when I > > executed -V no vendor

Re: [yocto] Yocto Daisy - Beaglebone Black - core-image-minimal - Error: do_compile

2014-10-27 Thread prashanthg
Dear Paul Eggleton, Thanks for the help. That seems to work! Have a good day. Regards, Prashanth On Fri, 24 Oct 2014 19:31:02 +0530 Paul Eggleton wrote On Friday 24 October 2014 17:10:19 prashanthg wrote: > @PaulEggleton Thanks a lot. I tried 'bi