Re: [yocto] Luajit Compile Error

2014-10-27 Thread Li, Xin
Hi, I also build the package luajit ,but it has the following errors. Can someone help me? Thanks. --- [lixin@ubinux-yocto-15 temp]$ cat log.do_compile.14752 DEBUG: Executing shell function do_compile NOTE: make -j 10

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 Eggletonlt;paul.eggle...@linux.intel.comgt; wrote On Friday 24 October 2014 17:10:19 prashanthg wrote: gt; @PaulEggleton Thanks a lot. I

Re: [yocto] PERL5LIB not properly reflecting target_sdk_dir

2014-10-27 Thread Wolfgang Denk
Dear Joseph Andrew de la Peña, In message cajrrhk4q_bnrv2g1kup9btjj9gvmufkmsltmbx8k5hmp7me...@mail.gmail.com 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

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 jian@windriver.com 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

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 p...@paulbarker.me.uk 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'

[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 michael.g.w...@intel.com --- Post/parser.py | 13 + 1 file changed, 13 insertions(+) diff --git

[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

[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

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

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 nicholas.cr...@saabsensis.com 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

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

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

2014-10-27 Thread Burton, Ross
On 27 October 2014 19:40, Gary Thomas 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 and had been building many other recipes (also python with a

[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= 1.7

[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