[yocto] [meta-java][PATCH v2] ca-certificates-java: add recipe to generate trustStore

2018-04-01 Thread André Draszik
From: André Draszik The OpenJDK-8 package currently comes with a trustStore that was generated at OpenJDK-8-native build time from *all* certificates available in the system, not just from those that are marked as trusted. This isn't right... So this recipe hooks into the ca-certificates packag

[yocto] [PATCH 2/2] audit: fix pkgconfigdir

2018-04-01 Thread Kai Kang
Because 'libdir' is set with ${base_libdir} in recipe file of audit, package config files(.pc) are installed to ${base_libdir}/pkgconfig that variable pkgconfigdir is set with ${libdir}/pkgconfig in makefile. Set pkgconfigdir directly to install .pc files to right directory. And remove setting of

[yocto] [PATCH 1/2] enable-audit.bbclass: remove implement of packageconfig audit

2018-04-01 Thread Kai Kang
enable-audit.bbclass is only used by systemd. And systemd has adapted to use build tool meson and implement PACKAGECONFIG audit in recipe file of systemd in oe-core. So remove implement of PACKAGECONFIG audit from enable-audit.bbclass. Signed-off-by: Kai Kang --- classes/enable-audit.bbclass |

[yocto] [meta-selinux][PATCH V2 0/2] Fix systemd configure error if audit enabled

2018-04-01 Thread Kai Kang
V2: * remove setting of FILES_${PN}-dev from recipe of audit which has been done in bitbake.conf in oe-core. Kai Kang (2): enable-audit.bbclass: remove implement of packageconfig audit audit: fix pkgconfigdir classes/enable-audit.bbclass | 1 - recipes-security/audit/audit_2.7.6.

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

2018-04-01 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 at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version w

Re: [yocto] [PATCH 2/2] audit: fix pkgconfigdir

2018-04-01 Thread Kang Kai
On 2018年03月28日 15:10, Anuj Mittal wrote: Hi, On 03/28/2018 02:55 PM, Kai Kang wrote: Because 'libdir' is set with ${base_libdir} in recipe file of audit, package config files(.pc) are installed to ${base_libdir}/pkgconfig that variable pkgconfigdir is set with ${libdir}/pkgconfig in makefile.

Re: [yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-04-01 Thread Trevor Woerner
On Fri, Mar 30, 2018 at 6:45 AM, Andreas Müller wrote: > After party hangover: sddm and kde look horrible with this patch. > Should respect linear if requested explicitly - wonder if that slows > down horses... > Out of curiosity, are you going to follow up on this? Maybe with the mesa people? W

Re: [yocto] adding other languages to yocto build

2018-04-01 Thread Srinivasan, Raja
Thanks a bunch. srini -Original Message- From: Philip Balister [mailto:phi...@balister.org] Sent: Sunday, April 1, 2018 1:09 PM To: Srinivasan, Raja ; yocto@yoctoproject.org Subject: Re: [yocto] adding other languages to yocto build On 03/30/2018 07:42 AM, Srinivasan, Raja wrote: > friend

Re: [yocto] adding other languages to yocto build

2018-04-01 Thread Philip Balister
On 03/30/2018 07:42 AM, Srinivasan, Raja wrote: > friends, > > ? > > anyone using ada, objective c, c#, swift or any other such languages. if so > can you point me to a recipe. my interest is in the order listed. looking for > an alternative to C/C++ I searched the layer index[1] for "ada" and

[yocto] Custom image type and CONVERSION_CMD images softlink problem

2018-04-01 Thread Mirza Krak
Hi. I am working with a project that has a custom image type, "sdimg". The image works fine but it is when I try to apply CONVERSION_CMDs that I see some interesting things. The image output is: ${IMGDEPLOYDIR}/${IMAGE_NAME}.$suffix There is also a soft-link: ln -sfn "${IMAGE_NAME}.$s

Re: [yocto] meta-mono: breaking as libglade removed

2018-04-01 Thread Alex Lennon
On 31/03/2018 16:37, Andreas Müller wrote: On Fri, Mar 30, 2018 at 11:19 AM, Alex Lennon wrote: Hi, libglade seems to have been removed which is breaking meta-mono builds. What's best to fix this? Should I be adding the recipe into meta-mono? Thanks, Alex As the one who removed it - so f