Re: [yocto] sysroot question

2017-02-08 Thread Anders Darander
* Gary Thomas [170209 05:25]: > On 2017-02-08 20:36, Paul Eggleton wrote: > > I think the problem is that the task that prepares the sysroot > > (do_prepare_recipe_sysroot) isn't a dependency of your task. module.bbclass > > uses this: > > addtask make_scripts after

Re: [yocto] [meta-rockchip][PATCH 4/7] recipes-graphics: Add support for mali-userspace

2017-02-08 Thread Jacob Chen
Hi, Trevor Woerner wrote on 2017年01月28日 09:44: On Fri, Jan 27, 2017 at 9:41 AM, Romain Perier wrote: Hi all, Correct me if I am wrong, but these are generic mali userpace binaries ? meta-rockchip is a bsp meta layer, it should only contains files and recipes to make

Re: [yocto] [meta-rockchip][PATCH 2/7] machine: Add machine file for the rk3288 linux Boards

2017-02-08 Thread Jacob Chen
Hi Trevor Woerner wrote on 2017年01月28日 03:41: On Fri, Jan 27, 2017 at 9:37 AM, Romain Perier wrote: Could you: - Make one patch per new machine file and not one patch for all new added machine Agreed. Are all of these machines actual devices? The evb one doesn't

[yocto] [meta-raspberrypi][PATCH 9/9] firmware: Update to 20161215 release

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-bsp/common/firmware.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 1961b48..8aea628 100644 --- a/recipes-bsp/common/firmware.inc +++

[yocto] [meta-raspberrypi][PATCH 8/9] userland: Upgrade to latest

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index cec591d..5a83c8a 100644 ---

[yocto] [meta-raspberrypi][PATCH 6/9] userland: Upgrade to latest and implement triple buffering for wayland

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj --- ...13-Implement-triple-buffering-for-wayland.patch | 85 ++ recipes-graphics/userland/userland_git.bb | 3 +- 2 files changed, 87 insertions(+), 1 deletion(-) create mode 100644

[yocto] [meta-raspberrypi][PATCH 7/9] linux-raspberrypi_4.9.bb: Upgrade to 4.9.8

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index 1f8fe11..c59bae5 100644 ---

[yocto] [meta-raspberrypi][PATCH 5/9] linux-raspberrypi_4.9.bb: Upgrade to 4.9.5

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index cffea1a..1f8fe11 100644 ---

[yocto] [meta-raspberrypi][PATCH 4/9] linux-raspberrypi_dev.bb: Add recipe for tracking development tip

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb

[yocto] [meta-raspberrypi][PATCH 3/9] raspberrypi3-64.conf: Use 4.9 as default kernel

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 5598e50..cdcd726 100644 --- a/conf/machine/raspberrypi3-64.conf +++

[yocto] [meta-raspberrypi][PATCH 1/9] Add raspberrypi3-64.conf

2017-02-08 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/raspberrypi3-64.conf | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 conf/machine/raspberrypi3-64.conf

[yocto] [meta-raspberrypi][PATCH 2/9] rpi-default-providers: Let mesa provide libgbm

2017-02-08 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/machine/include/rpi-default-providers.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 078e9d6..5b2658b 100644 ---

[yocto] Release Candidate Build for yocto-2.2.1.rc1 now available.

2017-02-08 Thread Poky Build User
A release candidate build for yocto-2.2.1.rc1 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.2.1.rc1 Please begin QA on this build as soon as possible. Build hash information: meta-qt4 : 2c7f8df9039be498f8a2232d1428adb7f4e5e800 meta-intel :

Re: [yocto] sysroot question

2017-02-08 Thread Gary Thomas
On 2017-02-08 20:36, Paul Eggleton wrote: Hi Gary, On Wednesday, 8 February 2017 12:12:25 PM NZDT Gary Thomas wrote: On 2017-02-08 11:42, Gary Thomas wrote: I had a recipe that used to work and now fails after the change to the split sysroots. I'm building an out-of-tree kernel module and

[yocto] [meta-security][PATCH] scapy: fix the pickling issue

2017-02-08 Thread jackie.huang
From: Jackie Huang Backport a patch to fix the pickling issue when save_session: PicklingError: Can't pickle : attribute lookup __builtin__.function failed Signed-off-by: Jackie Huang ---

[yocto] [patchwork][PATCH] parsemail: Process email with duplicated message-id

2017-02-08 Thread Jose Lamego
Current email parsing filters-out messages with a message-id that already exists in db, producing that some valid patch revisions are not processed in patchwork. This change allows for valid patches with duplicated message-id to be processed by modifying the message-id in patchwork only when

