Re: [yocto] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.1.6.rc1)

2021-02-24 Thread Sangeeta Jain
Hi all, This is the full report for yocto-3.1.6.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. no new issue found Thanks, Sangeeta > -Original Message- > From: qa-build-notif

Re: [yocto] Yocto- Apache2 build guide

2021-02-24 Thread Randy MacLeod
On 2021-02-24 5:04 a.m., D, Sharmila via lists.yoctoproject.org wrote: Hi, I am trying to enable httpd package into my yocto build, steps I followed is as below 1. Added below layer in bblayer.conf file sources/meta-openembedded/meta-webserver 2. Added below line in local.conf file IMAGE_I

Re: [yocto] [meta-security] [PATCH V2 0/8] Some fixes for IMA/EVM

2021-02-24 Thread akuster
merged On 2/20/21 4:18 AM, liu.min...@gmail.com wrote: > From: Ming Liu > > Changes in patch set V2: > > 1 Split patches as suggested by Dmitry Baryshkov. > > Ming Liu (8): > ima-evm-utils: set native REQUIRED_DISTRO_FEATURES to empty > initramfs-framework-ima: fix a wrong path > ima-evm-ke

[yocto] Multi-planar API support in g_webcam

2021-02-24 Thread Sheraz Ali
Hi All, I wanted to know whether g_webcam supports multi-planar API. -- Thanks and Regards Sheraz Ali Shah -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#52475): https://lists.yoctoproject.org/g/yocto/message/52475 Mute This Topic: https://lists

Re: [yocto] #yocto #sdk

2021-02-24 Thread Monsees, Steven C (US) via lists.yoctoproject.org
Thanks again, these utilities make it much easier to understand and correct the issues... -Original Message- From: yocto@lists.yoctoproject.org On Behalf Of Monsees, Steven C (US) via lists.yoctoproject.org Sent: Tuesday, February 23, 2021 3:42 PM To: Khem Raj Cc: yocto@lists.yoctopro

Re: [yocto] Dunfell, nodejs and typescript - short experience report

2021-02-24 Thread TRO
Hi Simon, I'm dealing actually with the same problem. Would you like to share your  "configure in my own subclass"? I'm also thinking there is a need for a bbclass which actually is not using gyp, instead it should be able to "npm run build". There is alsa a patch for speeding up npm npmsw fetc

[yocto] Yocto- Apache2 build guide

2021-02-24 Thread D, Sharmila via lists.yoctoproject.org
Hi, I am trying to enable httpd package into my yocto build, steps I followed is as below 1. Added below layer in bblayer.conf file sources/meta-openembedded/meta-webserver 2. Added below line in local.conf file IMAGE_INSTALL_append = "apache2" The yocto build using bitbake core-image-minima

Re: [yocto] Trouble booting basic x86 image

2021-02-24 Thread Paul D. DeRocco
> From: Mittal, Anuj [mailto:anuj.mit...@intel.com] > > It looks like you are using the live option in hddimg image? Can you > try adding "rootwait" to kernel parameters and see if that works? > > Not sure why it's not dropping to shell, but may be try > adding explicit > call to /bin/sh in met