Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: SPI bus support

2015-12-02 Thread Andrei Gherzan
On Wed, Dec 02, 2015 at 07:05:38AM -0700, Gary Thomas wrote: > Ping? > > On 2015-11-19 09:52, Gary Thomas wrote: > >With the newer kernels that use device tree, the SPI bus is only > >enabled by a device tree setting. This is now supported by adding > > ENABLE_SPI_BUS = "1" > >in local.conf >

Re: [yocto] [meta-raspberrypi][PATCH v3 1/2] linux-raspberrypi: Add a 4.2.3 linux kernel with vc4 support

2015-12-02 Thread Andrei Gherzan
On Tue, Nov 10, 2015 at 11:45:19AM -0300, Javier Martinez Canillas wrote: > From: Derek Foreman > > This adds Eric Anholt's WIP kernel with dri/kms/3d support for the GPU on > the rpi2. Adding a recipe that tracks this kernel, will make it easier to > test this setup. >

[yocto] do_fetch hanging - any way to see debugging?

2015-12-02 Thread Michael Habibi
I'm struggling with some network proxy issues and pulling down linux-yocto. I left my build running overnight and it simply hung at do_fetch. I tried using -v and -DDD but it doesn't actually show any output from the do_fetch recipe. I looked at the do_fetch logs and it doesn't have anything

Re: [yocto] do_fetch hanging - any way to see debugging?

2015-12-02 Thread Michael Habibi
I'll try running it outside the script and see what I can devise - thanks! On Wed, Dec 2, 2015 at 2:18 PM, Paul Eggleton wrote: > Hi Michael, > > On Wed, 02 Dec 2015 09:41:41 Michael Habibi wrote: > > I'm struggling with some network proxy issues and pulling down

Re: [yocto] [PATCHv2] [layerindex-web] recipe blacklisted information

2015-12-02 Thread Paul Eggleton
On Thu, 03 Dec 2015 00:35:29 Barros Pena, Belen wrote: > On 01/12/2015 19:11, "Eggleton, Paul" wrote: > >On Tue, 01 Dec 2015 12:26:18 Alex Franco wrote: > >> @Martin, I think this information about blacklisting would indeed be > >> very useful, thanks for your input as

Re: [yocto] do_fetch hanging - any way to see debugging?

2015-12-02 Thread Paul Eggleton
Hi Michael, On Wed, 02 Dec 2015 09:41:41 Michael Habibi wrote: > I'm struggling with some network proxy issues and pulling down linux-yocto. > I left my build running overnight and it simply hung at do_fetch. I tried > using -v and -DDD but it doesn't actually show any output from the do_fetch >

Re: [yocto] Where to set preferred_version / preferred_provider

2015-12-02 Thread Paul Eggleton
Hi Kris, On Wed, 02 Dec 2015 14:01:50 kris duff wrote: > I am using webmin 1.620 on my image (a custom recipe in my own meta layer). > When I have upgraded my yocto revision to dizzy, a new webmin version has > appeared in the meta-openembedded layer (the version is 1.700) this version > seems

Re: [yocto] Kernel header generation

2015-12-02 Thread Luo Zhenhua
Hi Sarayu K S , To include the kernel source code in rootfs, you can add kernel-dev in IMAGE_INSTALL. Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Sarayu Krishna Sivanandam Sent: Tuesday, December 01, 2015 1:40 PM To: Khem

Re: [yocto] [meta-raspberrypi][PATCH] README: Fix documentation to disable overscan

2015-12-02 Thread Andrei Gherzan
On Sun, Nov 15, 2015 at 11:34:14PM +1100, Jonathan Liu wrote: > To disable overscan, DISABLE_OVERSCAN should be set to 1 rather than 0. > > Signed-off-by: Jonathan Liu > --- Merged to master. Thank you. -- Andrei Gherzan -- ___

Re: [yocto] [meta-raspberrypi][PATCH v5] qtbase: enable Raspberry Pi support