[yocto] [meta-selinux] image labeling not working

2017-02-08 Thread George McCollister
Is anyone else finding that selinux_set_labels no longer sets selinux labels after everything selinux related was upreved to 2.6 in early January? setfiles appears to be excluding everything in the image rootfs directory. Regards, George McCollister Software Architect NovaTech LLC --

Re: [yocto] sysroot question

2017-02-08 Thread Paul Eggleton
Hi Gary, On Wednesday, 8 February 2017 12:12:25 PM NZDT Gary Thomas wrote: > On 2017-02-08 11:42, Gary Thomas wrote: > > I had a recipe that used to work and now fails after the change > > to the split sysroots. I'm building an out-of-tree kernel module > > and patterned my recipe after the

Re: [yocto] [[PATCH][yocto-autobuilder]] bin/forcebuild.py: Add a script to support force a build

2017-02-08 Thread Aníbal Limón
On 02/08/2017 08:12 AM, Lock, Joshua G wrote: > On Wed, 2017-02-01 at 14:14 -0600, Aníbal Limón wrote: >> I know we have the remote_kick.py [1] script but i don't know if is >> currently on use also this new script support list the options in >> builders and specify custom ones via cmdline. > >

Re: [yocto] Core-Image-sato GUI

2017-02-08 Thread Burton, Ross
On 8 February 2017 at 10:43, Joseph Ngigi wrote: > My only concern is I'd like to include a login prompt once the GUI starts, > for security purposes. Which files should I use to do that? > meta-oe has some graphical login managers, such as lxdm or gdm. Ross --

[yocto] [meta-rockchip][morty][PATH 3/3] recipes-kernel: linux: Add mainline kernel

2017-02-08 Thread Eddie Cai
Add mainline kervel support. Now the version is 4.10.-rc7. Signed-off-by: Eddie Cai --- recipes-kernel/linux/linux_4.10.bb | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 recipes-kernel/linux/linux_4.10.bb diff --git

[yocto] [meta-rockchip][morty][PATH 2/3] machine: Use SOC specific assignements

2017-02-08 Thread Eddie Cai
From: Eddie Cai In this way the modifications will be used on all RK3288 boards. Signed-off-by: Eddie Cai --- conf/machine/include/rk3288.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/rk3288.inc

[yocto] [meta-rockchip][morty][PATH 1/3] machine: Use cortexa17hf-neon-vfpv4 as default tune for rk3288.inc

2017-02-08 Thread Eddie Cai
RK3288 support hard float and vfpv4. So we should use cortexa17hf-neon-vfpv4 as default tune. Signed-off-by: Eddie Cai --- conf/machine/include/rk3288.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rk3288.inc

[yocto] [meta-rockchip][morty][PATH 0/3] add main line kernel support

2017-02-08 Thread Eddie Cai
This patch set add main line kernel support for meta-rockchip Eddie Cai (3): machine: Use cortexa17hf-neon-vfpv4 as default tune for rk3288.inc machine: Use SOC specific assignements recipes-kernel: linux: Add mainline kernel conf/machine/include/rk3288.inc| 5 -

Re: [yocto] [[PATCH][yocto-autobuilder]] bin/forcebuild.py: Add a script to support force a build

2017-02-08 Thread Lock, Joshua G
On Wed, 2017-02-01 at 14:14 -0600, Aníbal Limón wrote: > I know we have the remote_kick.py [1] script but i don't know if is > currently on use also this new script support list the options in > builders and specify custom ones via cmdline. I don't use remote_kick.py, I'm loathe to carry two

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-08 Thread Robert P. J. Day
On Wed, 8 Feb 2017, Joshua Lock wrote: > On Wed, 2017-02-08 at 07:06 -0500, Robert P. J. Day wrote: > > On Wed, 8 Feb 2017, Leon Woestenberg wrote: > > > > ... snip ... > > > > > blktrace > > > >   without putting any research into knowing precisely what these > > utilities do, i put them into a

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-08 Thread Joshua Lock
On Wed, 2017-02-08 at 07:06 -0500, Robert P. J. Day wrote: > On Wed, 8 Feb 2017, Leon Woestenberg wrote: > > ... snip ... > > > blktrace > >   without putting any research into knowing precisely what these > utilities do, i put them into a list on a wiki page: > >  

Re: [yocto] sysroot question

