[yocto] 答复: how to use a kernel build path in developing libs

2016-12-22 Thread Richard Zhang
thanks I am trying to port some kernel modules to yocto, to add our libs. So should use linux-libc-headers to get include? Regard, Richard 发件人: Khem Raj 发送时间: 2016年12月23日 0:57:21 收件人: Richard Zhang 抄送: yocto@yoctoproject.org 主题: Re: [yocto] how to

[yocto] [patchtest][PATCH] patchtestdata: convert paths to absolute paths

2016-12-22 Thread Ed Bartosh
From: Ed Bartosh Some tests fail if relative paths are provided to patchtest. Converting --repo-dir and --start-dir arguments to abosolute paths should make paths absolute, which is what patchset code currently assumes. Signed-off-by: Ed Bartosh --- patchtestdata.py | 2 ++ 1 file changed, 2 i

Re: [yocto] question about variables/parameters

2016-12-22 Thread Paul Eggleton
Hi Jeff, On Wed, 21 Dec 2016 10:44:31 Jeff Hagen wrote: > I am completely confused about bitbake variables how and when to set > them to get the desired result in the poky/yocto environment. > > For context, I am just a user but I have been around awhile. I have been > using yocto/poky for severa

Re: [yocto] Adding multiple patches to SRC_URI in a recipe — Yocto

2016-12-22 Thread Paul Eggleton
On Thu, 22 Dec 2016 07:23:44 Eswaran Vinothkumar wrote: > I am creating a BSP to customized board using Yocto. I have some hundred > plus patches for the Linux kernel and barebox. To include the patches for > the Linux kernel, I have created an .scc file. In the .scc file I have > included all the

Re: [yocto] [bitbake] Failure to compile UltraJson, LMDB and Netifaces python modules recipes for Krogoth.

2016-12-22 Thread Khem Raj
> On Dec 22, 2016, at 12:20 AM, Mateusz Orzoł > wrote: > > > > W dniu 2016-12-22 o 09:16, Mateusz Orzoł pisze: >> >> >> W dniu 2016-12-21 o 18:21, Khem Raj pisze: >>> On Tue, Dec 20, 2016 at 10:54 PM, Mateusz Orzoł >>> >>> wrote: W dniu 201

Re: [yocto] how to use a kernel build path in developing libs

2016-12-22 Thread Khem Raj
> On Dec 22, 2016, at 12:23 AM, Richard Zhang wrote: > > hi all: > > I am trying to add some lib related with kernel. Unless you are writing a kernel module, using raw kernel headers and sources is generally not a good choice. Moreover kernel does not have APIs beyond headers it exports for u

Re: [yocto] Adding multiple patches to SRC_URI in a recipe — Yocto

2016-12-22 Thread Khem Raj
Vinoth > On Dec 21, 2016, at 11:23 PM, Eswaran Vinothkumar (BEG-PT/PJ-IOT1) > wrote: > > Hi, > > I am creating a BSP to customized board using Yocto. I have some hundred plus > patches for the Linux kernel and barebox. To include the patches for the > Linux kernel, I have created an .scc fi

[yocto] Adding multiple patches to SRC_URI in a recipe — Yocto

2016-12-22 Thread Eswaran Vinothkumar (BEG-PT/PJ-IOT1)
Hi, I am creating a BSP to customized board using Yocto. I have some hundred plus patches for the Linux kernel and barebox. To include the patches for the Linux kernel, I have created an .scc file. In the .scc file I have included all the patches required.The SRC_URI option in the kernel recipe

Re: [yocto] fitImage and initramfs

2016-12-22 Thread Hamish Guthrie
Hi Rick, I found the cause of the problem, but I possibly still do not understand why this happens. It turns out that in fact two processes try to decompress the cpio.xxx file concurrently when building the fitImage. There is something similar which happens with tar - see this commit: 8c5f3454

[yocto] [meta-skeleton][PATCH] useradd-example: exclude from world

2016-12-22 Thread kai.kang
From: Kai Kang Signed-off-by: Kai Kang --- meta-skeleton/recipes-skeleton/useradd/useradd-example.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb b/meta-skeleton/recipes-skeleton/useradd/useradd-example.bb index 20a101a..7c5b9d

[yocto] how to use a kernel build path in developing libs

2016-12-22 Thread Richard Zhang
hi all: I am trying to add some lib related with kernel. When I try to include the kernel build dir to the lib, i am not sure witch kernel build path should to be used : build/tmp/work/genericx86_64-poky-linux/linux-yocto/4.4.3/linux-genericx86_64-standard-build/ Another question: When I

Re: [yocto] [bitbake] Failure to compile UltraJson, LMDB and Netifaces python modules recipes for Krogoth.

2016-12-22 Thread Mateusz Orzoł
W dniu 2016-12-22 o 09:16, Mateusz Orzoł pisze: > > > > W dniu 2016-12-21 o 18:21, Khem Raj pisze: >> On Tue, Dec 20, 2016 at 10:54 PM, Mateusz Orzoł >> wrote: >>> W dniu 2016-12-20 o 10:46, Mateusz Orzoł pisze: >>> >>> >>> >>> W dniu 2016-12-20 o 00:43, Khem Raj pisze: >>> >>> >>> >>> On Mon, D

Re: [yocto] [bitbake] Failure to compile UltraJson, LMDB and Netifaces python modules recipes for Krogoth.

2016-12-22 Thread Mateusz Orzoł
W dniu 2016-12-21 o 18:21, Khem Raj pisze: > On Tue, Dec 20, 2016 at 10:54 PM, Mateusz Orzoł > wrote: >> >> W dniu 2016-12-20 o 10:46, Mateusz Orzoł pisze: >> >> >> >> W dniu 2016-12-20 o 00:43, Khem Raj pisze: >> >> >> >> On Mon, Dec 19, 2016 at 1:46 PM, Mateusz Orzoł >> wrote: >>> Hi everyone

[yocto] [meta-raspberrypi][PATCH] gstreamer1.0-omx: Add 1.10x support

2016-12-22 Thread Khem Raj
Restructure the bbappends such that common portions can be put in a common bbappend and version specific bbappend then only do the patching Signed-off-by: Khem Raj --- .../gstreamer/gstreamer1.0-omx%.bbappend | 9 ++ ...o-acquire-buffer-when-src-pad-isn-t-activ.patch | 48