Re: [yocto] [meta-selinux] Jethro branch

2016-03-02 Thread Shrikant Bobade
Checked jethro branch, image booting successfully, policy loads well & label file-system thanks ! used distro : poky-selinux & image: core-image-selinux meta-yocto-bsp= "branch_jethro:b1f23d1254682866236bfaeb843c0d8aa332efc2" meta-selinux =

[yocto] [yocto-autbuilder][PATCH] bin/release_scripts/relnotes.py

2016-03-02 Thread Graydon, Tracy
This is the python version of the relnotes.sh script. It will generate the release+notes template for major and point releases, including the release errata, headers for known issues and new features/enhancements, and, most importantly, the CVE and General fixes for the release. Signed-off-by:

[yocto] [meta-selinux][PATCH] udev: Rename udev bbappend to eudev.

2016-03-02 Thread Philip Tricca
Required by switch to eudev in oe-core. Signed-off-by: Philip Tricca --- recipes-core/eudev/eudev/init | 144 recipes-core/eudev/eudev/udev-cache | 32 +++ recipes-core/eudev/eudev_3.1.5.bbappend | 5 ++

Re: [yocto] how to organize my patches for multiple kernels and multiple target boards?

2016-03-02 Thread Bruce Ashfield
On 2016-03-02 10:41 AM, Robert P. J. Day wrote: Quoting Bruce Ashfield : On 16-03-01 05:44 AM, Robert P. J. Day wrote: also, once a .scc file is located, will the location of the listed .cfg and .patch/.diff files inside it start a whole new search process

Re: [yocto] [Openembedded-architecture] Standalone image writer

2016-03-02 Thread Paul Eggleton
Hi Giordon, The image writer in question has no specific support for Xilinx boards. If you're having a problem relating to the Xilinx BSP and you don't get a response here then I'd suggest contacting the BSP maintainer(s). Cheers, Paul On Mon, 29 Feb 2016 20:05:44 Giordon Stark wrote: > Hi

Re: [yocto] [wic] Creating sdimage-bootpart

2016-03-02 Thread Maciej Borzecki
> Dnia 2 marzec 2016 o 07:47 Ed Bartosh napisał(a): > > > Hi Rudolf, > > Interesting. I thought that this commit shoud fix the issue: > http://cgit.openembedded.org/openembedded-core/commit/?id=264c03e854f77c3b62acb710384f66716ccbf469 > > Which branch do you use? >

Re: [yocto] [wic] Creating sdimage-bootpart

2016-03-02 Thread Rudolf J Streif
Hi Ed, > > Interesting. I thought that this commit shoud fix the issue: > http://cgit.openembedded.org/openembedded-core/commit/?id=264c03e854f77c3b62acb710384f66716ccbf469 Thanks. I was not aware of that patch. > > Which branch do you use? > Jethro. Master seems to be broken right now. It

Re: [yocto] Question about access local stash/bitbucket server via yocto

2016-03-02 Thread Randle, William C
On Wed, 2016-03-02 at 09:50 -0800, robert_jos...@selinc.com wrote: > yocto-boun...@yoctoproject.org wrote on 03/02/2016 06:23:12 AM: > > > > > From: "Olsson Rikard (RBSN/ESW1)" > > To: "yocto@yoctoproject.org" ,  > > Date: 03/02/2016 06:31 AM

Re: [yocto] Question about access local stash/bitbucket server via yocto

2016-03-02 Thread robert_joslyn
yocto-boun...@yoctoproject.org wrote on 03/02/2016 06:23:12 AM: > From: "Olsson Rikard (RBSN/ESW1)" > To: "yocto@yoctoproject.org" , > Date: 03/02/2016 06:31 AM > Subject: [yocto] Question about access local stash/bitbucket server via yocto >

Re: [yocto] [autobuilder][PATCH] CreateBBLayersConf: optionally exclude repos from default bblayers.conf

2016-03-02 Thread Flanagan, Elizabeth
Pulled into master-next. Thanks! -b On 1 March 2016 at 00:49, Joe MacDonald wrote: > When a repo is listed in the autobuilder config file, it is automatically > included in the resulting bblayers.conf. In most scenarios this is the > correct thing to do, however it

