Re: [yocto] perl 5.22 and 32 bit targets

2016-03-22 Thread Khem Raj
On Tue, Mar 22, 2016 at 9:53 PM, Gary Thomas wrote: > I hope this is the correct place to discuss this problem. It > is all about a difference in behavior between a program built > using bitbake/OE (only OE-core is needed) vs building the program > on the target hardware itself. > > I've been str

[yocto] perl 5.22 and 32 bit targets

2016-03-22 Thread Gary Thomas
I hope this is the correct place to discuss this problem. It is all about a difference in behavior between a program built using bitbake/OE (only OE-core is needed) vs building the program on the target hardware itself. I've been struggling with this problem since perl was upgraded to version 5.

[yocto] [yocto-autobuilder][PATCH] bin/release_scripts/bsp.py

2016-03-22 Thread Graydon, Tracy
[Yocto #6287] This is part of the work for Yocto #6287. The release.py script will generate the bsps for a release. This script is essentially a stand-alone version of the bsp generation from release.py. This commit breaks that functionality out, with additional work to come for the legal complian

[yocto] [PATCH] [documentation] ref-classes.xml: fix typo in ICECC_CC variable

2016-03-22 Thread Alex Franco
The variable needs correcting as it is misspelled [YOCTO #8934] Signed-off-by: Alex Franco --- documentation/ref-manual/ref-classes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index

Re: [yocto] Append a pkg_postinst script

2016-03-22 Thread Paul Eggleton
Hi Stefano, On Tue, 22 Mar 2016 15:37:43 Stefano Cordibella wrote: > just a simple question: what is the best way to append a > pkg_postinst script? > I haven't found any information about a pkg_postint_${PN}_append () ... > I extended a recipe, via bbappend, that already defined a > pkg_post

Re: [yocto] [meta-selinux][PATCH 1/2] refpolicy: Replace 2.2014120 with release 2.20151208.

2016-03-22 Thread Stephen Smalley
On 03/21/2016 12:26 AM, Philip Tricca wrote: > This was mostly straight forward. Had to refresh a single patch: > poky-policy-fix-new-SELINUXMNT-in-sys.patch Can we drop that one? Doesn't upstream already include rules for the change from /selinux to /sys/fs/selinux, since that has been the defau

[yocto] REMINDER: REGISTER TODAY - Yocto Project Developer Day US, April 7, 2016 - San Diego

2016-03-22 Thread Jeff Osier-Mixon
Register today and get a jump start on using the Yocto Project tools: https://www.regonline.com/Register/Checkin.aspx?EventID=1809027 Check out what our trainers have prepared for the event agenda below. Introductory Track ·Introduction to the Yocto Project ·Key Concepts ·

[yocto] [PATCH][rrs] rrs: Fix frontpage redirect

2016-03-22 Thread Aníbal Limón
We was experimenting fixed redirects due to urls are cached at init of rrs. Move the redirect Release, Milestone selection to a view called FrontPageRedirect. Signed-off-by: Aníbal Limón --- rrs/urls.py | 17 +++-- rrs/views.py | 12 ++-- 2 files changed, 13 insertions(+),

[yocto] [PATCH][layerindex-web][v2] search: show matches against pn at top of recipe search results

2016-03-22 Thread Elliot Smith
Using the search box creates a query against the pns, summaries, descriptions and filenames of recipes. This results in a lot of spurious results for common terms like "git" when performing a recipe search. Make the results more useful by: * Only searching against pn, description and summary (not

[yocto] Append a pkg_postinst script

2016-03-22 Thread Stefano Cordibella
Hi list, just a simple question: what is the best way to append a pkg_postinst script? I haven't found any information about a pkg_postint_${PN}_append () ... I extended a recipe, via bbappend, that already defined a pkg_postinst_${PN} ()... Thank you for your time, Stefano. -- *Stefano

Re: [yocto] [PATCH][layerindex-web] search: only match pn against search string for recipe searches

2016-03-22 Thread Barros Pena, Belen
On 18/03/2016 16:12, "yocto-boun...@yoctoproject.org on behalf of Elliot Smith" wrote: >Using the search box creates a query against the pns, >summaries, descriptions and filenames of recipes. >This results in a lot of spurious results for common terms >like "git" when performing a recipe searc

Re: [yocto] [matchbox-desktop-2][PATCH] Do nothing on delete-event when not STANDALONE

2016-03-22 Thread Burton, Ross
On 22 March 2016 at 10:41, Jussi Kukkonen wrote: > This prevents an opportunistic alt-F4 from closing the desktop. > Pushed, thanks Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Two or more _append()'s on same task

2016-03-22 Thread Daniel.
Thank you for the reply Christopher! Best regards, 2016-03-14 15:10 GMT-03:00 Christopher Larson : > > > On Mon, Mar 14, 2016 at 10:56 AM Daniel. wrote: >> >> Hi all, >> >> I was wondering how OE/Yocto would respond if the same task is appended >> twice. >> >> If I have a .bbclass that already c

[yocto] [matchbox-desktop-2][PATCH] Do nothing on delete-event when not STANDALONE

2016-03-22 Thread Jussi Kukkonen
This prevents an opportunistic alt-F4 from closing the desktop. Signed-off-by: Jussi Kukkonen --- src/desktop.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/desktop.c b/src/desktop.c index d4fc2fb..94b4ddf 100644 --- a/src/desktop.c +++ b/src/desktop.c @@

Re: [yocto] Booting Issue in smarc-samx6i(IMX6)

2016-03-22 Thread Berlin Vince Joe V S
I am adding supporting data that was displayed on putty while booting From: Berlin Vince Joe V S [mailto:ber...@cdac.in] Sent: Tuesday, March 22, 2016 3:04 PM To: 'yocto@yoctoproject.org' Subject: Booting Issue in smarc-samx6i(IMX6) Haii, We are using yocto to boot our smarc boa

[yocto] Booting Issue in smarc-samx6i(IMX6)

2016-03-22 Thread Berlin Vince Joe V S
Haii, We are using yocto to boot our smarc board. We are facing following problem . The booting stops at the middle and we get an error as "Wrong Ramdisk image Format or corrupted image". And I am adding supporting data that was displayed on putty while booting Note: .