[yocto] Glibc-locale installation image.

2020-01-04 Thread Vinay Kumar
Hi, Trying to include glibc locale in qemux86 (poky-rocko) image. $cat conf/local.conf ENABLE_BINARY_LOCALE_GENERATION = "1" LOCALE_GENERATION_WITH_CROSS-LOCALEDEF_forcevariable = "0" DISTRO_FEATURES = " ${DISTRO_FEATURES_LIBC}" Added above components. Getting warnings as below and not gettin

[yocto] Question on How to add legacy Perl modules

2020-01-04 Thread Raj srinivas
Hi, I want to add getopts.pl which is legacy library into my system . in Ubuntu 16 it comes from libperl4-corelibs-perl. How can I add the same into my system? Is there any receipe already available? I couldn't find it in open embedded .. Thanks, Raja -=-=-=-=-=-=-=-=-=-=-=- Links: You receive a

Re: [yocto] [error-report-web][PATCH V2] Add local.conf and auto.conf into error details

2020-01-04 Thread Khem Raj
has this resolved on server side ? since I see that patch to report-error.bbclass is still not applied in oe-core On Mon, Dec 16, 2019 at 7:48 PM Changqing Li wrote: > > correct the mail list to yocto@lists.yoctoproject.org > > On 12/11/19 1:45 PM, Changqing Li wrote: > > > > On 11/13/19 6:36 PM,

Re: [yocto] [meta-gplv2][PATCH 1/3] grep: fix builds with gettext 0.20.x

2020-01-04 Thread Andr? Draszik
Hi, On Tue, 2019-12-17 at 16:59 +0100, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin This patch looks to be missing something (using musl here): ../../grep-2.5.1a/src/dfa.c: In function 'dfaparse': ../../grep-2.5.1a/src/dfa.c:1366:34: error: 'LC_COLLATE' undeclared (first use in

[yocto] [meta-security][PATCH] fail2ban: fix runtime error

2020-01-04 Thread Armpit
use success/failure calls in initd/function Signed-off-by: Armin Kuster --- recipes-security/fail2ban/files/initd | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-security/fail2ban/files/initd b/recipes-security/fail2ban/files/initd index 4f4b394..586b3da 1006

Re: [yocto] Necessary build host packages

2020-01-04 Thread Ross Burton
On 04/01/2020 04:36, Deepak Rawat wrote: Hi All, I am getting started with Yocto project and I am curious regarding the need for packages libegl1-mesa, libsdl1.2-dev and xterm are mentioned as part of "Build Host Packages" in yocto overview doc https://www.yoctoproject.org/docs/3.0/brief-yoctopr