Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-07-06 Thread Anders Darander
* Clemens Lang clemens.l...@bmw-carit.de [150706 07:24]: On Fri, Jun 26, 2015 at 09:31:14AM +0100, Burton, Ross wrote: Github also can and will regenerate these tarballs whenever it feels like it, so you'll need to periodically update the checksums. Obviously as existing developers will

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-07-06 Thread Nikolay Dimitrov
Hi guys, One issue with the regularly changing tarball checksums is that people start to get used to thes changes (e.g. everything looks like false positive). Currently the tarball checksums and SCM revisions are probably the most important tool for builds traceability. If we get used to think

Re: [yocto] [PATCH] views.py: Add how long a recipe hasn't been updated

2015-07-06 Thread Barros Pena, Belen
On 26/06/2015 20:35, mariano.lo...@linux.intel.com mariano.lo...@linux.intel.com wrote: From: Mariano Lopez mariano.lo...@linux.intel.com This add a tooltip in the upstream status field that show how long the recipe hasn't been updated. A tooltip is probably not the best way of showing this.

[yocto] [meta-cgl][PATCH] pacemaker: upgrade to 1.1.12

2015-07-06 Thread Bian Naimeng
Signed-off-by: Bian Naimeng bia...@cn.fujitsu.com --- .../pacemaker/files/kill-stack-protector.patch | 12 --- .../pacemaker-remove-ptest-functionality.patch | 29 --- .../recipes-cgl/pacemaker/files/tmpfiles | 11 +-- .../recipes-cgl/pacemaker/files/volatiles | 11

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-07-06 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-xxx in upstream_tracking files to ignore this recipe remainder until newer

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-07-06 Thread Paul Eggleton
On Monday 06 July 2015 12:48:50 Nikolay Dimitrov wrote: One issue with the regularly changing tarball checksums is that people start to get used to thes changes (e.g. everything looks like false positive). Currently the tarball checksums and SCM revisions are probably the most important tool

Re: [yocto] Multiple conncetion to svn (svn+ssh)

2015-07-06 Thread Bryan Evenson
Marcin, From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Marcin Krzeminski Sent: Friday, July 03, 2015 7:55 AM To: yocto@yoctoproject.org Subject: [yocto] Multiple conncetion to svn (svn+ssh) Hello again, I have 12 recipes that download code from

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-07-06 Thread Jonathan Liu
Hi Nikolay, On 4/07/2015 3:29 PM, Nikolay Dimitrov wrote: Hi Jonathan, On 07/04/2015 06:48 AM, Jonathan Liu wrote: Reduces the download time significantly. Signed-off-by: Jonathan Liu net...@gmail.com --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [linux-yocto] [PATCH v2 06/11] stmicro: Add support for the STMMAC Ethernet controller family

2015-07-06 Thread Paul Gortmaker
[Re: [PATCH v2 06/11] stmicro: Add support for the STMMAC Ethernet controller family] On 05/07/2015 (Sun 22:30) Saul Wold wrote: On 07/05/2015 08:52 PM, Bruce Ashfield wrote: On 2015-07-01 7:15 PM, Darren Hart wrote: On 7/1/15 4:06 PM, Saul Wold wrote: This is needed for the meta-quark BSP

Re: [yocto] Multiple conncetion to svn (svn+ssh)

2015-07-06 Thread Paul Eggleton
On Monday 06 July 2015 12:57:39 Bryan Evenson wrote: Marcin, From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Marcin Krzeminski Sent: Friday, July 03, 2015 7:55 AM To: yocto@yoctoproject.org Subject: [yocto] Multiple conncetion to svn (svn+ssh)

Re: [yocto] cross-localedef-native build error (with gcc-5.0.0)

2015-07-06 Thread Daniel.
Any progress on this? I got the same problem, also ncurses-native fails to build with GCC = 5.0 Best regards - dhs 2015-02-19 8:11 GMT-02:00 Robert P. J. Day rpj...@crashcourse.ca: didn't see any mention of this in YP's bugzilla: gcc -o localedef charmap.o charmap-dir.o ld-address.o

Re: [linux-yocto] With my layer, Systemd not invoking my application at startup

