[yocto] Module.symvers failed with error: No such file or directory:

2019-01-25 Thread pawanKumar
Hi Team , After running the command :- crosstap root@ I'm getting error as below: */poky/build/tmp/work/qemux86-poky-linux/linux-yocto/4.18.21+gitAUTOINC+..*/linux-qemu-*/Module.symvers" failed with error: No such file or directory.* *Ensure kernel development headers & makefiles are

Re: [linux-yocto] [PATCH 1/2] qemuriscv32: Remove the HVC driver

2019-01-25 Thread Bruce Ashfield
both patches are merged to master (let me know if you need them on other branches, but they didn't apply to 4.19, so I assume not!). Bruce On 2019-01-23 5:30 p.m., Alistair Francis wrote: Signed-off-by: Alistair Francis --- bsp/qemuriscv32/qemuriscv32.cfg | 2 -- 1 file changed, 2

Re: [yocto] Wanted: Volunteers and demos for OpenEmbedded FOSDEM stand

2019-01-25 Thread Marco Cavallini
Il 04/12/18 18:19, Paul Barker ha scritto: Hi all, We've got an OpenEmbedded stand again at FOSDEM this year! The event will be held on 2nd & 3rd Feb 2019 at the usual location of ULB Campus du Solbosch in Brussels. I'll be present most of each day to run the stand but we need some

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

2019-01-25 Thread pokybuild
A build flagged for QA (yocto-2.7_M2.rc1) was completed on the autobuilder and is available at: https://autobuilder.yocto.io/pub/releases/yocto-2.7_M2.rc1 Build hash information: bitbake: 8c8ecec2a722bc2885e2648d41ac8df07bdf660d eclipse-poky-neon:

Re: [yocto] [meta-freescale] Error in populating sdk using custom distro

2019-01-25 Thread Sivasubramanian Patchaiperumal
Hi Srinivasan, This is patching failure, qtwayland recipe is trying to apply "0001-tst_client.cpp-Fix-no-opengl-build.patch". Kindly see if either source code or patch has changed/updated without the other. On Thu, 24 Jan 2019 at 17:49, srinivasan wrote: > Dear Yocto Experts, > > I am seeing

[yocto] Error in populating sdk using custom distro

2019-01-25 Thread srinivasan
Dear Yocto Experts, I am seeing the below error, while building the sdk for my custom distro, with some the freescale layers (meta-freescale, meta-freescale-3rdparty.meta-freescale-distro, meta-fsl-bsp-release) integrated into my custom distro, could anyone please help me with the pointers that

[yocto] wifi feature adding doubt

2019-01-25 Thread sateesh m
Hai Sir, I am using yocto project my machine is qemuriscv64 . I am running this using qemuriscv64 using runqemu qemuriscv64 nographic . i want to add wifi feature so how i add it this feature . Thanking you sir, Sateesh -- ___ yocto

[yocto] wic command, partitioned image, multiple boot loader entries

2019-01-25 Thread Burke, David
I'm using wic to create an EFI bootable "multi rootfs" image. This image has two different Linux OS configurations, each in their own partition of course. I have been able to successfully create and boot the final wic image. The question I have is how to I create more than one .conf file in

[yocto] [meta-security][PATCH] checksec: Remove old script

2019-01-25 Thread Scott Ellis
Should have been removed in previous patch. Signed-off-by: Scott Ellis --- recipes-security/checksec/files/checksec.sh | 882 1 file changed, 882 deletions(-) delete mode 100644 recipes-security/checksec/files/checksec.sh diff --git

[yocto] [meta-selinux][PATCH 2/2] selinux-image.bbclass: using append instead of += for IMAGE_PREPROCESS_COMMAND

2019-01-25 Thread Yi Zhao
Fix AVC denied error when booting: type=AVC msg=audit(1548055920.478:86): avc: denied { execute } for pid=366 comm="audispd" path="/lib/ld-2.28.so" dev="vda" ino=7545 scontext=system_u:system_r:audisp_t:s15:c0.c1023 tcontext=system_u:object_r:unlabeled_t:s0 tclass=file permissive=1 type=AVC