2017-02-08 Thread Joshua Lock
On Wed, 2017-02-08 at 12:12 +0100, Gary Thomas wrote: > On 2017-02-08 11:42, Gary Thomas wrote: > > I had a recipe that used to work and now fails after the change > > to the split sysroots.  I'm building an out-of-tree kernel module > > and patterned my recipe after the meta-skeleton example. My

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-08 Thread Maciej Borzęcki
On Wed, Feb 8, 2017 at 1:02 PM, Robert P. J. Day wrote: > On Wed, 8 Feb 2017, Maciej Borzęcki wrote: > >> On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day >> wrote: >> > >> > colleague asked me for a list of OE/YP recipes for monitoring system >>

Re: [yocto] meta-raspberrypi issue

2017-02-08 Thread Gary Thomas
On 2017-02-01 18:24, Khem Raj wrote: On 2/1/17 8:08 AM, Usman Haider wrote: Hi, I am new to yocto and just started working on it. I am having issue with meta-raspberrypi. I did inside poky $ git checkout -b work_branch -t origin/daisy $ git clone git://git.yoctoproject.org/meta-raspberrypi

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-08 Thread Robert P. J. Day
On Wed, 8 Feb 2017, Leon Woestenberg wrote: ... snip ... > blktrace without putting any research into knowing precisely what these utilities do, i put them into a list on a wiki page: http://www.crashcourse.ca/wiki/index.php/OE_YP_performance_monitoring given time, i'll add some commentary

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-08 Thread Robert P. J. Day
On Wed, 8 Feb 2017, Maciej Borzęcki wrote: > On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day > wrote: > > > > colleague asked me for a list of OE/YP recipes for monitoring system > > performance/resource utilization/profiling, i'm unaware of any single > > list that

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-08 Thread Robert P. J. Day
On Wed, 8 Feb 2017, Leon Woestenberg wrote: > > On Wed, Feb 8, 2017 at 12:38 PM, Gary Thomas wrote: > On 2017-02-08 07:48, Maciej Borzęcki wrote: > On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day > wrote: > >  

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-08 Thread Leon Woestenberg
On Wed, Feb 8, 2017 at 12:38 PM, Gary Thomas wrote: > On 2017-02-08 07:48, Maciej Borzęcki wrote: > >> On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day >> wrote: >> >>> >>> colleague asked me for a list of OE/YP recipes for monitoring system >>>

Re: [yocto] is there a list somewhere of OE/YP-supported system perf/monitoring tools?

2017-02-08 Thread Gary Thomas
On 2017-02-08 07:48, Maciej Borzęcki wrote: On Tue, Feb 7, 2017 at 3:31 PM, Robert P. J. Day wrote: colleague asked me for a list of OE/YP recipes for monitoring system performance/resource utilization/profiling, i'm unaware of any single list that tracks that sort of

Re: [yocto] sysroot question

2017-02-08 Thread Gary Thomas
On 2017-02-08 11:42, Gary Thomas wrote: I had a recipe that used to work and now fails after the change to the split sysroots. I'm building an out-of-tree kernel module and patterned my recipe after the meta-skeleton example. My recipe has this setup: inherit module-base kernel-module-split

[yocto] sysroot question

2017-02-08 Thread Gary Thomas
I had a recipe that used to work and now fails after the change to the split sysroots. I'm building an out-of-tree kernel module and patterned my recipe after the meta-skeleton example. My recipe has this setup: inherit module-base kernel-module-split do_compile() { unset CFLAGS

[linux-yocto] [kernel-cache][PATCH 2/2] features: add dm-verity

2017-02-08 Thread Patrick Ohly
Useful for integrity protection of a read-only partition. Signed-off-by: Patrick Ohly --- features/device-mapper/dm-verity.cfg | 1 + features/device-mapper/dm-verity.scc | 4 2 files changed, 5 insertions(+) create mode 100644 features/device-mapper/dm-verity.cfg

[linux-yocto] [kernel-cache][PATCH 1/2] tpm: avoid warning due to double CONFIG_TCG_TPM

2017-02-08 Thread Patrick Ohly
The recent commit accidentally had CONFIG_TCG_TPM twice in the tpm.cfg file, which triggers a warning when checking the kernel config because the resulting config only contains the entry once. Signed-off-by: Patrick Ohly --- features/tpm/tpm.cfg | 1 - 1 file changed, 1

[linux-yocto] [kernel-cache][PATCH 0/2] fix tpm.cfg and add dm-verity

2017-02-08 Thread Patrick Ohly
This should be applicable to all branches which have the tpm.cfg file that I submitted recently. Sorry for missing the warning earlier - I must have mentally blocked it out instead of actually reading it :-/ The dm-verity change is relevant for some experimental work that I am doing at the