2015-07-06 Thread Saul Wold
On 07/04/2015 06:42 AM, Vipin Nair wrote: Any help on this problem ? Vipin, I relied to you and suggested sending it to the yo...@yoctoproject.org list, which it appears you did. I also gave you some specific suggestions about using the useradd and systemd bbclasses. Sau! On Sat, Jun

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-07-06 Thread Nikolay Dimitrov
Hi Ross, On 07/06/2015 07:58 PM, Nikolay Dimitrov wrote: Hi Ross, On 07/06/2015 07:26 PM, Burton, Ross wrote: On 6 July 2015 at 17:23, Burton, Ross ross.bur...@intel.com mailto:ross.bur...@intel.com wrote: How latest, remembering that oe-core supports LTS distros which are likely to

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-07-06 Thread Nikolay Dimitrov
Hi Jonathan, On 07/06/2015 04:41 PM, Jonathan Liu wrote: Hi Nikolay, On 4/07/2015 3:29 PM, Nikolay Dimitrov wrote: Hi Jonathan, On 07/04/2015 06:48 AM, Jonathan Liu wrote: Reduces the download time significantly. Signed-off-by: Jonathan Liu net...@gmail.com ---

[linux-yocto] [PATCH v4 02/14] cfg/intel: Add Intel Vendor Specific enabler

2015-07-06 Thread Saul Wold
As part of the larger breaking up of x86 put the Intel Vendor Enablers in their own file Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/cfg/intel.cfg | 16 meta/cfg/kernel-cache/cfg/intel.scc | 1 + 2 files changed, 17 insertions(+) create mode 100644

[linux-yocto] [PATCH v4 13/14] pci: use the new pci config fragment in common-pc and intel-common

2015-07-06 Thread Saul Wold
This allows for the PCI config to be handled in a common feature rather than from 2 or 3 different locations. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc | 1 + meta/cfg/kernel-cache/bsp/common-pc/common-pc-drivers.cfg |

[linux-yocto] [PATCH v4 12/14] Quark/X1000: Add new SOC and BSP

2015-07-06 Thread Saul Wold
Add the new intel-quark bsp type using the refactored x86_base and Intel Vendor enablers. Create a new soc for the x1000 SOC package. Signed-off-by: Saul Wold s...@linux.intel.com --- .../bsp/intel-common/intel-quark-standard.scc | 14 +

[linux-yocto] [PATCH v4 03/14] cfg/x86_base: Create new base config for x86 Architectures

2015-07-06 Thread Saul Wold
Place the core x86 architecture kernel config items into a new base config that the other x86 related architectures will use CONFIG_MTRR_SANITIZER is left as not set to match the same kernel.org defconfig default. Signed-off-by: Saul Wold s...@linux.intel.com ---

[linux-yocto] [PATCH v4 05/14] features/debug: Create a new feature for early printk debug