2015-12-02 Thread Andrei Gherzan
On Wed, Dec 02, 2015 at 11:05:56PM +0100, Andrei Gherzan wrote: > On Sun, Nov 15, 2015 at 11:31:25PM +1100, Jonathan Liu wrote: > > [Support #16] > > > > Signed-off-by: Jonathan Liu > > --- > > Merged to master. Thank you. > Ignore this. It was not merged. Messed up the

Re: [yocto] [meta-raspberrypi][PATCH v3 1/2] linux-raspberrypi: Add a 4.2.3 linux kernel with vc4 support

2015-12-02 Thread Andrei Gherzan
On Wed, Dec 02, 2015 at 03:25:05PM +0100, Andrei Gherzan wrote: > On Tue, Nov 10, 2015 at 11:45:19AM -0300, Javier Martinez Canillas wrote: > > From: Derek Foreman > > > > This adds Eric Anholt's WIP kernel with dri/kms/3d support for the GPU on > > the rpi2. Adding a

Re: [yocto] [meta-raspberrypi][PATCH v5] qtbase: enable Raspberry Pi support

2015-12-02 Thread Andrei Gherzan
On Sun, Nov 15, 2015 at 11:31:25PM +1100, Jonathan Liu wrote: > [Support #16] > > Signed-off-by: Jonathan Liu > --- Merged to master. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org

[yocto] Fixing build when changing kernel PREFERRED_PROVIDER

2015-12-02 Thread Bryan Evenson
I'm on poky/dizzy-1.7.2 and I'm in the process of updating to poky/dizzy-1.7.3. I'm using an Atmel processor, so while I'm at it I'm pulling in changes from meta-atmel (over at https://github.com/linux4sam/meta-atmel, dizzy branch). One of the commits I pulled in was this one:

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: SPI bus support

2015-12-02 Thread Andrei Gherzan
On Wed, Dec 02, 2015 at 03:20:56PM +0100, Andrei Gherzan wrote: > On Wed, Dec 02, 2015 at 07:05:38AM -0700, Gary Thomas wrote: > > Ping? > > > > On 2015-11-19 09:52, Gary Thomas wrote: > > >With the newer kernels that use device tree, the SPI bus is only > > >enabled by a device tree setting.

Re: [yocto] Fixing build when changing kernel PREFERRED_PROVIDER

2015-12-02 Thread Andre McCurdy
On Wed, Dec 2, 2015 at 1:08 PM, Bryan Evenson wrote: > I'm on poky/dizzy-1.7.2 and I'm in the process of updating to > poky/dizzy-1.7.3. I'm using an Atmel processor, so while I'm at it I'm > pulling in changes from meta-atmel (over at >

[yocto] [PATCHv3 0/1] [layerindex-web] Recipe blacklisted information

2015-12-02 Thread Alex Franco
Display blacklisted information for recipes. Changes since v2: hover fix and added documentation link Changes since v1: added hover feature Alex Franco (1): Recipe blacklisted information .../0010_auto__add_field_recipe_blacklisted.py | 197 + layerindex/models.py

[yocto] [PATCHv3 1/1] [layerindex-web] Recipe blacklisted information

2015-12-02 Thread Alex Franco
Display blacklisted information for recipes in the recipe details, as well as in the recipe search page, and layer detail page table. This information is pulled from the PNBLACKLIST variable. Includes UI fixes necessary to display and better explain this metadata. Changes to Django and Layerindex

[yocto] Big Endian set for qemuarm64 build based on poky

2015-12-02 Thread Jin Li
Hi, There is build error when I'm trying to build qemuarm64 project based on default poky git repo with the big endian set as follows: l00356543@hulk-test1:~/poky$ git diff meta/conf/machine/include/arm/arch-arm64.inc diff --git a/meta/conf/machine/include/arm/arch-arm64.inc

[yocto] [meta-oracle-java][PATCH v2] oracle-jse-jdk: Don't use ${D} installing symlink target

2015-12-02 Thread Kyle Russell
When installed to the sysroot, this makes the symlink point to the workdir, which is invalid in the sstate package. Since we cd to ${D} before creating the symlink, this ensures the link is created in the correct install location, so just point the link to the final target so that the patch is

Re: [yocto] Header files in /usr/include of rootfs

2015-12-02 Thread 洪翊桓_Pegatron
Hi Anders, Thanks for your help, pls see updates below, > Message: 2 > Date: Tue, 24 Nov 2015 14:25:14 +0100 > From: Anders Darander > To: yocto@yoctoproject.org > Subject: Re: [yocto] Header files in /usr/include of rootfs > Message-ID:

Re: [yocto] [PATCHv2] [layerindex-web] recipe blacklisted information

2015-12-02 Thread Barros Pena, Belen
On 01/12/2015 19:11, "Eggleton, Paul" wrote: >On Tue, 01 Dec 2015 12:26:18 Alex Franco wrote: >> @Martin, I think this information about blacklisting would indeed be >> very useful, thanks for your input as always. >> >> @Belen, yes indeed I noticed the label also

Re: [yocto] generating shared-state statistics from build

2015-12-02 Thread Barros Pena, Belen
On 01/12/2015 16:23, "yocto-boun...@yoctoproject.org on behalf of Martin Jansa" wrote: >On Tue, Dec 01, 2015 at 03:23:01PM +, Luke (Lucas) Starrett wrote: >> Hi, >> >> Is there any existing way to track usage of shared

Re: [yocto] [PATCHv2] [layerindex-web] recipe blacklisted information

2015-12-02 Thread Barros Pena, Belen
On 02/12/2015 00:47, "Alex Franco" wrote: > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Hmm I swear reading that, the message I get is that one should inherit >the blacklist class in local.conf (if not on there already) and also set >the (varflag) value

Re: [yocto] generating shared-state statistics from build

2015-12-02 Thread Barros Pena, Belen
On 02/12/2015 11:28, "Barros Pena, Belen" wrote: > >On 01/12/2015 16:23, "yocto-boun...@yoctoproject.org on behalf of Martin >Jansa" martin.ja...@gmail.com> wrote: > >>On Tue, Dec 01, 2015 at 03:23:01PM +, Luke

Re: [yocto] Header files in /usr/include of rootfs

2015-12-02 Thread Anders Darander
* Andy Hung(洪翊桓_Pegatron) [151202 10:49]: > Hi Anders, > Thanks for your help, pls see updates below, > > Message: 2 > > Date: Tue, 24 Nov 2015 14:25:14 +0100 > > From: Anders Darander > > To: yocto@yoctoproject.org > > Subject: Re: [yocto]

Re: [yocto] [meta-raspberrypi][PATCH v3 0/2] Add support for 4.2 kernel with vc4 DRM/KMS driver

2015-12-02 Thread Andrei Gherzan
-- Andrei Gherzan On Fri, Nov 20, 2015 at 5:09 PM, Khem Raj wrote: > On Fri, Nov 20, 2015 at 7:34 AM, Javier Martinez Canillas > wrote: > > On 11/10/2015 11:45 AM, Javier Martinez Canillas wrote: > >> Hello Andrei, > >> > >> This series adds support

[yocto] Where to set preferred_version / preferred_provider

2015-12-02 Thread kris duff
Hello! I am using webmin 1.620 on my image (a custom recipe in my own meta layer). When I have upgraded my yocto revision to dizzy, a new webmin version has appeared in the meta-openembedded layer (the version is 1.700) this version seems not to work (I am unable to start it using systemctl and

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: SPI bus support

2015-12-02 Thread Gary Thomas
Ping? On 2015-11-19 09:52, Gary Thomas wrote: With the newer kernels that use device tree, the SPI bus is only enabled by a device tree setting. This is now supported by adding ENABLE_SPI_BUS = "1" in local.conf Signed-off-by: Gary Thomas --- README

[linux-yocto] [PATCH] Intel Axxia meta updates to yocto-kernel-cache yocto-4.1

2015-12-02 Thread Cristian Bercaru
Hello! This patch brings minor modifications to Axxia arm/arm64 BSPs. Please apply it on the 'yocto-4.1' branch from git://git.yoctoproject.org/yocto-kernel-cache Thank you, Cristian Bercaru (1): bsp/axxia: update base configurations bsp/axxiaarm/axxiaarm.cfg | 2 +-

[linux-yocto] [PATCH] bsp/axxia: update base configurations

2015-12-02 Thread Cristian Bercaru
Update the base configurations of axxiaarm and axxiaarm64 BSPs. Signed-off-by: Cristian Bercaru --- bsp/axxiaarm/axxiaarm.cfg | 2 +- bsp/axxiaarm/axxiaarm.scc | 4 ++-- bsp/axxiaarm64/axxiaarm64.cfg | 3 +-- 3 files changed, 4 insertions(+), 5

[linux-yocto] sorry for spam

2015-12-02 Thread Cristian Bercaru
Hello! I sent a series of patches for linux-yocto 3.4, 3.14 and 4.1. The first time I sent them (yesterday) postfix couldn't connect to the yocto mail server, so I re-sent them today. However, postfix apparently cached my emails from yesterday and sent them again. So, I apologize for

[linux-yocto] [PATCH] drivers/net: Update the LSI FEMAC Driver for Axxia

2015-12-02 Thread Cristian Bercaru
From: John Jacques The driver was calling free_irq() without first calling disable_irq() to synchronize pending and active handlers. This commit adds a call to disable_irq(). Signed-off-by: John Jacques --- drivers/net/ethernet/lsi/lsi_acp_net.c

[linux-yocto] [PATCH] Intel Axxia update to linux-yocto-3.10

2015-12-02 Thread Cristian Bercaru
Hello! This patch fixes an irq concurrency problem in the Axxia FEMAC driver. Please apply it in linux-yocto-3.10, on the branches standard/axxia/base standard/preempt-rt/axxia/base Thank you, Cristian Bercaru John Jacques (1): drivers/net: Update the LSI FEMAC Driver for Axxia

[linux-yocto] [PATCH] Intel Axxia meta update to linux-yocto-3.10

2015-12-02 Thread Cristian Bercaru
Hello! This patch keeps the homogenity of the config fragments from the meta-axxia layer. Please apply it on the meta branch from git://git.yoctoproject.org/linux-yocto-3.10 Thank you, Cristian Bercaru (1): meta: bsp/axxia: move back features from meta-axxia

[linux-yocto] [PATCH] meta: bsp/axxia: move back features from meta-axxia

2015-12-02 Thread Cristian Bercaru
Signed-off-by: Cristian Bercaru --- meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.scc|4 .../kernel-cache/bsp/axxiapowerpc/axxiapowerpc.scc |4 2 files changed, 8 insertions(+) diff --git a/meta/cfg/kernel-cache/bsp/axxiaarm/axxiaarm.scc