Re: [yocto] [meta-cgl][PATCH v2] cluster-glue: upgrade 1.0.5 -> 1.0.12

2015-08-23 Thread Li, Xin
Hi, Alex V. I bitbake cluster-glue for x86, Arm, and Powerpc. But I can't produce the error. Would you mind providing the error message for me? Regards, Li >-Original Message- >From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] >On Behalf Of Li, Xin >Sent: Frida

Re: [yocto] [meta-selinux][PATCHv2 6/8] e2fsprogs: Copy xattr block from source file.

2015-08-23 Thread Huang, Jie (Jackie)
> -Original Message- > From: Philip Tricca [mailto:fl...@twobit.us] > Sent: Monday, August 24, 2015 6:25 AM > To: Huang, Jie (Jackie) > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] [meta-selinux][PATCHv2 6/8] e2fsprogs: Copy xattr block > from source file. > > Hello Jackie, > > On

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-08-23 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer u

Re: [yocto] ***SPAM*** [meta-raspberrypi][PATCH] qtbase: enable Raspberry Pi support

2015-08-23 Thread Herve Jourdain
Hi, Same for this one, with either my patch or Khem's patch for the include files, most of the modifications for the include files and library should not be needed. I would recommend adding one of these patches, and making a dependency on virtual/egl. What I had to do, though, for qt5, was to add

Re: [yocto] ***SPAM*** [meta-raspberrypi][PATCH] gstreamer1.0-omx: enable Raspberry Pi support

2015-08-23 Thread Herve Jourdain
Hi, First of all, I believe that just adding a dependency on "userland", and having either my patch or Khem's patch for the include files in vcos, would remove the need to add those include files in the recipes. Then, I believe that the OMX drivers are provided in the userland also, so you might

[yocto] [meta-selinux][PATCH 2/2] e2fsprogs: Add dependency on linux-libc-headers.

2015-08-23 Thread Philip Tricca
We require these headers for some constants that define the xattr namespaces. Signed-off-by: Philip Tricca --- recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bbappend b/recipes-devtools/e2fsp

[yocto] [meta-selinux][PATCH 1/2] linux-libc-headers: Make headers available to native packages via BBCLASSEXTEND.

2015-08-23 Thread Philip Tricca
Signed-off-by: Philip Tricca --- recipes-kernel/linux-libc-headers/linux-libc-headers_%.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-kernel/linux-libc-headers/linux-libc-headers_%.bbappend diff --git a/recipes-kernel/linux-libc-headers/linux-libc-headers_%.bbappend

[yocto] [meta-selinux][PATCH 0/2] Fix broken dependency in e2fsprogs.

2015-08-23 Thread Philip Tricca
As pointed out by Jackie on the Yocto list: e2fsprogs currently has a broken dependency on linux-libc-headers. Further we need these headers in the native environment / sysroot. This patch set creates the native package we need for the linux-libc-headers and adds the dependency to e2fsprogs. Best,

Re: [yocto] [meta-selinux][PATCHv2 6/8] e2fsprogs: Copy xattr block from source file.

2015-08-23 Thread Philip Tricca
Hello Jackie, On 08/20/2015 11:25 PM, Huang, Jie (Jackie) wrote: >> -Original Message- >> From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] >> On Behalf Of Philip >> Tricca >> Sent: Thursday, June 18, 2015 6:31 AM >> To: yocto@yoctoproject.org >> Subject: [yocto