2015-07-06 Thread Saul Wold
Add new .scc and .cfg for enabling early printk debugging from one place. Other general kernel debugging could also be placed here, but subsystem or driver specific debug configuration items should be in their respecitive subsystem or driver .cfg (or additioanl drivernamedbg.cfg or what ever you

[linux-yocto] [PATCH v4 00/14] Introduce new Quark BSP with refactor of x86 and associted features

2015-07-06 Thread Saul Wold
Bruce: This patch set introduces several new feautres and refactors the the x86 cfg files to have a common base. This also introduces the Quark/X1000 BSP with basic drivers enabled. Updates in v4 - Use new x86_base and pci for the x86 based BSP - Moved stmicro to features/net heirarchy

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-07-06 Thread Burton, Ross
On 6 July 2015 at 17:23, Burton, Ross ross.bur...@intel.com wrote: How latest, remembering that oe-core supports LTS distros which are likely to have old releases of git. Assuming I'm driving it correctly: [git init, git remote add origin ...] $ git fetch --depth=1 origin

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-07-06 Thread Burton, Ross
On 6 July 2015 at 17:18, Nikolay Dimitrov picmas...@mail.bg wrote: git fetch --depth=1 git://repo.git $SHA1 Available in the latest git code. How latest, remembering that oe-core supports LTS distros which are likely to have old releases of git. Ross --

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: fetch from SVN instead of Git

2015-07-06 Thread Nikolay Dimitrov
Hi Ross, On 07/06/2015 07:26 PM, Burton, Ross wrote: On 6 July 2015 at 17:23, Burton, Ross ross.bur...@intel.com mailto:ross.bur...@intel.com wrote: How latest, remembering that oe-core supports LTS distros which are likely to have old releases of git. Assuming I'm driving it

[linux-yocto] [PATCH v4 01/14] cfg/amd: Add AMD Vendor Specific enabler

2015-07-06 Thread Saul Wold
As part of the larger breaking up of x86 put the AMD CPU Enablers in their own file Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/cfg/amd.cfg | 11 +++ meta/cfg/kernel-cache/cfg/amd.scc | 1 + 2 files changed, 12 insertions(+) create mode 100644

[linux-yocto] [PATCH v4 07/14] features/net/stmicro: Add the STMICRO networking drivers

2015-07-06 Thread Saul Wold
This adds the stmicro networking drivers to the net feature, this is the first example of using the features/net to enable vendor configurations and drivers Signed-off-by: Saul Wold s...@linux.intel.com --- meta/cfg/kernel-cache/features/net/net-all.scc| 1 +

Re: [linux-yocto] [PATCH v2 06/11] stmicro: Add support for the STMMAC Ethernet controller family

2015-07-06 Thread Saul Wold
On 07/06/2015 07:18 AM, Bruce Ashfield wrote: On 2015-07-06 9:55 AM, Paul Gortmaker wrote: [Re: [PATCH v2 06/11] stmicro: Add support for the STMMAC Ethernet controller family] On 05/07/2015 (Sun 22:30) Saul Wold wrote: On 07/05/2015 08:52 PM, Bruce Ashfield wrote: On 2015-07-01 7:15 PM,

[yocto] installing kernel modules in root filesystem

2015-07-06 Thread Richard Cagley
I have a kernel module that shows up in my build work directory after I configure the kernel accordingly build/tmp-glibc/work/zedboard_zynq7-oe-linux-gnueabi/linux-xlnx/3.14-xilinx+gitAUTOINC+2b48a8aeea-r0/image/lib/modules/3.14.2-xilinx/kernel/drivers/dma/xilinx/vdmatest.ko But, when I add

[yocto] Reminder: Yocto Project Technical Team Meeting - Tuesday, July 7, 2015 8:00 AM US Pacific Time

2015-07-06 Thread Jolley, Stephen K
Tuesday, July 7, 2015 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.9_Status https://wiki.yoctoproject.org/wiki/Yocto_1.9_Schedule

[yocto] [PATCH] cross-localedef-native_2.20.bb: fix for gcc5

2015-07-06 Thread Richard Tollerton
Message-ID: 87wpycy88v@weregild.amer.corp.natinst.com MIME-Version: 1.0 Content-Type: text/plain --text follows this line-- The build of cross-localedef-native is observed to fail under gcc5 hosts with multiple definition errors, e.g.: argp-help.o: In function `argp_fmtstream_write':

Re: [yocto] [PATCH] cross-localedef-native_2.20.bb: fix for gcc5

2015-07-06 Thread Daniel.
Thanks!!! Em 07/07/2015 00:09, Richard Tollerton rich.toller...@ni.com escreveu: Message-ID: 87wpycy88v@weregild.amer.corp.natinst.com MIME-Version: 1.0 Content-Type: text/plain --text follows this line-- The build of cross-localedef-native is observed to fail under gcc5 hosts with

Re: [yocto] Unset a variable

2015-07-06 Thread Paul Eggleton
Hi Craig, On Thursday 02 July 2015 15:07:44 Craig McQueen wrote: I'd like to make a distro config file, derived from conf/distro/poky.conf. But in my case, DISTRO_CODENAME is not really something that can contain a meaningful value, so I'd like to unset it. How can I unset the variable?

Re: [yocto] Multiple conncetion to svn (svn+ssh)

2015-07-06 Thread Paul Eggleton
On Monday 06 July 2015 15:04:57 Bryan Evenson wrote: Paul, -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Monday, July 06, 2015 10:08 AM To: Marcin Krzemiński Cc: Bryan Evenson; yocto@yoctoproject.org Subject: Re: [yocto] Multiple

Re: [linux-yocto] [PATCH v2 06/11] stmicro: Add support for the STMMAC Ethernet controller family

2015-07-06 Thread Bruce Ashfield
On 2015-07-06 9:55 AM, Paul Gortmaker wrote: [Re: [PATCH v2 06/11] stmicro: Add support for the STMMAC Ethernet controller family] On 05/07/2015 (Sun 22:30) Saul Wold wrote: On 07/05/2015 08:52 PM, Bruce Ashfield wrote: On 2015-07-01 7:15 PM, Darren Hart wrote: On 7/1/15 4:06 PM, Saul Wold

Re: [linux-yocto] With my layer, Systemd not invoking my application at startup

2015-07-06 Thread Vipin Nair
Any help on this problem ? On Sat, Jun 27, 2015 at 7:09 PM, Vipin Nair vipin...@gmail.com wrote: Hi All, I have created a layer (my first layer) and have build it with WindRiver media which uses Systemd for the startup services. As per my application need, I have to create a new user on

Re: [yocto] Multiple conncetion to svn (svn+ssh)

2015-07-06 Thread Bryan Evenson
Paul, -Original Message- From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Monday, July 06, 2015 10:08 AM To: Marcin Krzemiński Cc: Bryan Evenson; yocto@yoctoproject.org Subject: Re: [yocto] Multiple conncetion to svn (svn+ssh) On Monday 06 July 2015 12:57:39 Bryan