Re: [yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-19 Thread Trevor Woerner
On Mon, Jun 19, 2017 at 1:48 AM, Trevor Woerner wrote: > On Fri 2017-06-16 @ 05:15:40 PM, drew.mose...@mender.io wrote: > Any thoughts? It appears my image was too large. Using a smaller image appears to work as expected! -- ___ yocto mailing list yoct

Re: [yocto] [meta-cgl][PATCH] pacemaker: update to 1.1.16

2017-06-19 Thread Adrian Dudau
On fre, 2017-06-09 at 10:59 +0800, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > * update the licenses and checksum > * fix PN -> BPN for multilib builds > * add PACKAGECONFIG for systemd and libsmtp > * add fix for libgnutls > > Signed-off-by: Jackie Huang > --- >  ...006-pacemake

[yocto] [meta-gplv2][PATCH] coreutils: fix musl compilation

2017-06-19 Thread André Draszik
From: André Draszik As per the patch Signed-off-by: André Draszik Acked-by: Sylvain Lemieux --- ...-need-charset.alias-when-building-for-mus.patch | 44 ++ recipes-core/coreutils/coreutils_6.9.bb| 1 + 2 files changed, 45 insertions(+) create mode 100644 rec

[yocto] [meta-gplv2][PATCH] m4: fix security & musl issues

2017-06-19 Thread André Draszik
From: André Draszik As per the patches. Signed-off-by: André Draszik Acked-by: Sylvain Lemieux --- recipes-devtools/m4/m4-1.4.9.inc | 5 +++ ...compilation-error-with-security-flags-ena.patch | 35 + ...-need-charset.alias-when-building-for-mus.patch | 44 ++

[yocto] [meta-gplv2][PATCH] grep: fix compilation with security flags enabled

2017-06-19 Thread André Draszik
From: André Draszik As per attached patch Signed-off-by: André Draszik Acked-by: Sylvain Lemieux --- ...compilation-error-with-security-flags-ena.patch | 134 + recipes-extended/grep/grep_2.5.1a.bb | 1 + 2 files changed, 135 insertions(+) create mode 1006

Re: [yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-19 Thread Drew Moseley
> On Jun 19, 2017, at 1:48 AM, Trevor Woerner wrote: > >> If you have a serial console connected to >> +your board, you will see the progress and a message on the console will >> indicate when >> +the flashing is completed. > > hmmm, never saw this. I have a console connected, the moment the s

[yocto] [meta-raspberrypi] Configure eth0 to come up with Link-Local IPv6 address only

2017-06-19 Thread Thomas Thorne
Good afternoon, I am trying to generate an image for a Raspberry Pi 3 that includes a `/etc/network/interfaces` file which causes the Pi to start with an "up" eth0 connection with only an IPv6 link local address. The Pi will be connected to an active switch on boot so the copper ethernet inter

Re: [yocto] Openjdk-8 fetcher failure

2017-06-19 Thread Maxin B. John
Hi Alok, On Mon, Jun 19, 2017 at 06:11:20AM +, Pawar, Alok wrote: > >Hi All, > > I am using yocto 2.1.2 krogoth, and I added meta-java in it, but when I tried > to bitbake. I faced fetcher failure, following are the Error : > >ERROR: openjdk-8-102b14-r0 do_fetch: Fetcher failure: Fetch comma

Re: [yocto] [prelink-cross][PATCH] src/rtld: Add MicroBlaze support based on glibc-2.24

2017-06-19 Thread Mark Hatle
I've merged this to the cross_prelink_staging (and master_staging, even though it's a no-op there). The change seems fairly obvious to me. Can you verify it is working properly as merged into cross_prelink_staging, then I'll move it to the full cross_prelink and master. --Mark On 6/19/17 8:45 A

Re: [yocto] [meta-chip][RFC PATCH 3/3] chip: Add chip-u-boot-scr recipe and flash script

2017-06-19 Thread Trevor Woerner
On Mon, Jun 19, 2017 at 7:22 AM, Drew Moseley wrote: > >> On Jun 19, 2017, at 1:48 AM, Trevor Woerner wrote: >> >>> If you have a serial console connected to >>> +your board, you will see the progress and a message on the console will >>> indicate when >>> +the flashing is completed. >> >> hmmm,

[yocto] Yocto Project Status WW25’17

2017-06-19 Thread Jolley, Stephen K
Current Dev Position: Preparing for YP 2.4 M1 Next Deadline: YP 2.4 M1 Cut off is June 12, 2017 SWAT team rotation: Alejandro -> Jussi on June 16, 2017. SWAT team rotation: Jussi -> Stephano on June 23, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updat

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-19 Thread Jacobo Aragunde Pérez
On 18/06/17 20:10, Gunnar Andersson wrote: > > Riko Ho wrote: > >> Hello Everyone, >> >> I tried to compile chromium but never succeeded, took me already 12 >> hours and stopped on 99%, I used bitbake for doing it, > > Not sure what would cause it to just stop and it could have been some > tem

Re: [yocto] Using A Proprietary Closed License Inside A Layer & Its Recipes

2017-06-19 Thread Thomas Thorne
> > FWIW: We created a proprietary license file called files/common- > > licenses/company.txt in our proprietary layer, then added the > > following to layer.conf: > > > > COMPANY_COMMON_LICENSES := '${@os.path.normpath("${LAYERDIR}/files > > /com > > mon-licenses")}' > > BB_HASHBASE_WHITELIST

[yocto] [layerindex-web][PATCH] WIP solution to bug-11197: adding asynchronous task execution with celery and rabbitmq

2017-06-19 Thread Diana Thayer
Hello! This is a work-in-progress solution to issue 11197 within layerindex-web: adding asynchronous task execution. I used RabbitMQ and Celery. I'm still working with Paul Eggleton on adding install instructions for RabbitMQ to the site's Dockerfile. Previously, when a user submitted a layer,

Re: [yocto] [meta-raspberrypi] Configure eth0 to come up with Link-Local IPv6 address only

2017-06-19 Thread Khem Raj
On Mon, Jun 19, 2017 at 4:15 AM, Thomas Thorne wrote: > Good afternoon, > > > > I am trying to generate an image for a Raspberry Pi 3 that includes a > `/etc/network/interfaces` file which causes the Pi to start with an “up” > eth0 connection with only an IPv6 link local address. > ​I get IPV4 a

Re: [yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-19 Thread Khem Raj
On Sun, Jun 18, 2017 at 8:00 PM, Riko Ho wrote: > Hello Everyone, > > How can I obtain : rtl8192eu_nic.bin? > > I got this message : > > RTL8192EU rev B (SMIC) 2T2R, TX queues 3, WiFi=1, BT=0, GPS=0, HI PA=0 > usb 1-1: RTL8192EU MAC: 00:0b:81:a2:a5:60 > usb 1-1: rtl8xxxu: Loading firmware rtlwifi/

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-19 Thread Khem Raj
On Mon, Jun 19, 2017 at 7:21 AM, Jacobo Aragunde Pérez wrote: > On 18/06/17 20:10, Gunnar Andersson wrote: >> >> Riko Ho wrote: >> >>> Hello Everyone, >>> >>> I tried to compile chromium but never succeeded, took me already 12 >>> hours and stopped on 99%, I used bitbake for doing it, >> >> Not s

[yocto] [meta-cgl][PATCH v2] pacemaker: update to 1.1.16

2017-06-19 Thread jackie.huang
From: Jackie Huang * update the licenses and checksum * fix PN -> BPN for multilib builds * add PACKAGECONFIG for systemd and libsmtp * add fix for libgnutls Signed-off-by: Jackie Huang --- ...006-pacemaker-do-not-use-libgnutls-config.patch | 31 ++ .../{pacemaker_1.1.15.bb

Re: [yocto] [meta-cgl][PATCH] pacemaker: update to 1.1.16

2017-06-19 Thread Huang, Jie (Jackie)
> -Original Message- > From: Adrian Dudau [mailto:adrian.du...@enea.com] > Sent: Monday, June 19, 2017 16:28 > To: Huang, Jie (Jackie); yocto@yoctoproject.org > Subject: Re: [yocto] [meta-cgl][PATCH] pacemaker: update to 1.1.16 > > On fre, 2017-06-09 at 10:59 +0800, jackie.hu...@windrive

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-19 Thread Riko Ho
My memory is 8Gb and swap 8Gb, 8 cores i7, may be a homemade cluster can help ? I compiled firefox and it worked well, but still wondering why chromium didn't work. On 20/06/17 04:01, Khem Raj wrote: On Mon, Jun 19, 2017 at 7:21 AM, Jacobo Aragunde Pérez wrote: On 18/06/17 20:10, Gunnar A

Re: [yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-19 Thread Riko Ho
I've put meta == > linux-firmware, but stil doesn't work, probably a hardware issue ? I'll post my debug log later on, I've checked that it can read *.bin on /lib/firmware, but still can not initialize properly, don't know why yet. On 20/06/17 03:57, Khem Raj wrote: On Sun, Jun 18, 2017 at

Re: [yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-19 Thread Riko Ho
I got all the files needed, but now I get no response from the dongle when I plug it, Here's the files on the board : root@beaglebone:/lib/firmware/rtlwifi# ls rtl8188efw.bin rtl8192eu_ap_wowlan.bin rtl8723bs_bt.bin rtl8188eufw.binrtl8192eu_nic.bin rtl8723bs_nic.bin rtl8192cfw.bin

Re: [yocto] RTL8192EU rev B (SMIC) ==> rtl8192eu_nic.bin ?

2017-06-19 Thread Khem Raj
On Mon, Jun 19, 2017 at 8:46 PM, Riko Ho wrote: > I got all the files needed, but now I get no response from the dongle when I > plug it, you might want to check logs and see if there are udev events generated on insertion. > > Here's the files on the board : > root@beaglebone:/lib/firmware/rtlw

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-19 Thread Khem Raj
On Mon, Jun 19, 2017 at 8:32 PM, Riko Ho wrote: > My memory is 8Gb and swap 8Gb, 8 cores i7, may be a homemade cluster can > help ? > add something like EXTRA_OEGYP_prepend = " -Dcomponent=shared_library -Dremove_webcore_debug_symbols=1 -Dfastbuild=1 " and see if that helps. > I compiled firef