[yocto] [patchwork][PATCH] patchwork: support wsgi

2018-12-18 Thread changqing.li
From: Changqing Li provide option of use like nginx + wsgi, this file is backported from patchwork upstream https://github.com/getpatchwork/patchwork Signed-off-by: Changqing Li --- patchwork/wsgi.py | 30 ++ 1 file changed, 30 insertions(+) create mode 100644 patc

Re: [yocto] build fails for qemux86

2018-12-18 Thread sanjay chopra
I tried to create core-image-minimal from other laptop, I was able to build it without any problem. On my machine , I tried with ubuntu , debian and CENTOS, I am getting same issue every time. Looks like it is more related to my hardware ? I tried with verbose information also, It is not invoking

Re: [yocto] build fails for qemux86

2018-12-18 Thread Burton, Ross
On Tue, 18 Dec 2018 at 13:07, sanjay chopra wrote: > + qemu-i386 -r 3.2.0 -E > LD_LIBRARY_PATH=/home/sanju/qemu_check/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/rootfs/usr/lib:/home/sanju/qemu_check/tmp/work/qemux86-poky-linux/core-image-minimal/1.0-r0/rootfs/lib > -L > /home/sanju/q

Re: [yocto] build fails for qemux86

2018-12-18 Thread sanjay chopra
I have not changed anything, I also tried with fresh download from https://www.yoctoproject.org/software-overview/downloads/ I tried cleaning build directory. I have kept my downloads in a separate partition(NTFS), but I am building inside my home directory (ext4 partition). I used default configu

Re: [yocto] build fails for qemux86

2018-12-18 Thread sanjay chopra
Hi, I copied poky downloads in home directory and after that I tried a clean build. It worked after that. That means there is some issues if the poky downloads are kept in other partition (NTFS) On Tue, Dec 18, 2018 at 7:08 PM sanjay chopra wrote: > I have not changed anything, I also tried wit

[yocto] xrandr / xinput calibrator

2018-12-18 Thread Stanisavljevic
Hy everybody, I tried to migrate from krogoth to sumo version of yocto project, to compile a custom OS for a custom board based on TI AM335x EVMSK Starter Kit. On this custom board there is a touchscreen panel (same like the AM335x EVMSK starter Kit) whitch worked fine with krogoth version. W

[yocto] Yocto staged builds?

2018-12-18 Thread Edmund Nadolski
Hello list, Can anyone pls. help me understand what Yocto/bitbake supports (or could support) in terms of staged builds? IOW, something like this sequence that performs nested signing of binaries: * Create and sign binary files (ie kernel, modules, dtb, ...). * Create fs images from a

[yocto] [meta-security][PATCH] ptest: fix testsuite var

2018-12-18 Thread Armin Kuster
core remove variable used to define ptest test suite. Signed-off-by: Armin Kuster --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 19e647e..716f8ac 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -13,4 +13,4 @@

[yocto] QA notification for completed autobuilder build (yocto-2.7_M1.rc1)

2018-12-18 Thread pokybuild
A build flagged for QA (yocto-2.7_M1.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-2.7_M1.rc1 Build hash information: bitbake: f02114cb70e8f6f1d32e19c02b758fe0aadecd19 eclipse-poky-neon: 9ab82dc61d603f3b1456059e9afafab806d0ca

Re: [yocto] [meta-security][thud][PATCH] tpm2-abrmd: Fix QA error

2018-12-18 Thread akuster808
On 12/12/18 7:27 AM, Daniel Dragomir wrote: > QA Issue: tpm2-abrmd: Files/directories were installed but not > shipped in any package: > /usr/share/dbus-1 > /usr/share/dbus-1/system-services > /usr/share/dbus-1/system-services/com.intel.tss2.Tabrmd.service merged > > Signed-off-by: Da

Re: [yocto] core-image-* (minimal) networking

2018-12-18 Thread Peter Balazovic
> ifconfig eth0 up > udhcpc -ieth0 Now is up ... and identified and now trying to figure out how to make it permanent since after reboot I need to do over again. On Mon, Dec 17, 2018 at 5:30 AM Khem Raj wrote: > On Fri, Dec 14, 2018 at 8:23 AM Peter Balazovic > wrote: > > > > I've built bi

Re: [yocto] x86_64 kernel with i586 userland plus SDK?

2018-12-18 Thread Richard Weinberger
Richard, Am Montag, 17. Dezember 2018, 11:34:08 CET schrieb richard.pur...@linuxfoundation.org: > On Mon, 2018-12-17 at 11:26 +0100, Richard Weinberger wrote: > > On Wed, Nov 28, 2018 at 9:42 AM Richard Purdie > > wrote: > > > The system can definitely do it, its just not something we tend to >

[yocto] Yocto - Rpi: u-boot --- hangs on boot?

2018-12-18 Thread Kman Devnull
Hi, How do you get the u-boot built with yocto for Raspberry Pi 3? - I used this link to get the base build working for q5-image on Raspberry Pi 3. - I have used the yocto 'thud' release. - Now in order to get u-boot build I added t

[yocto] Yocto Project Status WW51’18

2018-12-18 Thread Jolley, Stephen K
Current Dev Position: YP 2.7 M1 is in QA Next Deadline: YP 2.7 M1 Release Target is Dec. 21, 2018 SWAT Team Rotation: · SWAT lead is currently: Armin · SWAT team rotation: Armin -> Anuj on Dec. 21, 2018 · SWAT team rotation: Anuj -> Paul on Dec. 28, 2018 · htt

[yocto] Question about temporary directories

2018-12-18 Thread A
I'd like multiple "helper" recipes to contribute files to a temporary directory on my build host, and then a final recipe to combine them into a compressed file. But I DON'T want the helper recipe's files to get installed on the target system. My goal is to have them put into a jffs2 image, which

Re: [yocto] Yocto staged builds?

2018-12-18 Thread Burton, Ross
On Tue, 18 Dec 2018 at 16:07, Edmund Nadolski wrote: > Create and sign binary files (ie kernel, modules, dtb, …). Kernel modules can be signed. No idea about DTB. Also packages can be signed. > Create fs images from above and sign those. Depends how you want to sign the image, most likely not