Re: [yocto] AppArmor

2017-06-29 Thread Anders Montonen
Hi Tom, On Thu, 22 Jun 2017, Tom Rini wrote: I did fix the latter of these (along with the perl problem), but I'm using sysvinit and needed apache2 in my project anyhow. Your commit fixes most of the problems, but /usr/bin/aa-easyprof still gets installed with a shebang referring to the host

[yocto] Yocto Project Technical Team Meeting

2017-06-29 Thread Jolley, Stephen K
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

Re: [yocto] [meta-chip][PATCH V3 0/4] Initial attempt at flashing instructions.

2017-06-29 Thread Andrei Gherzan
Hi, On Thu, Jun 29, 2017 at 2:12 AM, wrote: > From: Drew Moseley > > * V3: > > Cleanup README. > > Add CHIP_UBI_PAGE_SIZE variable to reuse the data from the machine > configuration. > Merged to master. Thanks, Drew. Andrei -- ___ yocto mailing lis

Re: [yocto] [meta-chip] Jenkins, reviews and mailing list

2017-06-29 Thread Andrei Gherzan
On Tue, Jun 27, 2017 at 5:18 AM, Petter Mabacker wrote: > On Mon, 2017-06-26 at 17:12 +0100, Andrei Gherzan wrote: > > On Mon, Jun 26, 2017 at 2:29 PM, Trevor Woerner > wrote: > > On Mon, Jun 26, 2017 at 9:21 AM, Andrei Gherzan wrote: > > We've been testing a setup with meta-raspberrypi which s

Re: [yocto] Yocto Project Technical Team Meeting

2017-06-29 Thread Trevor Woerner
In other words it's being pushed back a week for the US holiday? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi][PATCH] rpi-base: wic: generate entries for u-boot

2017-06-29 Thread Andrea Galbusera
This commit allow wic generated images to work when we want u-boot to load the kernel image. Augment IMAGE_BOOT_FILES with the proper entries when KERNEL_IMAGETYPE is "uImage". More specifically add u-boot image and boot.scr to deployed files and give the proper name to the kernel image accordingl

[yocto] How to debug a mirror fetch error

2017-06-29 Thread Jimi Damon
Hi, I've gotten almost all of my files downloaded using a local mirror for a new build. I'm having trouble debugging one specific case where it appears my mirror rules can't find the package that it should be finding in the local mirror directory. This is my hypothesis as I've worked throug

[yocto] RPi app built with SDK won't load

2017-06-29 Thread Paul D. DeRocco
I posted about this a week or so ago, but have narrowed things down further. I built a 32-bit non-GUI RPi image which works, built the corresponding SDK, and used the SDK's toolchain to build an empty C program (just "return 0;" inside main). When I run it on the target, the shell complains:

[yocto] [meta-rockchip][PATCH] rockchip-gpt-img: fix deprecated notation

2017-06-29 Thread Trevor Woerner
The older "IMAGE_DEPENDS..." notation has been deprecated in favour of the newer "do_image_...[depends]" notation. Signed-off-by: Trevor Woerner --- classes/rockchip-gpt-img.bbclass | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/rockchip-gpt-img.bbclass b/cla

Re: [yocto] AppArmor

2017-06-29 Thread Tom Rini
On Thu, Jun 29, 2017 at 01:56:22PM +0300, Anders Montonen wrote: > Hi Tom, > > On Thu, 22 Jun 2017, Tom Rini wrote: > > > >I did fix the latter of these (along with the perl problem), but I'm > >using sysvinit and needed apache2 in my project anyhow. > > Your commit fixes most of the problems, bu

[yocto] [meta-realtime][PATCH] schedtool-dl: Fix SCHED_DEADLINE value out of range

2017-06-29 Thread zhe.he
From: He Zhe The upstream commit 3ffb479929c31cbae09de08f94f58b8f0f061d91 tries to fix this issue but it's not complete. This patch adds flags at the last necessary place. Signed-off-by: He Zhe --- recipes-tools/schedtool-dl/schedtool-dl.bb | 6 ++- ...-add-flags-to-parameters-of-sch