[yocto] [patchwork][PATCH] parsemail.py: Improve clean_subject function

2017-04-04 Thread Jose Lamego
PATCH prefix is not appropriately identified as such if it is not sepparated from following word in an email Subject line. This leads to wrong patch naming. This change allows for appropriate patch naming by checking during clean_subject function if "PATCH" prefix in Su

[yocto] (no subject)

2013-09-10 Thread arun kumar
___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] (no subject)

2019-05-08 Thread B, Karthik
STOP -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [[AUH][PATCH] 5/6] upgradehelper.py: Add layer name to upgrade email subject

2017-05-18 Thread Aníbal Limón
440,11 @@ class Updater(object): to_list = settings["status_recipients"].split() -subject = "[AUH] Upgrade status: " + date.isoformat(date.today()) +if self.opts['layer_mode'] == 'yes': +subject = "[AUH] Upgrade status %s: %s"

[yocto] (no subject)

2017-03-10 Thread Suneetha Lakshmi G
suneeth...@tataelxsi.co.in -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] (no subject)

2017-01-09 Thread Rohit Jindal
Please help.me adding support for JIT to openjdk 8 in arm architecture. Immediate help is highly appreciated. Rohit -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Layers for AMD Geode LX 800

2018-10-24 Thread Mauro Ziliani
Hi all. Do you know if there is some layers ready for the board in subject? It is an IBASE IB550F. Thanks all Mauro -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] (no subject)

2018-10-04 Thread Satya Sampangi
Dear All, How to run the task in the recipe file present in the custom layer, *which executes all packages*, bypassing the task present in base layers? Thanks & Regards, Satya -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] (no subject)

2018-09-02 Thread nishant poorswani
Hi. I'm looking to write a recipe which installs the wheel file directly. Any idea how to go about it. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] (no subject)

2019-01-29 Thread Antonio Santagiuliana
Hi, I am missing the steps required to add to an image the support for an RTC plugged in to I2C1 interface, with autostart. is there a page with instructions ? thank you -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] What is the best process for applying patches to dora?

