[yocto] How to export kernel specific headers to userspace

2018-06-18 Thread Ankit Rastogi
Hi, Can someone provide any pointers on how to export kernel specific headers to userspace? I am getting below error while building our one of the component which requires kernel uapi headers. Error Received: /hdmi-capture/main.c:16:10: fatal error: linux/hdmi_info.h: No such file or

Re: [linux-yocto] [PATCH] mips: kernel: Move cc-disable-warning assignments down to avoid being overwritten

2018-06-18 Thread Bruce Ashfield
On 2018-06-18 10:38 PM, He Zhe wrote: On 2018年06月17日 15:22, Kevin Hao wrote: On Fri, Jun 15, 2018 at 07:12:09AM -0700, He Zhe wrote: cc-disable-warning assignments could be overwritten by CFLAGS_DSP and thus causes the follow build error with GCC 8.1.0. Move them down to the bottom. In

Re: [linux-yocto] [PATCH] mips: kernel: Move cc-disable-warning assignments down to avoid being overwritten

2018-06-18 Thread He Zhe
On 2018年06月17日 15:22, Kevin Hao wrote: > On Fri, Jun 15, 2018 at 07:12:09AM -0700, He Zhe wrote: >> cc-disable-warning assignments could be overwritten by CFLAGS_DSP and thus >> causes the follow build error with GCC 8.1.0. Move them down to the bottom. >> >> In file included from

[yocto] Yocto Project Status WW25’18

2018-06-18 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M1 is in QA, accepting patches for YP 2.6 M2. Next Deadline: YP 2.6 M1 release is targeted for June 22, 2018 (See update) SWAT Team Rotation: · SWAT lead is currently: Armin · SWAT team rotation: Armin -> Maxin on June 22, 2018 · SWAT team

[yocto] [meta-selinux][PATCH 2/2] libsemanage: refresh patches to remove fuzz

2018-06-18 Thread Ioan-Adrian Ratiu
Recent versions of bitbake starting with sumo issue warnings if patches are applied with fuzz (in the future these will be errors). Regenerated patches using: devtool modify devtool finish --force-patch-refresh Signed-off-by: Ioan-Adrian Ratiu ---

[yocto] Add gstwebrtcdsp to gstreamer plugins

2018-06-18 Thread Andrea Picaro
Hello, for an imx6 machine i need to compile gstreamer plugin bad webrtcdsp. by following patterns i've found for other bad plugins, i tryed: PACKAGES += "${PN}-audio-bad" RDEPENDS_${PN}-audio-bad = "gstreamer1.0-plugins-bad-webrtcdsp" in packagegroup-fsl-gstreamer1.0.bb also, in

Re: [yocto] How do I use additional commands in recipe?

2018-06-18 Thread tykwon
Hi. > Technically, you need to create a recipe for pyppd. If you only need it > during the install process (e.g. you want it to run on the host), then you > need -native recipe, to be precise. Here is a lot of documentation on the > process: >

[yocto] Build QT5 SDK statically for yocto krogoth for IMX6

2018-06-18 Thread Ayana Vincent
Dear Sir, I am using IMX6 sabre auto board and yocto build version is Krogoth. I would like to link QT libraries statically. 1. How can we build QT SDK statically in yocto build. Regards, Ayana Vincent Confidentiality Statement / Disclaimer : This

[yocto] How do I use additional commands in recipe?

2018-06-18 Thread tykwon
Hello. I want to use pyppd while using the hplip package. pyppd is a command to process the ppd data of hplip.(https://pypi.org/project/pyppd/) I tried to use pyppd in recipe of hplip. do_install_append () { apt-get install python-pip pip install pyppd pyppd