Re: [yocto] [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes

2016-03-02 Thread Khem Raj
On Wed, Mar 2, 2016 at 7:47 AM, Andrei Gherzan wrote: > Hi Khen, > > I started to merge the ones that were obvious. The rest need rebasing, > conflict fixing and so on. And then I test them locally. So it will take a > while. But I'll merge as I test. So you can easily see the

Re: [yocto] [Openembedded-architecture] Standalone image writer

2016-03-02 Thread Giordon Stark
Hi all, In a similar problem -- I find that the boot.bin file does not work out of the box when I copy the files over to the SDCard to boot on a Xilinx board. I end up having to open the SDK and generate a BOOT image myself using the other files that were generated (u-boot, devicetree) with the

[yocto] [meta-mingw][PATCH] Renamed version specific bbappend of mpfr, binutils-cross-canadian, gdb-cross-canadian and libmpc to wildcard bbappend files.

2016-03-02 Thread Christian Pössinger
Renamed version specific bbappend of mpfr, binutils-cross-canadian, gdb-cross-canadian and libmpc to wildcard bbappend files. Signed-off-by: Christian Poessinger --- recipes-devtools/binutils/binutils-cross-canadian_%.bbappend | 5 +

Re: [yocto] [Openembedded-architecture] Removing Hob for 2.1

2016-03-02 Thread Anders Darander
On Fri, 26 Feb 2016, 03:54 Khem Raj wrote: > Go ahead > Yes, go ahead. > -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Burton, Ross
On 2 March 2016 at 15:36, William Mills wrote: > How about transparent when last user input was touch-screen but normal > when last input was mouse/touchpad? > > This would be done on a per DISPLAY basis not a per app basis. > > Of course I don't know where to put that code and if

Re: [yocto] [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes

2016-03-02 Thread Andrei Gherzan
Hi Khen, I started to merge the ones that were obvious. The rest need rebasing, conflict fixing and so on. And then I test them locally. So it will take a while. But I'll merge as I test. So you can easily see the progress. -- Andrei Gherzan On Wed, Mar 2, 2016 at 3:21 PM, Khem Raj

Re: [yocto] how to organize my patches for multiple kernels and multiple target boards?

2016-03-02 Thread Robert P. J. Day
Quoting Bruce Ashfield : On 16-03-01 05:44 AM, Robert P. J. Day wrote: also, once a .scc file is located, will the location of the listed .cfg and .patch/.diff files inside it start a whole new search process based on FILESEXTRAPATHS and FILESOVERRIDES? The

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread William Mills
On 03/02/2016 07:48 AM, Burton, Ross wrote: > > On 2 March 2016 at 12:45, Johannes Pointner > wrote: > > I didn't know this option. > But I think there is still a use case for the > xcursor-transparent-theme. Because the cursor

Re: [yocto] Question about access local stash/bitbucket server via yocto

2016-03-02 Thread Christian Ege
Hi Rikard, > My first post so here we go…. Welcome to the OpenEmbedded world. > > 1) I am new to yocto and so is the company I work for…. > 2) My companys firewall/intranet blocks git protocol so only http works… welcome to my world > Anyhow, in the company there is a local stash/bitbucket sever

[yocto] Question about access local stash/bitbucket server via yocto

2016-03-02 Thread Olsson Rikard (RBSN/ESW1)
Dear Yocto members, My first post so here we go 1) I am new to yocto and so is the company I work for 2) My companys firewall/intranet blocks git protocol so only http works... Anyhow, in the company there is a local stash/bitbucket sever which run on port number where I have some

[yocto] what's the recommended way to extend FILESOVERRIDES to add a powerpc CPU?

2016-03-02 Thread Robert P. J. Day
currently working on a layer for building for three powerpc-based target boards: * mach1 (8260-based) * mach2, mach3 (8360-based) i wanted to use FILESOVERRIDES to be able to distinguish between patches that were: * machine-specific * CPU-specific (8260 or 8360) * common across

Re: [linux-yocto] [PATCH] meta-yocto-bsp: bump to linux-yocto 4.4 for the non-x86 BSPs

2016-03-02 Thread Bruce Ashfield
On 2016-03-02 6:10 AM, Kevin Hao wrote: Boot test for all these boards. Thanks Kevin! Most appreciated. Bruce Signed-off-by: Kevin Hao --- meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +- meta-yocto-bsp/conf/machine/edgerouter.conf

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Johannes Pointner
Of course its a hack :) I will test the changes and send the patches. Thanks, Hannes 2016-03-02 13:50 GMT+01:00 Burton, Ross : > > On 2 March 2016 at 12:48, Burton, Ross wrote: >> >> How do you handle users switching between applications in that

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Burton, Ross
On 2 March 2016 at 12:48, Burton, Ross wrote: > How do you handle users switching between applications in that case? Or > the application crashing and leaving you without a cursor? If a particular > application should hide the cursor them it should just hide the cursor,

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Burton, Ross
On 2 March 2016 at 12:45, Johannes Pointner wrote: > I didn't know this option. > But I think there is still a use case for the > xcursor-transparent-theme. Because the cursor theme can be set before > starting a new application without restarting X11. > How do you handle

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Johannes Pointner
Hello Ross, thanks. I didn't know this option. But I think there is still a use case for the xcursor-transparent-theme. Because the cursor theme can be set before starting a new application without restarting X11. 2016-03-02 13:19 GMT+01:00 Burton, Ross : > Hi Johannes,

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Burton, Ross
Hi Johannes, On 2 March 2016 at 12:19, Burton, Ross wrote: > This and the other patch have been merged, thanks. > I've also merged in the patches that oe-core was carrying and did a bit of a spring clean, so if you can test and submit a srcrev bump and patch removal for

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Burton, Ross
Hi Johannes, This and the other patch have been merged, thanks. However I just realised that we don't actually need this anymore and should instead be passing -nocursor when starting X11. Ross On 1 March 2016 at 23:52, Johannes Pointner wrote: > This patch adds

Re: [linux-yocto] [OE-core] How to integrate third party application software to yocto image

2016-03-02 Thread winiston
Hi, I am new to this community.What does mean top post? Please see my bblayers.conf file content. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BBFILES ?= "" BBLAYERS ?= " \ /home/winiston/poky/meta \

Re: [yocto] [meta-raspberrypi][PATCH v4 1/1] pitft: Add PiTFT22 support

2016-03-02 Thread Andrei Gherzan
On Wed, Mar 02, 2016 at 12:47:59AM +0100, Andrei Gherzan wrote: > From: Petter Mabäcker > > - Add support to build overlays for PiTFT22 in the kernel. > - Setup a basic configuration for the driver > > The PiTFT22 support is optional and can be enabled by adding below in >