2014-06-16 Thread Burton, Ross
On 14 June 2014 17:48, Patrick Doyle wpds...@gmail.com wrote: What is the best way to get this applied to dora? Cherry-pick the commit into a branch of Dora to verify that it applies and builds, and then sent the patch to oe-core@ with '[dora]' added to the message subject (--subject-prefix

Re: [yocto] What is the best process for applying patches to dora?

2014-06-16 Thread Patrick Doyle
and builds, and then sent the patch to oe-core@ with '[dora]' added to the message subject (--subject-prefix is the option you want for git-send-email). Ross -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo

[yocto] [layerindex-web][PATCH 1/6] settings: allow disabling layer publishing emails

2018-05-20 Thread Paul Eggleton
active: -help_contact = user -break - -# create subject from subject template -d = { -'layer_name': layeritem.name, -'site_name': request.META['HTTP_HOST'], -} -subject = subjecttext.render(d).rstrip() - -#create body from body template

[yocto] [layerindex-web][PATCH 1/7] settings: allow disabling layer publishing emails

2018-07-02 Thread Paul Eggleton
-break - -# create subject from subject template -d = { -'layer_name': layeritem.name, -'site_name': request.META['HTTP_HOST'], -} -subject = subjecttext.render(d).rstrip() - -#create body from body template -d = { -'maintainers': maintainer_names

Re: [yocto] Building clang with Yocto

2014-12-08 Thread Yu, Chan KitX
Hi Jim, How did you jam the clang compiler into the SDK tarball? Chan Kit -Original Message- From: Jim Rafert [mailto:j...@spectralogic.com] Sent: Tuesday, December 09, 2014 1:48 AM To: yocto@yoctoproject.org; Yu, Chan KitX Subject: Building clang with Yocto Hello Chan, I have been

Re: [yocto] [patchwork][PATCH] patchwork/bin/parsemail: Make "[PATCH" prefix mandatory

2017-01-09 Thread Jose Lamego
On 01/09/2017 04:49 AM, Patrick Ohly wrote: >... > > I'm wondering if we can address two bugs with the same fix, something > that requires that the Subject line is starting with a set of tags plus > the [PATCH] tag. For example: > > patch_prefix = re.match('(\s*\[[

Re: [yocto] [SPAM] - Re: [SPAM] - Re: image recipe gives error: has no buildable providers - Email found in subject - Email found in subject

2012-08-10 Thread Tim Verstraete
augustus 2012 18:19 To: Tim Verstraete Cc: Robert P. J. Day; McClintock Matthew-B29882; yocto@yoctoproject.org Subject: [SPAM] - Re: [yocto] [SPAM] - Re: image recipe gives error: has no buildable providers - Email found in subject - Email found in subject On Wed, 2012-08-08 at 15:50 +, Tim

Re: [yocto] Building clang with Yocto

2014-12-08 Thread Yu, Chan KitX
Message- From: Yu, Chan KitX Sent: Tuesday, December 09, 2014 9:19 AM To: 'Jim Rafert'; yocto@yoctoproject.org Subject: RE: Building clang with Yocto Hi Jim, How did you jam the clang compiler into the SDK tarball? Chan Kit -Original Message- From: Jim Rafert [mailto:j...@spectralogic.com

Re: [yocto] Building clang with Yocto

2014-12-09 Thread Jim Rafert
the Yocto framework, you will share the information. -Jim- From: Yu, Chan KitX [chan.kitx...@intel.com] Sent: Monday, December 08, 2014 6:19 PM To: Jim Rafert; yocto@yoctoproject.org Subject: RE: Building clang with Yocto Hi Jim, How did you jam the clang

[yocto] [patchwork][PATCH] parsemail: keep branch name in subject for series

2017-09-06 Thread Jose Lamego
xes_re = re.compile(r'^\[[^\]]*\]\s*') def strip_prefixes(subject): +# get last releases names from Yocto wiki page to keep them +# as part of the series name if present, since such patches +# are branch-specific +try: +from lxml import html +import re

[yocto] [patchwork][PATCH] patchwork/bin/parsemail: Improve new patch filtering

2017-01-11 Thread Jose Lamego
From: Jose Lamego <jose.a.lam...@intel.com> Patchwork may incorrectly identify emails containing patch-like content or that are replies/forwards from a previous message as patches, thus wrongly creating a new series revision. This change makes "[PATCH" prefix in subject mand

Re: [yocto] [patchwork][PATCH] patchwork/bin/parsemail: Make "[PATCH" prefix mandatory

2017-01-09 Thread Patrick Ohly
On Fri, 2017-01-06 at 17:03 -0600, Jose Lamego wrote: > Patchwork may incorrectly identify emails containing patch-like content as > patches. > This change makes "[PATCH" prefix in subject mandatory for emails to be > considered as new patches. > > [YOCTO #10764] >

Re: [yocto] yoctoproject.org down?

2011-06-02 Thread Cherry, John
Thanks. Must be something on my side. From: Rifenbark, Scott M [mailto:scott.m.rifenb...@intel.com] Sent: Thursday, June 02, 2011 7:54 AM To: Cherry, John; yocto@yoctoproject.org Subject: RE: yoctoproject.org down? http://www.yoctoproject.org is working for me at the moment. Scott From: yocto

[yocto] [[AUH] PATCHv2 13/13] upgradehelper.py: Add support for preserve emails.

2015-11-11 Thread Aníbal Limón
r.py b/upgradehelper.py index f7ce425..5eb9f5a 100755 --- a/upgradehelper.py +++ b/upgradehelper.py @@ -413,6 +413,20 @@ class Updater(object): if self.send_email and not err: self.email_handler.send_email(to_addr, subject, msg_body, attachments, cc_addr=cc_addr) +# Preserve

[yocto] Branch Maintenance process clarification

2016-05-15 Thread akuster808
version in the subject line e.g. [1.20]) AK] I have not seen this being done in the past. Should we start doing this or update the process ? 7. Split out OE-Core changes and create an openembedded-core-contrib branch containing them; send the cover letter only (marking it as such in the subject

[yocto] [meta-ivi][PATCH 1/4] MAINTAINERS: Add info about patch subject

2013-01-04 Thread Andrei Gherzan
layer. Please submit any patches against meta-ivi to the maintainers (cc:ing the Yocto Project mailing list (yocto@yoctoproject.org)) +with '[meta-ivi]' in subject You may also contact the maintainers directly in case you have any questions on a particular meta-ivi topic, but please try to do

Re: [yocto] backport of a fix in master to krogoth

2016-07-12 Thread Dominic Sacré
ply to krogoth too. > > __ __ > > Is there so a plan to backport it to krogoth? > > > Certainly. The fastest way for this to happen would be for you to > verify that it applies and works in krogoth and send the patch yourself > (with [krogoth] in the patch subject so the relevan

Re: [yocto] [meta-selinux][PATCH 04/21] libsemanage: uprev to 2.7 (20170804)

2017-09-12 Thread Mark Hatle
On 9/12/17 9:06 PM, wenzong fan wrote: > On 09/12/2017 06:59 PM, Chanho Park wrote: >> Hi, >> >> I can't apply this patch on top of the master branch. Which revision did >> you make the patches? > > Oops, that's my fault. I did a "sed -i -e 's/Subjec

Re: [yocto] Fwd:

2013-02-11 Thread Iorga, Cristian
Hello, this is spam. -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Belisko Marek Sent: Tuesday, February 12, 2013 2:15 AM To: yocto@ Subject: [yocto] Fwd: [Link removed!] ___ yocto

Re: [yocto] Yocto Qt!

2013-03-25 Thread Florin Cristian Dan
-- Forwarded message -- From: Cristi Dan dan.florincrist...@gmail.com Date: 2013/3/25 Subject: Re: [yocto] Yocto Qt! To: ross.bur...@intel.com When i try (qmake -project) says that qmake: command not found the same thing with make It's there any chance that the Qt isn't added

Re: [yocto] RFC: Post build configuration

2013-04-08 Thread Trevor Woerner
On Mon, Apr 8, 2013 at 5:49 PM, Sean Liming sean.lim...@annabooks.com wrote: Is this post-build utility an active project for the Yocto Project or is it just getting started? It's only in the discussion phase right now, hence the RFC in the subject line

[yocto] FW: M4 Schedule

2011-08-09 Thread Liu, Song
-Original Message- From: Flanagan, Elizabeth [mailto:elizabeth.flana...@intel.com] Sent: Monday, August 08, 2011 1:30 PM To: Liu, Song; Wold, Saul Subject: M4 Schedule M4 Release schedule -- Elizabeth Flanagan Yocto Project Build and Release m4.xls Description: m4.xls

[yocto] meta-crownbay/README

2011-11-09 Thread James Abernathy
A couple of items I think need changed in the subject document. 1. the command to copy the license needs recipe changed to recipe-graphics. 2. both of the cp commands need some additional directory reference since meta-intel is not in the IEMGD_HEAD_Linux directoy anywhere. Jim

Re: [yocto] test

2012-05-08 Thread Stewart, David C
I didn't know there was going to be a test! Sent from my Blackberry - Original Message - From: Xiaofeng Yan [mailto:xiaofeng@windriver.com] Sent: Tuesday, May 08, 2012 07:54 PM To: yocto@yoctoproject.org yocto@yoctoproject.org Subject: [yocto] test test

[yocto] how do I prevent a specific package from being built/installed (e.g., bash)?

2012-06-16 Thread Anders Roxell
Hi, See subject. Is there some config-file for package-masks (like portage's /etc/portage/package.mask)? with kind regards, Anders ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH V2] omxplayer : Install fonts directory in datadir

2014-03-05 Thread Andrei Gherzan
On Wed, Mar 5, 2014 at 11:06 AM, Sebastien MENNETRIER s.mennetr...@innotis.org wrote: Sorry, I forget for-dora in subject Merged in dora. Thanks. -- *Andrei Gherzan* m: +40.744.478.414 | f: +40.31.816.28.12 ___ yocto mailing list yocto

[yocto] (no subject)

2014-12-15 Thread Fabrício Lélis
Hi, I have this problem: Assuming /home/fabricio/qemuarm-sato is an nfs rootfs Error: conflicting FSTYPE types [/home/fabricio/qemuarm-sato] and nfs Anybody can help me? Thanks in advance! -- Fabrício Gutemberg Lélis de Melo Master in Computer Science at UFCG

[yocto] Request for Dizzy patches for 1.7.1

2014-12-16 Thread akuster808
Hello all, I am collection patches for the up coming 1.7.1 release. Please let me know which patches should be in 1.7.1 by including [Dizzy] in the subject line. kind regards, Armin -- ___ yocto mailing list yocto@yoctoproject.org https

[yocto] (no subject)

2015-07-30 Thread Edward Vidal
Hello All,Thanks to Ross Burton see the files https://github.com/develone/raspberrypi2_yocto.git in recipe_myhdl folder. Now have an rpm to install myhdl on a yocto build. let me know if you have any questions.   Edward Vidal Jr. e-mail devel...@sbcglobal.net 915-595-1613--

Re: [yocto] QEMU with host USB serial

2017-01-26 Thread colin.helliwell
'chown' that is, not 'chmod'! From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of colin.helliw...@ln-systems.com Sent: 26 January 2017 14:22 To: 'Yocto discussion list' <yocto@yoctoproject.org> Subject: [yocto] QEMU with host USB serial .. I'v

[yocto] Yocto problem for Ryzen-7 cpu

2017-11-08 Thread Jerry Lian
(my Gmail does not accept new message for same subject? so I open a new thread) So bad: I do use Ryzen-7. will Ubuntu-17 or latest Debian fix the problem? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [layerindex-web][PATCH 1/3] views: fix regression in publish email sending code

2018-05-04 Thread Paul Eggleton
orator from django.contrib.auth.decorators import login_required from django.contrib import messages @@ -277,19 +276,19 @@ def publish_view(request, name): break # create subject from subject template -d = Context({ +d = { 'layer_name': layeritem.name, 'site_name':

[yocto] [eclipse-poky][PATCH] README.txt: update contributor instructions to use eclipse-poky

2018-01-26 Thread Tim Orling
ct.org), with + the Eclipse Poky mailing list (eclipse-p...@yoctoproject.org), with ---subject-prefix="eclipse-poky][PATCH" +--subject-prefix="][PATCH" + + where might be "neon" or "oxygen". Also if, the bug + affects a particular Y

Re: [yocto] Building clang with Yocto

2014-12-09 Thread Liviu Gheorghisan
- From: Yu, Chan KitX Sent: Tuesday, December 09, 2014 9:19 AM To: 'Jim Rafert'; yocto@yoctoproject.org Subject: RE: Building clang with Yocto Hi Jim, How did you jam the clang compiler into the SDK tarball? Chan Kit -Original Message- From: Jim Rafert [mailto:j...@spectralogic.com] Sent

Re: [yocto] [SPAM] - RE: [meta-ti] [HOB] issue - Email found in subject

2012-08-01 Thread Tim Verstraete
Subject: [SPAM] - RE: [meta-ti] [HOB] issue - Email found in subject Hello Tim, Please fill in a bug report at bugzilla.yoctoproject.org It will be investigated later on. Regards, Cristian Iorga -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org

Re: [yocto] Building clang with Yocto

2014-12-21 Thread Yu, Chan KitX
@yoctoproject.org Subject: RE: [yocto] Building clang with Yocto Liviu and Jim, The thing is I'm trying to integrate LLVM+Clang together in the LLVM recipe. The modifications that I made are just adding Clang, compiler-rt and Clang tools within the LLVM work directory. Using this way, I can mimic

Re: [yocto] Building clang with Yocto

2014-12-22 Thread Jim Rafert
. From: Yu, Chan KitX [chan.kitx...@intel.com] Sent: Tuesday, December 09, 2014 8:24 PM To: Liviu Gheorghisan; Jim Rafert; yocto@yoctoproject.org Subject: Re: [yocto] Building clang with Yocto Liviu and Jim, The thing is I’m trying to integrate LLVM+Clang together in the LLVM recipe

[yocto] [[AUH] PATCHv2 12/13] upgradehelper.py: Fix indent due to previous commit.

2015-11-11 Thread Aníbal Limón
to_addr = self.maintainer - -cc_addr = None -if "status_recipients" in settings: - cc_addr = settings["status_recipients"].split() - -subject = "[AUH] " + self.pn + ": upgrading to " + self.new_ver -

Re: [yocto] Yocto Bug Trend

2013-01-10 Thread Serban, Laurentiu
, Song Subject: Re: Yocto Bug Trend Thanks - what's the new dotted line in the Weekly Open Bug Trend chart? From: Serban, Laurentiu Serban laurentiu.ser...@intel.commailto:laurentiu.ser...@intel.com Date: Tuesday, January 8, 2013 9:08 AM To: yocto@yoctoproject.orgmailto:yocto@yoctoproject.org yocto

[yocto] FW: [poky] Is there a guide for adding a board to the yocto system?

2013-03-05 Thread Rifenbark, Scott M
, 2013 5:16 PM To: Rifenbark, Scott M Subject: Fwd: [poky] Is there a guide for adding a board to the yocto system? -- Forwarded message -- From: Steven Grunza sgru...@ctdi.commailto:sgru...@ctdi.com Date: Tue, Mar 5, 2013 at 8:14 AM Subject: [poky] Is there a guide for adding a board

Re: [yocto] Please point me to the binary that has the best chance of booting a dual core...

2013-05-09 Thread Sean Liming
interface Regards, Sean Liming http://www.annabooks.com/Book_OSSATOM.html From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Peter Tornel Sent: Thursday, May 09, 2013 9:59 AM To: Peter Tornel; yocto@yoctoproject.org Subject: Re: [yocto] Please

Re: [yocto] yoctoproject.org down?

2011-06-02 Thread Rifenbark, Scott M
http://www.yoctoproject.org is working for me at the moment. Scott From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Cherry, John Sent: Thursday, June 02, 2011 7:51 AM To: yocto@yoctoproject.org Subject: [yocto] yoctoproject.org down? Is the Yocto site

Re: [yocto] Incorrect link in Yocto ADT manual

2011-11-08 Thread Rifenbark, Scott M
, November 08, 2011 1:24 PM To: Michael Tomer Cc: Rifenbark, Scott M; yocto@yoctoproject.org Subject: RE: Incorrect link in Yocto ADT manual Hi Michael, Thanks for reporting the issue and we'll have it fixed. Thanks, Jessica From: Michael Tomer [mailto:michael.to...@kokofitclub.com] Sent: Tuesday

Re: [yocto] Yocto Development Manual Appendix B redux

2012-06-27 Thread Rifenbark, Scott M
Awesome! Both documentation points have been dealt with. Thanks for running through this stuff Jim. Scott -Original Message- From: jfabernathy [mailto:jfaberna...@gmail.com] Sent: Wednesday, June 27, 2012 7:54 AM To: Rifenbark, Scott M; yocto@yoctoproject.org Subject: Yocto

Re: [yocto] Documentation clarification

2012-09-25 Thread Rifenbark, Scott M
I would not bother filing a bug. But that is just my opinion. Scott -Original Message- From: Brian Lloyd [mailto:bll...@familyhonor.net] Sent: Tuesday, September 25, 2012 11:08 AM To: Rifenbark, Scott M Cc: Burton, Ross; yocto@yoctoproject.org Subject: Re: [yocto] Documentation

Re: [yocto] Yocto Bug Trend ww38

2012-09-26 Thread Serban, Laurentiu
, Laurentiu; yocto@yoctoproject.org Subject: Re: [yocto] Yocto Bug Trend ww38 I just noticed that the open bug trends don't call out the medium+ bugs. Can these be added? From: Serban, Laurentiu Serban laurentiu.ser...@intel.commailto:laurentiu.ser...@intel.com Date: Monday, September 24, 2012 2

Re: [yocto] Bitbake Commander Content Assist on bbappend files

2013-11-07 Thread Zhang, Jessica
Could one of you please file a bug in bugzilla to track the issue? Thanks, Jessica From: Jate Sujjavanich [mailto:jate.sujjavan...@myfuelmaster.com] Sent: Thursday, November 07, 2013 7:30 AM To: 'yocto@yoctoproject.org'; Zhang, Jessica Subject: RE: Bitbake Commander Content Assist

Re: [yocto] adt install not working

2014-01-19 Thread Pearson, Bill
Autoconf was not installed. That fixed this issue for me. Thank you. From: Zhang, Jessica Sent: Sunday, January 19, 2014 9:34 PM To: Pearson, Bill; yocto@yoctoproject.org Subject: RE: [yocto] adt install not working Hi Bill, Is your distro Fedora or Ubuntu? For Fedora, try yum install

[yocto] Fwd: [meta-security][PATCH] nmap: inherit autotools-brokensep to allow B=S build.

2014-05-07 Thread Nick D'Ademo
-- Forwarded message -- From: Nick D'Ademo nickdad...@gmail.com Date: Wed, May 7, 2014 at 8:26 AM Subject: Re: [meta-security][PATCH] nmap: inherit autotools-brokensep to allow B=S build. To: Yocto list discussion yocto@yoctoproject.org This is a resubmission - added required

Re: [yocto] Oracle Java for ARM?

2014-07-11 Thread Vladimir Redzhepov
Subject: Re: [yocto] Oracle Java for ARM? Hi We’ve just added support for Oracle Java Embedded SE for ARM into meta-oracle-java. You can see our patch here https://lists.yoctoproject.org/pipermail/yocto/2014-June/020223.html\https://lists.yoctoproject.org/pipermail/yocto/2014-June/020223.html/ From

Re: [yocto] Oracle Java for ARM?

2014-07-11 Thread Joe Nicholson
OF Vladimir Redzhepov SENT: Friday, July 11, 2014 12:57 PM TO: j...@joenicholson.co.uk; Yocto SUBJECT: Re: [yocto] Oracle Java for ARM? Hi We've just added support for Oracle Java Embedded SE for ARM into meta-oracle-java. You can see our patch here https://lists.yoctoproject.org

Re: [yocto] Building clang with Yocto

2014-12-09 Thread Jim Rafert
? -Jim- From: Liviu Gheorghisan [liviu.gheorghi...@enea.com] Sent: Tuesday, December 09, 2014 9:27 AM To: Yu, Chan KitX; Jim Rafert; yocto@yoctoproject.org Subject: Re: [yocto] Building clang with Yocto Hello Yu, Jim I think you can get the clang executable

Re: [yocto] Building clang with Yocto

2014-12-09 Thread Liviu Gheorghisan
*To:* Yu, Chan KitX; Jim Rafert; yocto@yoctoproject.org *Subject:* Re: [yocto] Building clang with Yocto Hello Yu, Jim I think you can get the clang executable into the SDK installer script with something like this: 1. Add this dependency in nativesdk-packagegroup-sdk-host.bb: *RDEPENDS_${PN

Re: [yocto] Building clang with Yocto

2014-12-09 Thread Yu, Chan KitX
[mailto:liviu.gheorghi...@enea.com] Sent: Wednesday, December 10, 2014 12:27 AM To: Yu, Chan KitX; Jim Rafert; yocto@yoctoproject.org Subject: Re: [yocto] Building clang with Yocto Hello Yu, Jim I think you can get the clang executable into the SDK installer script with something like this: 1. Add

[yocto] [meta-raspberrypi][PATCH 2/2] README: Add extra iformation on creating/sending patches using git

2015-08-10 Thread Khem Raj
something like: -git send-email --to yocto@yoctoproject.org \ ---subject-prefix='meta-raspberrypi][PATCH' + +When creating patches, please use something like: + +git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin + +When sending patches to mailing list, please use something

Re: [yocto] [PATCH] packagegroup: Replace the syslog-ng with rsyslog

2015-09-02 Thread Adrian Dudau
I agree with using rsyslog instead. It's a bit weird that we have both included in the image already. So I approve the change. Iulian, next time please include the [meta-cgl] prefix in the email subject. --Adrian From: Iulian Popa [iulian.p...@enea.com

Re: [yocto] Installing openvswitch

2016-06-09 Thread Rajasekaran, Monica
com> Cc: yocto@yoctoproject.org Subject: Re: [yocto] Installing openvswitch Okay thanks. I’m assuming by packages you mean the various dependency packages for openvswitch. And, once I add and bring up the image, do I just start ovs by the usual procedure or is the procedure different ? Thanks,

Re: [yocto] backport of a fix in master to krogoth

2016-07-12 Thread akuster808
tly apply to krogoth too. __ __ Is there so a plan to backport it to krogoth? Certainly. The fastest way for this to happen would be for you to verify that it applies and works in krogoth and send the patch yourself (with [krogoth] in the patch subject so the relevant maintainer sp

[yocto] [patchwork][PATCH] patchwork/bin/parsemail: Make "[PATCH" prefix mandatory

2017-01-06 Thread Jose Lamego
Patchwork may incorrectly identify emails containing patch-like content as patches. This change makes "[PATCH" prefix in subject mandatory for emails to be considered as new patches. [YOCTO #10764] Signed-off-by: Jose Lamego <jose.a.lam...@linux.intel.com> --- patchwork/bin/

[yocto] [patchwork][PATCH v2] models.py: Improve Series naming when no cover letter is provided

2017-04-17 Thread Jose Lamego
The number/order prefix from a patch Subject line is inapropriately included when naming a Series where a cover letter is not provided and an additional prefix is present at the Subject. This change improves the substitution regex to omit the number/order and any other prefix that may be present

[yocto] How to locate this yocto git rep?

2018-05-04 Thread Raymond Yeung
I've changed the subject heading in hope I getting better luck. I found a file/driver of interest to me via googling: https://lists.yoctoproject.org/pipermail/linux-yocto/2015-May/003647.html The file is tlk10232.c. The thread above seems to say that I could get it via git clone git

Re: [yocto] Enabling the recipe from menuconfig

2018-05-17 Thread chandrasekhar
you want to see in kernel menuconfig?? From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Ugesh Reddy Sent: Friday, May 18, 2018 7:52 AM To: 'Yocto-mailing-list'; chandrasekhar Subject: Re: [yocto] Enabling the recipe from menuconfig Hi, Thanks

[yocto] Fwd: Yocto

2018-05-25 Thread Scott Rifenbark
-- Forwarded message - From: Scott Rifenbark <srifenb...@gmail.com> Date: Fri, May 25, 2018, 6:18 AM Subject: Fwd: Yocto To: <yocto@yoctoproject.org> Hi Nikhil, I am forwarding your email to the Yocto Project email group. Someone there can better help you with yo

Re: [yocto] Yocto

2018-06-04 Thread nikh kkvv
Hi Scott, Thanks for the reply. Regards Nikhil On Fri, May 25, 2018 at 6:50 PM, Scott Rifenbark wrote: > > > -- Forwarded message - > From: Scott Rifenbark > Date: Fri, May 25, 2018, 6:18 AM > Subject: Fwd: Yocto > To: > > > Hi Nikhil,

Re: [yocto] COMPATIBLE_MACHINE not honored in native extended recipes

2018-01-12 Thread akuster808
On 01/12/2018 07:14 AM, Paulo Neves wrote: > Hello I am having a problem where I want a recipe, along with its > -native version to only be available when allowed by compatible > machine.  This change should go to the openembedded-core mailing list with a particular subject line format

Re: [yocto] bitbake: git and patch problem

2018-03-06 Thread EXTERNAL van Riel Rob (ENTER, BT-CO/ENG1.1)
> From: EXTERNAL van Riel Rob (ENTER, BT-CO/ENG1.1) > Sent: maandag 5 maart 2018 16:12 > Subject: RE: [yocto] bitbake: git and patch problem > > > From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] > > Sent: maandag 5 maart 2018 15:09 > > Subject: Re:

Re: [yocto] [oe] [OE-core] Git commit process question.

2019-04-03 Thread Tom Rini
ta (run at ... by ... ?) ? > > Apart from making the commit message longer what does this achieve? > The commit already has a timestamp and author. It's an etiquette thing. Subject+Sign-off+Empty body is bad form. AUH updates are a form of "trivial update" that every project ha

[yocto] [meta-security-compliance][PATCH 2/2] meta-security-compliance: update README

2019-06-30 Thread Armin Kuster
-compliance/README @@ -28,9 +28,9 @@ Maintenance Send pull requests, patches, comments or questions to yocto@yoctoproject.org When sending single patches, please using something like: -'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-security][PATCH' +'git send-email -1 --to yocto

Re: [yocto] Please point me to the binary that has the best chance of booting a dual core...

2013-05-09 Thread Peter Tornel
with GUI.  Thanks From: Peter Tornel petertor...@yahoo.com To: yocto@yoctoproject.org yocto@yoctoproject.org Sent: Thursday, May 9, 2013 12:29 PM Subject: [yocto] Please point me to the binary that has the best chance of booting a dual core... Atom

[yocto] [QA] Discussion tag

2013-05-31 Thread Georgescu, Alexandru C
Hello, As agreed in the last Yocto Project Technical meetings, to make sure we can filter better the QA related discussions, all the e-mails must have the [QA] tag in the subject. If there will be sufficient traffic on the mailing list regarding QA, a separate list will be created. Regards

[yocto] (no subject)

2011-06-14 Thread Bruce Ashfield
Tom/Darren/Saul, Not sure who wants to proxy these into meta-intel for me, so I've copied you all. Now that the recipe renames for linux-yocto in the main repos, meta-intel needs to be updated as well. Patch 2 is for meta-yocto with the same change. These are the referenes that I found

Re: [yocto] new How Do I posted

2012-01-27 Thread Rifenbark, Scott M
Thanks Jim... I will check this out. Scott -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of jfabernathy Sent: Friday, January 27, 2012 4:46 AM To: yocto@yoctoproject.org Subject: [yocto] new How Do I posted I created a How DO

Re: [yocto] [PATCH 2/2] libav: Update to v0.8.8

2013-12-04 Thread Andrei Gherzan
On Wed, Dec 4, 2013 at 8:40 PM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Dec 04, 2013 at 08:01:28PM +0200, Andrei Gherzan wrote: Signed-off-by: Andrei Gherzan and...@gherzan.ro Wrong ML, wrong subject (Update to 0.8.9) and please resend it with -M I realized this after sent. Sent

Re: [yocto] wic questions

2014-05-06 Thread Rifenbark, Scott M
To: yocto@yoctoproject.org Subject: [yocto] wic questions Hello guys, What is the ideea with the wic tool. Is thee any documentation for this tool? What are future plans for it? Alex -- ___ yocto mailing list yocto@yoctoproject.org https

[yocto] meta layer branching guidelines

2014-10-22 Thread akuster808
Hello, I am looking for a guideline when to branch a layer to an official release. I know Richard is concerned with layer quality but I can not quantify what that might be and how to apply it to layers outside nightly builds and QA. If anyone has any links to any information on the subject

Re: [yocto] [OE-core] Request for Dizzy patches for 1.7.1

2014-12-16 Thread Khem Raj
On Dec 16, 2014, at 8:41 AM, akuster808 akuster...@gmail.com wrote: Hello all, I am collection patches for the up coming 1.7.1 release. Please let me know which patches should be in 1.7.1 by including [Dizzy] in the subject line. Please consider, http://patchwork.openembedded.org

[yocto] (no subject)

2015-01-09 Thread Debasmita Lohar
Hello, My yocto version is: 3.10.11-yocto-standard. I was trying to install git 1.8.1.2. While making git it is showing the following error: Writing MYMETA.yml GEN git-add--interactive make[2]: *** No rule to make target `/usr/lib/perl/5.14.3/CORE/config.h', needed by `perl.mak'. Stop.

[yocto] Can I use latest (1.8?) Toaster on Dizzy (1.7)

2015-07-29 Thread Robin Gilks
Subject says it all really. The manufacturer of the hardware I'm using has a layer for Dizzy but the version of Toaster in Dizzy is quite limited. Is there a way to use the later (latest?) version or is Toaster totally integrated into the whole? Cheers -- *Robin Gilks* Development Delta

Re: [yocto] FW: busybox date cli does not support %N (nanoseconds)

2015-10-14 Thread Thanassis Silis
-freesc...@yoctoproject.org Date: Wed, 14 Oct 2015 00:42:44 + Subject: Re: [yocto] FW: busybox date cli does not support %N (nanoseconds) I was looking around for all busybox related files under /sources and found these 2 busybox defconfigs which look promising ./poky/meta-yocto/recipes-core

Re: [yocto] backport of a fix in master to krogoth

2016-07-12 Thread Burton, Ross
On 12 July 2016 at 13:11, Dominic Sacré <dominic.sa...@gmx.de> wrote: > The patch works fine with krogoth, and I originally sent it with both > master and krogoth in the subject line: > > https://patchwork.openembedded.org/patch/123485/ > > Should I resend the patch

Re: [yocto] help

2017-03-10 Thread Robert P. J. Day
On Fri, 10 Mar 2017, Suneetha Lakshmi G wrote: > Hi All, > > Im new to yocto and trying to build for my customer device im facing > this issue. first advice is to use meaningful subject lines ... simply yelling "help" is a good way to get people to not take yo

Re: [yocto] [PATCH] nativesdk-qt4-tools: fix build issues with libQtDBus and libQt3Support

2017-04-25 Thread Alexander Kanavin
On 04/25/2017 12:09 PM, Olivier Sobrie wrote: This patch ensures that libQtXml is build before libQtDBus and that both libQtGui and libQtNetwork are built before libQt3Support. Applied, thanks. Please add a [meta-qt4] to the subject, so that it's easier to see which layer the patch

Re: [yocto] [PATCH] nativesdk-qt4-tools: fix build issues with libQtDBus and libQt3Support

2017-04-25 Thread Olivier Sobrie
anks. Please add a [meta-qt4] to the subject, so that it's easier > to see which layer the patch is intended for. OK, noted! Thanks, Olivier -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Can yocto build a QEMU image to run under MS Windows ?

2017-09-06 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
Hi, As the subject states, I am looking to see if Yocto can build a qemu image to run under MS windows. I have used the standard qemuarm/qemuarm64 MACHINES as defined in default recipes to run under linux, but I wonder if there is a recipe to build qemu which I can deploy to MS windows boxes

Re: [yocto] [PATCH] Revert "u-boot: Update RPi Zero W defconfig to support DTB."

2018-05-09 Thread Andrei Gherzan
On Wed, May 9, 2018 at 7:10 PM, Ryan Harkin <ryan.har...@linaro.org> wrote: > Apologies all, > > I forgot to add [meta-raspberrypi] to the subject line. > > Andrei, > > Please let me know if you'd like me to resend. Assuming you don't have a > fix for this in fligh

Re: [yocto] devtool finish & patch order

2018-06-15 Thread Peter Kjellerstedt
> -Original Message- > From: Alexander Kanavin [mailto:alex.kana...@gmail.com] > Sent: den 15 juni 2018 06:37 > To: Peter Kjellerstedt > Cc: Tim Hammer ; Yocto discussion list > ; Paul Eggleton (paul.eggle...@linux.intel.com) > > Subject: Re: [yocto] devt

Re: [yocto] Layers for AMD Geode LX 800

2018-10-29 Thread Khem Raj
layers ready for the board in subject? > > It is an IBASE IB550F. > > > Thanks all > > > Mauro > > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto -- _

Re: [yocto] [OE-core] Git commit process question.

2019-04-01 Thread Mark Hatle
ng accepted. >> Can you be more specific about what "no header information" means? You >> mean a shortlog and no full log message? > Commits with just a "subject" and signoff. No additional information If you can convey the reason for the change in just the subject, th

Re: [yocto] [SPAM] - Re: image recipe gives error: has no buildable providers - Email found in subject

2012-08-08 Thread Tim Verstraete
Yes, this was automatically generate yocto-bsp create test-test1 arm -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: woensdag 8 augustus 2012 17:17 To: Tim Verstraete Cc: McClintock Matthew-B29882; yocto@yoctoproject.org Subject: [SPAM] - Re: [yocto] image

Re: [yocto] [SPAM] - Re: image recipe gives error: has no buildable providers - Email found in subject

2012-08-08 Thread Tom Zanussi
: McClintock Matthew-B29882; yocto@yoctoproject.org Subject: [SPAM] - Re: [yocto] image recipe gives error: has no buildable providers - Email found in subject On Wed, 8 Aug 2012, Tim Verstraete wrote: Hi, What i see is that when i do bitbake-layers show_layers that it shows the correct

  1   2   3   4   5   6   7   8   9   10   >