[OE-core][PATCH] lttng-modules: backport patch to fix build for linux-5.4.62+

2020-09-14 Thread Jens Rehsack
From: Jens Rehsack Backport patch from lttng-modules/stable-2.12 87b2aff fix: writeback: Fix sync livelock due to b_dirty_time processing (v5.9) with minor modfication to catch 6623c19042b6 writeback: Fix sync livelock due to b_dirty_time processing from linux/stable-5.4 v5.4.62

Re: [OE-core] [PATCH 6/6] lttng-modules: backport patches from 2.12.x to fix 5.4.64+ and 5.8.9+ builds

2020-09-14 Thread Jens Rehsack
lained on the way out. > > Bruce > > On Mon, Sep 14, 2020 at 6:34 PM wrote: >> >> From: Jens Rehsack >> >> Backporting the 10 patches since the lttng 2.12.2 release. We'll drop >> them once .3 is released, but for now, we need the fixes to build >

Re: [OE-core] [PATCH 6/6] lttng-modules: backport patches from 2.12.x to fix 5.4.64+ and 5.8.9+ builds

2020-09-14 Thread Jens Rehsack
> Am 15.09.2020 um 00:34 schrieb Bruce Ashfield : > > From: Jens Rehsack > > Backporting the 10 patches since the lttng 2.12.2 release. We'll drop > them once .3 is released, but for now, we need the fixes to build Yet another question: there is a stable-2.12 br

[OE-core][PATCH] image-artifact-names: make variables overridable

2020-09-17 Thread Jens Rehsack
From: Jens Rehsack Since the newly introduced image-artifact-names class is inherited at later processing stage, individual IMAGE_NAME settings are overridden (hopefully by accident instead on purpose). Allow derived distributions define their own name schema by setting defaults iwth question

[OE-core] [meta-oe][PATCH v2] perl-sanity: support cpan versions of core modules

2020-01-06 Thread Jens Rehsack
ut of support, lack of specific feature, ...), which makes it up to the distribution build to choose between core or CPAN version, respectively. Signed-off-by: Jens Rehsack --- meta/recipes-devtools/perl/perl_5.30.1.bb | 47 +++ 1 file changed, 40 insertions(+), 7 dele

[OE-core][PATCH] initscripts/init-system-helpers: fix mountnfs.sh dependency

2020-03-30 Thread Jens Rehsack
stage. Signed-off-by: Jens Rehsack --- .../initscripts/init-system-helpers_1.57.bb | 52 +++ .../initscripts/initscripts_1.0.bb| 1 + 2 files changed, 53 insertions(+) create mode 100644 meta/recipes-core/initscripts/init-system-helpers_1.57.bb diff --git a/meta

Re: [OE-core][PATCH] initscripts/init-system-helpers: fix mountnfs.sh dependency

2020-04-03 Thread Jens Rehsack
> Am 30.03.2020 um 19:19 schrieb Andre McCurdy : > > On Mon, Mar 30, 2020 at 9:51 AM Jens Rehsack wrote: >> >> With commit c9fc9110be33fe0f24bc3a7c242b584a4ca33e04 >>Author: Yue Tao >>Date: Fri May 25 10:48:08 2018 +0800 >> >>

[OE-core][PATCH v2] initscripts/init-system-helpers: fix mountnfs.sh dependency

2020-04-03 Thread Jens Rehsack
stage. Signed-off-by: Jens Rehsack --- .../initscripts/init-system-helpers_1.57.bb | 51 +++ .../initscripts/initscripts_1.0.bb| 1 + 2 files changed, 52 insertions(+) create mode 100644 meta/recipes-core/initscripts/init-system-helpers_1.57.bb diff --git a/meta

Re: [OE-core][PATCH] initscripts/init-system-helpers: fix mountnfs.sh dependency

2020-04-03 Thread Jens Rehsack
> Am 03.04.2020 um 19:11 schrieb Andre McCurdy : > > On Fri, Apr 3, 2020 at 8:57 AM Jens Rehsack wrote: >>> Am 30.03.2020 um 19:19 schrieb Andre McCurdy : >>> On Mon, Mar 30, 2020 at 9:51 AM Jens Rehsack wrote: >>>> >>>> With commit c9fc9110

[OE-core][PATCH v3] initscripts/init-system-helpers: fix mountnfs.sh dependency

2020-05-04 Thread Jens Rehsack
stage. Signed-off-by: Jens Rehsack --- meta/conf/distro/include/maintainers.inc | 1 + .../initscripts/init-system-helpers_1.57.bb | 51 +++ .../initscripts/initscripts_1.0.bb| 1 + 3 files changed, 53 insertions(+) create mode 100644 meta/recipes-core

Re: [OE-core][PATCH v3] initscripts/init-system-helpers: fix mountnfs.sh dependency

2020-05-05 Thread Jens Rehsack
> Am 04.05.2020 um 16:21 schrieb Otavio Salvador > : > > On Mon, May 4, 2020 at 11:10 AM Jens Rehsack wrote: >> >> With commit c9fc9110be33fe0f24bc3a7c242b584a4ca33e04 >>Author: Yue Tao >>Date: Fri May 25 10:48:08 2018 +0800 >> >>

Re: [OE-core][PATCH v3] initscripts/init-system-helpers: fix mountnfs.sh dependency

2020-05-05 Thread Jens Rehsack
> Am 05.05.2020 um 16:56 schrieb Otavio Salvador > : > > On Tue, May 5, 2020 at 10:43 AM Jens Rehsack wrote: >>> Am 04.05.2020 um 16:21 schrieb Otavio Salvador >>> : >>> >>> On Mon, May 4, 2020 at 11:10 AM Jens Rehsack wrote: >>>>

Re: [OE-core] [Openembedded-architecture] Proposal: community maintained recipes in oe-core

2020-05-07 Thread Jens Rehsack
rmine > they are not longer willing to take part in that program or absent. I believe > this an issue in general for OpenSource has had to address over the years. > > My plan is to experiment with this for the python3* recipes in oe-core for a > start: they've been bouncing betwe

[OE-core][PATCH v4 2/2] init-system-helpers: avoid superfluous update-rc.d

2020-06-02 Thread Jens Rehsack
ve an .bbappend. Signed-off-by: Jens Rehsack --- .../recipes-core/initscripts/init-system-helpers_1.57.bb | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.57.bb b/meta/recipes-core/initscripts/init-system-helpers_1.57.bb

[OE-core][PATCH v4 1/2] initscripts/init-system-helpers: fix mountnfs.sh dependency

2020-06-02 Thread Jens Rehsack
stage. Signed-off-by: Jens Rehsack --- meta/conf/distro/include/maintainers.inc | 1 + .../initscripts/init-system-helpers_1.57.bb | 46 +++ .../initscripts/initscripts_1.0.bb| 1 + 3 files changed, 48 insertions(+) create mode 100644 meta/recipes-core

[OE-core] Perl5 build issues (meta-cpan only?)

2019-07-25 Thread Jens Rehsack
bbclass, aren't they? Cheers -- Jens Rehsack - rehs...@gmail.com signature.asc Description: Message signed with OpenPGP -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [OE-Core][PATCH v3] perl: support cpan versions of core modules

2020-01-21 Thread Jens Rehsack
ut of support, lack of specific feature, ...), which makes it up to the distribution build to choose between core or CPAN version, respectively. Signed-off-by: Jens Rehsack --- meta/recipes-devtools/perl/perl_5.30.1.bb | 47 +++ 1 file changed, 40 insertions(+), 7 dele

[OE-core] [OE-Core][PATCH] make: 4.2.1 -> 4.3

2020-01-21 Thread Jens Rehsack
-by: Jens Rehsack --- meta/recipes-devtools/make/make.inc | 4 +- ...b-Do-not-assume-glibc-glob-internals.patch | 70 --- ...b-Do-not-assume-glibc-glob-internals.patch | 38 -- meta/recipes-devtools/make/make_4.2.1.bb | 12 meta/recipes-devtools/make

Re: [OE-core] [OE-Core][PATCH] make: 4.2.1 -> 4.3

2020-01-22 Thread Jens Rehsack
e? AFAIK hostbuild is used anyway - so this affects SDK's and I got reports from SDK users that the kernel build is not running parallel. > On Tue, Jan 21, 2020 at 5:47 PM Jens Rehsack wrote: > 1) Remove upstream provided patches > 0001-glob-Do-not-assume-glibc-glob-internals.patch

[OE-core] [PATCH v2] make: 4.2.1 -> 4.3

2020-01-22 Thread Jens Rehsack
x27; to an empty variable would result in a value starting with a space. Now the initial space is only added if the variable already contains some value. Similarly, appending an empty string does not add a trailing space. Signed-off-by: Jens Rehsack --- meta/recipes-devtools/mak

[OE-core] [RESEND PATCH v2] make: 4.2.1 -> 4.3

2020-02-13 Thread Jens Rehsack
x27; to an empty variable would result in a value starting with a space. Now the initial space is only added if the variable already contains some value. Similarly, appending an empty string does not add a trailing space. Signed-off-by: Jens Rehsack --- meta/recipes-devtools/mak

[OE-core] [PATCH] bitbake: fetch2: svn: care for path_spec

2020-02-17 Thread Jens Rehsack
From: Jens Rehsack Documentation says: "path_spec": A specific directory in which to checkout the specified svn module. but existing svn fetcher uses "module" always as path of checked out svn-module, regardless whether path_spec was given or not. Signed-

[OE-core] [PATCH v3] make: 4.2.1 -> 4.3

2020-02-24 Thread Jens Rehsack
dated make fix issues in w32 compat sources. Signed-off-by: Jens Rehsack --- meta/recipes-devtools/make/make.inc | 4 +- ...b-Do-not-assume-glibc-glob-internals.patch | 70 ...m4-restrict-AIX-specific-test-on-AIX.patch | 38 + ...rc-dir.c-fix-buffer-overflow-war

[OE-core][PATCH] u-boot: avoid blind merging all *.cfg

2020-06-11 Thread Jens Rehsack
implicitely assume all "*.cfg" are for merging into .config. Signed-off-by: Jens Rehsack --- meta/recipes-bsp/u-boot/u-boot.inc | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index f6a68da0f6..

[OE-core][PATCH] toolchain-scripts.bbclass: also recognize ${SDK_SYS} env setups

2020-07-08 Thread Jens Rehsack
whether nativesdk-openssl installs wrong content or buildtools-tarball: (nativesdk-openssl) tmp/sysroots/x86_64/usr/lib/ssl-1.1/openssl.cnf (buildtools-tarball) buildtools/sysroots/x86_64-pokysdk-linux/etc/ssl/openssl.cnf Signed-off-by: Jens Rehsack --- meta/classes/toolchain

Re: [OE-core][PATCH] toolchain-scripts.bbclass: also recognize ${SDK_SYS} env setups

2020-07-08 Thread Jens Rehsack
> Am 08.07.2020 um 23:20 schrieb Otavio Salvador > : > > Em qua., 8 de jul. de 2020 às 16:58, Jens Rehsack > escreveu: >> >> Instead of recognizing only environment-setup scripts in >> ${STAGING_DIR_TARGET} or ${STAGING_DIR_NATIVE}, respectively - lurk a

[OE-core][PATCH 1/2] subversion: extend for nativesdk

2020-07-08 Thread Jens Rehsack
For SDK environments where people still use subversion, let it easily being added to buildtools-tarball to invite more developers relying on Yocto based SDKs without much requirement to setup anything on the development workplace. Signed-off-by: Jens Rehsack --- meta/recipes-devtools/subversion

[OE-core][PATCH 2/2] serf: extend for nativesdk

2020-07-08 Thread Jens Rehsack
As an unconditionally dependency of subversion, extend serf recipe for building a nativesdk variant being usable by nativesdk-subversion. Signed-off-by: Jens Rehsack --- meta/recipes-support/serf/serf_1.3.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes

Re: [OE-core] [PATCH 1/2] rootfs-post: remove traling blanks from tasks

2020-07-08 Thread Jens Rehsack
te_image_test_data ; " > +ROOTFS_POSTPROCESS_COMMAND += "write_image_test_data; " > > # Write manifest > IMAGE_MANIFEST = "${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.manifest" > diff --git a/meta/classes/rootfsdebugfiles.bbclass > b/meta/classes/rootfsdebugfiles

Re: [OE-core] [PATCH 1/2] rootfs-post: remove traling blanks from tasks

2020-07-09 Thread Jens Rehsack
> Am 09.07.2020 um 07:37 schrieb Jacob Kroon : > > On 7/9/20 7:30 AM, Jens Rehsack wrote: >>> Am 08.07.2020 um 13:09 schrieb Konrad Weihmann : >>> >>> remove the traling blanks before the ;-delimiter, so one could use >>^ >>

Re: [OE-core][PATCH] toolchain-scripts.bbclass: also recognize ${SDK_SYS} env setups

2020-07-09 Thread Jens Rehsack
> Am 09.07.2020 um 13:52 schrieb Otavio Salvador > : > > Hello Jens, > > I've added Richard on Cc. /o\ > Em qui., 9 de jul. de 2020 às 01:13, Jens Rehsack > escreveu: >>> Am 08.07.2020 um 23:20 schrieb Otavio Salvador >>> : >>>

[OE-core][PATCH] kmod: add packageconfig for xz and ssl

2020-07-17 Thread Jens Rehsack
Add the opportunity for kmod (and depmod etc.) to deal with Xz-compressed kernel modules and handle PKCS7 signatures, if desired. Signed-off-by: Jens Rehsack --- meta/recipes-kernel/kmod/kmod.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta

[OE-core][RFC 2/2] buildtools-tarball: eliminate overwtiting OPENSSL_CONF

2020-07-17 Thread Jens Rehsack
/openssl.cnf Signed-off-by: Jens Rehsack --- meta/recipes-core/meta/buildtools-tarball.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index d0f8dd7d7c..02e662b5cc 100644 --- a/meta/recipes-core/meta

[OE-core][RFC 1/2] toolchain-scripts.bbclass: also recognize ${SDK_SYS} env setups

2020-07-17 Thread Jens Rehsack
Instead of recognizing only environment-setup scripts in ${STAGING_DIR_TARGET} or ${STAGING_DIR_NATIVE}, respectively - lurk also into ${SDKPATH}/buildtools/sysroots/${SDK_SYS} where nativesdk-openssl installs setup files. Signed-off-by: Jens Rehsack --- meta/classes/toolchain-scripts.bbclass

[OE-core][PATCH v2 1/2] toolchain-scripts.bbclass: also recognize ${SDK_SYS} env setups

2020-07-23 Thread Jens Rehsack
Instead of recognizing only environment-setup scripts in ${STAGING_DIR_TARGET} or ${STAGING_DIR_NATIVE}, respectively - lurk also into ${SDKPATH}/buildtools/sysroots/${SDK_SYS} where nativesdk-openssl installs setup files. Signed-off-by: Jens Rehsack --- meta/classes/toolchain-scripts.bbclass

[OE-core][PATCH v2 2/2] buildtools-tarball: eliminate overwtiting OPENSSL_CONF

2020-07-23 Thread Jens Rehsack
/openssl.cnf Signed-off-by: Jens Rehsack --- meta/recipes-core/meta/buildtools-tarball.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index d0f8dd7d7c..02e662b5cc 100644 --- a/meta/recipes-core/meta

Re: [OE-core][PATCH v2 2/2] buildtools-tarball: eliminate overwtiting OPENSSL_CONF

2020-08-04 Thread Jens Rehsack
Am 28.07.2020 um 00:26 schrieb Richard Purdie : > > On Fri, 2020-07-24 at 07:26 +0200, Jens Rehsack wrote: >> Remove overwriting of OPENSSL_CONF from buildtools-tarball.bb to clarify >> whether nativesdk-openssl installs wrong content or buildtools-tarball: >>(natives

Re: [OE-core][PATCH v2 1/2] toolchain-scripts.bbclass: also recognize ${SDK_SYS} env setups

2020-08-04 Thread Jens Rehsack
> Am 27.07.2020 um 18:06 schrieb Richard Purdie > : > > On Fri, 2020-07-24 at 07:26 +0200, Jens Rehsack wrote: >> Instead of recognizing only environment-setup scripts in >> ${STAGING_DIR_TARGET} or ${STAGING_DIR_NATIVE}, respectively - lurk also into >>

Re: [OE-core] environment-setup.d usage in SDKs and eSDK

2020-08-07 Thread Jens Rehsack
to this. Maybe I'm getting the chance to help something - I forwarded this information to the team and look if we can use both, SDK and eSDK so we would need those fixups (and thus do them then ^^). Cheers -- Jens Rehsack - rehs...@gmail.com signature.asc Description: Message s

Re: [OE-core] [yocto] RFC: Reference updater filesystem

2015-11-30 Thread Jens Rehsack
coming from 3.10 to 3.18 or coming from 3.0 with unionfs to overlay ...) - https://github.com/rdm-dev/meta-jens/tree/jethro/recipes-core/initoverlay Feel free to use that solution if you want. Cheers -- Jens Rehsack - rehs...@gmail.com -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [yocto] RFC: Reference updater filesystem

2015-11-30 Thread Jens Rehsack
> 2015-11-30 14:10 GMT-02:00 Jens Rehsack : >> >>> Am 23.11.2015 um 22:15 schrieb Mariano Lopez : >>> >>> There has been interest in an image based software updater in Yocto >>> Project. The proposed solution for a image based updater is to us

Re: [OE-core] [oe] RFC: Reference updater filesystem

2015-12-06 Thread Jens Rehsack
3. maintenance. This partition will be used to update rootfs. >4. data. This will hold the configuration files. Not modified by >updates. Cheers -- Jens Rehsack - rehs...@gmail.com -- ___ Openembedded-core mailing list Openembedd

Re: [OE-core] Backport for Jethro of fe506ed (autotools: Allow recipe-individual configure scripts)

2015-12-10 Thread Jens Rehsack
506eddb0790e37ac1e50f37fa2e32ad81d5493 >> Author: Jens Rehsack >> Date: Tue Oct 13 22:35:52 2015 +0200 >> >>autotools: Allow recipe-individual configure scripts >> >>OpenJDK-8 has it's configure script at common/autotools - which will cause >

Re: [OE-core] [yocto][meta-java] [PATCH] gnumail: Fix race condition in makefile fail to apply

2015-12-11 Thread Jens Rehsack
cipes-core/classpathx/gnumail_1.1.2.bb, > do_patch) failed with exit code '1' I get the same error - unfortunately I know sometimes my system (MacOS X) broils the mails when unexpected special characters are included. So don't take my word regarding to that patch, maybe

[OE-core] [PATCH] udev-extraconf: introduce multiple blacklist files for more complex setups

2016-01-05 Thread Jens Rehsack
for each match when there is more than one file to search. Add -h to suppress the prefixing of file names on output. Signed-off-by: Jens Rehsack --- meta/recipes-core/udev/udev-extraconf/mount.sh | 2 +- meta/recipes-core/udev/udev-extraconf_1.1.bb | 1 + 2 files changed, 2 insertions(+), 1

[OE-core] [PATCH RESEND] udev-extraconf: introduce multiple blacklist files for more complex setups

2016-01-05 Thread Jens Rehsack
for each match when there is more than one file to search. Add -h to suppress the prefixing of file names on output. Signed-off-by: Jens Rehsack --- meta/recipes-core/udev/udev-extraconf/mount.sh | 2 +- meta/recipes-core/udev/udev-extraconf_1.1.bb | 1 + 2 files changed, 2 insertions(+), 1

Re: [OE-core] perl packaging, Makefile.PL versus Build.PL?

2016-11-18 Thread Jens Rehsack
l Build > perl Build test > perl Build install > > does it make any logical sense for both of those files to be there? > backward compatibility? any other reason? or am i just wildly > misunderstanding something? For some people: yes. For others: No. Cheers -- Jens Rehsack - r

Re: [OE-core] small number of perl modules that can't be cross-compiled

2016-11-18 Thread Jens Rehsack
at be it? > > ... there is at least one issue in Authen-PAM-0.16/configure.ac, I would > say, in that it tries to detect RTLD_GLOBAL support based on the host's > perl. So it's likely there are more flaws. Looks as if Makefile.PL doesn't pass all reasonable flags to ./con

[OE-core] Perl recipe fixes and some updates

2015-07-09 Thread Jens Rehsack
ld of mesa when no drm is available The remaining one dbccad0 updates sqlite3 ... which is used for DBD::SQLite perl module in meta-cpan :) Cheers -- Jens Rehsack - rehs...@gmail.com -- ___ Openembedded-core mailing list Openembedded

[OE-core] Update rrdtool from 1.4.8 to 1.5.3

2015-07-09 Thread Jens Rehsack
^^). Best regards -- Jens Rehsack - rehs...@gmail.com -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the "blib" string

2015-07-10 Thread Jens Rehsack
link-libgdbm_compat.patch \ > file://ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch \ > + file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \ > " > > # Fix test case issues > -- > 1.9.1 > > -- > _

Re: [OE-core] [PATCH][resend] perl: fix build failure if building dir has the "blib" string

2015-07-10 Thread Jens Rehsack
> Am 10.07.2015 um 11:28 schrieb Rongqing Li : > > > > On 2015年07月10日 17:09, Jens Rehsack wrote: >> Hi, >> >> When build dir includes contain blib, there is an error which should be >> solved first. >> >> Can you please give an example whe

Re: [OE-core] Update rrdtool from 1.4.8 to 1.5.3

2015-07-13 Thread Jens Rehsack
> Am 10.07.2015 um 21:50 schrieb Burton, Ross : > > > On 9 July 2015 at 17:38, Jens Rehsack wrote: > here is an update patch for meta-oe/recipes-extended/rrdtool: > https://github.com/rehsack/meta-openembedded/commit/6ed5b4489beb1233bd4b3c9f73064e973eeef2ad > > Plea

Re: [OE-core] Perl recipe fixes and some updates

2015-07-13 Thread Jens Rehsack
> Am 11.07.2015 um 03:31 schrieb Tim Orling : > > > > On Jul 10, 2015, at 3:52 PM, Burton, Ross wrote: > >> Hi Jens, >> >> On 9 July 2015 at 17:22, Jens Rehsack wrote: >> With my client's update to fido I grabbed the tuit and did some patch

Re: [OE-core] Update rrdtool from 1.4.8 to 1.5.3

2015-07-13 Thread Jens Rehsack
> Am 13.07.2015 um 11:07 schrieb Richard Purdie > : > > On Mon, 2015-07-13 at 09:57 +0200, Jens Rehsack wrote: >>> Am 10.07.2015 um 21:50 schrieb Burton, Ross : >>> >>> >>> On 9 July 2015 at 17:38, Jens Rehsack wrote: >>> her

[OE-core] Should openssl(-native) build-depends on perl-native?

2015-10-03 Thread Jens Rehsack
cipes-connectivity/openssl/openssl_1.0.2d.bb, do_compile) failed with exit code '1' Seems I recently used the same session to run my own module tests for a perl module to upload. OTOH - it's easy to avoid such a problem by depending on perl-native for openssl(-native). Cheers --

[OE-core] [PATCH 1/3] perl: fix Perl5 module builds

2015-10-08 Thread Jens Rehsack
to install to vendor_libs as default, even when inherited do_install remains unused (overwritten do_install) Signed-off-by: Jens Rehsack --- meta/classes/cpan-base.bbclass | 4 meta/classes/cpan.bbclass | 2 +- meta/classes/cpan_build.bbclass | 13 +++-- 3 files changed

[OE-core] [PATCH 2/3] perl: Correct path for vendorlib, vendorarch, sitelib and sitearch

2015-10-08 Thread Jens Rehsack
. Signed-off-by: Jens Rehsack --- meta/recipes-devtools/perl/perl-native_5.22.0.bb | 16 +--- meta/recipes-devtools/perl/perl_5.22.0.bb| 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/meta/recipes-devtools/perl/perl-native_5.22.0.bb b/meta/recipes-devtools

[OE-core] [PATCH 3/3] Perl: Remove errornous extra path-specs for Module::Build based modules

2015-10-08 Thread Jens Rehsack
This patch removes errornous extra path-specs from cpan_build.bbclass because corrected path specs at build time are enough. * fixes wrong path used when building using Module::Build toolchain Signed-off-by: Jens Rehsack --- meta/classes/cpan_build.bbclass | 10 ++ 1 file changed, 2

[OE-core] [PATCH 1/2] Allow recipe-individual configure scripts

2015-10-08 Thread Jens Rehsack
igned-off-by: Jens Rehsack --- meta/classes/autotools.bbclass | 48 +++--- 1 file changed, 26 insertions(+), 22 deletions(-) diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 078f58f..4ab1d3b 100644 --- a/meta/cl

[OE-core] [PATCH 2/2] gcc: Avoid non-aligned access for ARM5e

2015-10-08 Thread Jens Rehsack
ion faults. Patch is taken from https://github.com/archlinuxarm/PKGBUILDs/blob/master/core/gcc/0001-ARMv5-disable-LDRD-STRD.patch Signed-off-by: Jens Rehsack --- meta/recipes-devtools/gcc/gcc-4.9.inc | 1 + .../gcc/gcc-4.9/0065-ARMv5-disable-LDRD-STRD.patch | 24 ++

[OE-core] [PATCH 1/1] Update libusb1 from 1.0.19 to 1.0.20

2015-10-08 Thread Jens Rehsack
-off-by: Jens Rehsack --- meta/recipes-support/libusb/{libusb1_1.0.19.bb => libusb1_1.0.20.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libusb/{libusb1_1.0.19.bb => libusb1_1.0.20.bb} (85%) diff --git a/meta/recipes-support/libusb/libusb1_1.0.19

[OE-core] [PATCH 1/2] gbm: Fix "configure: error: gbm requires --enable-dri"

2015-10-08 Thread Jens Rehsack
ses in --disable-gbm, which makes explicit --disable-gbm in case of --disable-dri redundant. Signed-off-by: Jens Rehsack --- meta/recipes-graphics/mesa/mesa.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/me

[OE-core] [PATCH 2/2] udev: Don't introduce pci dependencies without pci being featured

2015-10-08 Thread Jens Rehsack
Fixes that udev always requires PCI, idenpendently from machine or distro features. Signed-off-by: Jens Rehsack --- meta/recipes-core/udev/udev.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc

Re: [OE-core] [PATCH 2/2] gcc: Avoid non-aligned access for ARM5e

2015-10-08 Thread Jens Rehsack
> Am 08.10.2015 um 16:46 schrieb Khem Raj : > > >> On Oct 8, 2015, at 7:33 AM, Jens Rehsack wrote: >> >> >> [Icedtee Ticket #2153] -- see >> http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2153 >> >> This patch prevents gcc generate

Re: [OE-core] [PATCH 1/2] Allow recipe-individual configure scripts

2015-10-08 Thread Jens Rehsack
I found a typo in it - I sent a new Monday. > Am 08.10.2015 um 16:31 schrieb Jens Rehsack : > > OpenJDK-8 has it's configure script at common/autotools - which will cause > the entire assumption of ${S}/configure is regenerated by autoreconf, > intltoolize or alike > f

Re: [OE-core] [PATCH 2/2] udev: Don't introduce pci dependencies without pci being featured

2015-10-09 Thread Jens Rehsack
> Am 08.10.2015 um 19:22 schrieb Martin Jansa : > > On Thu, Oct 08, 2015 at 05:26:11PM +0200, Jens Rehsack wrote: >> Fixes that udev always requires PCI, idenpendently from machine or distro >> features. >> >> Signed-off-by: Jens Rehsack >> ---

Re: [OE-core] [PATCH 2/2] gcc: Avoid non-aligned access for ARM5e

2015-10-12 Thread Jens Rehsack
> Am 08.10.2015 um 18:40 schrieb Khem Raj : > >> >> On Oct 8, 2015, at 9:07 AM, Jens Rehsack wrote: >> >> >>> Am 08.10.2015 um 16:46 schrieb Khem Raj : >>> >>> >>>> On Oct 8, 2015, at 7:33 AM, Jens Rehs

Re: [OE-core] [PATCH 2/2] gcc: Avoid non-aligned access for ARM5e

2015-10-12 Thread Jens Rehsack
> Am 12.10.2015 um 18:32 schrieb Khem Raj : > > On Mon, Oct 12, 2015 at 9:01 AM, Jens Rehsack wrote: >> >>> Am 08.10.2015 um 18:40 schrieb Khem Raj : >> [...] >> During hacking on the fix in meta/conf/machine/ I recognized that the >> expected thum

[OE-core] [PATCH] autotools: Allow recipe-individual configure scripts

2015-10-13 Thread Jens Rehsack
ones ...) Signed-off-by: Jens Rehsack --- meta/classes/autotools.bbclass | 43 +- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 078f58f..d546a5c 100644 --- a/meta/cl

[OE-core] [PATCH 1/2] udev: Don't introduce usb or pci dependencies without usb or pci being featured

2015-10-13 Thread Jens Rehsack
Fixes that udev always requires PCI or USB, idenpendently from DISTRO_FEATURES or PACKAGECONFIG. Signed-off-by: Jens Rehsack --- meta/recipes-core/udev/udev.inc | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core

[OE-core] [PATCH 2/2] ARM: handle missing thumb suffix

2015-10-13 Thread Jens Rehsack
When enabling tune for arm926ejs, poky optionally appends suffixes for thumb and dsp support. Since sometimes arm926ejse (ARM code) and sometime arm926ejste (thumb code) is used in PACKAGE_ARCH, allow both. Signed-off-by: Jens Rehsack --- meta/conf/machine/include/tune-arm926ejs.inc | 2 +- 1

Re: [OE-core] [PATCH 2/2] gcc: Avoid non-aligned access for ARM5e

2015-10-13 Thread Jens Rehsack
> Am 13.10.2015 um 18:49 schrieb Khem Raj : > >> >> On Oct 13, 2015, at 4:45 AM, Otavio Salvador >> wrote: >> >> Hello Jens and Khem, >> >> On Mon, Oct 12, 2015 at 2:54 PM, Jens Rehsack wrote: >>>> Am 12.10.2015 um 18:32 schrieb K

Re: [OE-core] [PATCH 2/2] ARM: handle missing thumb suffix

2015-10-15 Thread Jens Rehsack
> Am 15.10.2015 um 12:49 schrieb Phil Blundell : > > On Tue, 2015-10-13 at 22:37 +0200, Jens Rehsack wrote: >> When enabling tune for arm926ejs, poky optionally appends suffixes >> for thumb and dsp support. Since sometimes arm926ejse (ARM code) and >> sometime arm92

Re: [OE-core] [PATCH] Perl: Use CC version not $Config(gccversion)

2015-10-24 Thread Jens Rehsack
pes-devtools/perl/perl_5.22.0.bb > @@ -62,6 +62,7 @@ SRC_URI += " \ > file://ext-ODBM_File-hints-linux.pl-link-libgdbm_compat.patch \ > file://ext-ODBM_File-t-odbm.t-fix-the-path-of-dbmt_common.p.patch \ > file://perl-PathTools-don-t-filter-out-blib-from-INC.patch \ > +

Re: [OE-core] [PATCH] Perl: Use CC version not $Config(gccversion)

2015-10-25 Thread Jens Rehsack
> Am 25.10.2015 um 00:17 schrieb Jeremy Puhlman : > > > On Oct 24, 2015 5:15 AM, "Jens Rehsack" wrote: > > > > > > > Am 23.10.2015 um 19:18 schrieb Jeremy Puhlman : > > > > > > Get version data from querying $CC rather then

Re: [OE-core] [PATCH] autotools: Allow recipe-individual configure scripts

2015-10-28 Thread Jens Rehsack
> Am 13.10.2015 um 22:35 schrieb Jens Rehsack : > > > OpenJDK-8 has it's configure script at common/autotools - which will cause > the entire assumption of ${S}/configure is regenerated by autoreconf, > intltoolize or alike > fails heavily. > > Also - o

Re: [OE-core] [PATCH 1/3] perl: fix Perl5 module builds

2015-10-28 Thread Jens Rehsack
> Am 08.10.2015 um 16:21 schrieb Jens Rehsack : > > This patch fixes some issues in classes providing cpan module build support: > > * add support even for xs modules with more than 3 levels as > B::Hooks::End::Of::Scope or Math::Random::ISAAC::XS > * correct handling of

Re: [OE-core] [PATCH 1/1] Update libusb1 from 1.0.19 to 1.0.20

2015-10-29 Thread Jens Rehsack
> Am 08.10.2015 um 16:36 schrieb Jens Rehsack : > > This updates libusb1 from 1.0.19 to 1.0.20 > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) > * Fix possible deadlock when executing transfer callback >

Re: [OE-core] [PATCH 1/2] udev: Don't introduce usb or pci dependencies without usb or pci being featured

2015-10-29 Thread Jens Rehsack
> Am 13.10.2015 um 22:37 schrieb Jens Rehsack : > > > Fixes that udev always requires PCI or USB, idenpendently from DISTRO_FEATURES > or PACKAGECONFIG. > > Signed-off-by: Jens Rehsack > --- > meta/recipes-core/udev/udev.inc | 13 - > 1 file changed

Re: [OE-core] [PATCH 1/1] Update libusb1 from 1.0.19 to 1.0.20

2015-11-07 Thread Jens Rehsack
> Am 06.11.2015 um 11:36 schrieb Burton, Ross : > > > On 8 October 2015 at 15:36, Jens Rehsack wrote: > This updates libusb1 from 1.0.19 to 1.0.20 > > 2015-09-13: v1.0.20 > * Add Haiku support > * Fix multiple memory and resource leaks (#16, #52, #76, #81) >

Re: [OE-core] [PATCH 1/1] Update libusb1 from 1.0.19 to 1.0.20

2015-11-10 Thread Jens Rehsack
> Am 08.11.2015 um 00:31 schrieb Burton, Ross : > > > On 7 November 2015 at 10:36, Jens Rehsack wrote: > I look into it and send a v2, if necessary > > Thanks Jens! Since I couldn't reproduce it (on a 12-core machine using different -j settings), I proved the

Re: [OE-core] [oe] kernel.bbclass: Fix do_shared_workdir task ordering

2015-11-10 Thread Jens Rehsack
after do_compile_kernelmodules before do_strip addtask shared_workdir_setscene do_shared_workdir_setscene () { But that's surely kind of smell, whether before do_strip and do_install is preferred. Mandatory is, that do_shared_workdir must not be processed before do_c

Re: [OE-core] [oe] kernel.bbclass: Fix do_shared_workdir task ordering

2015-11-11 Thread Jens Rehsack
> Am 11.11.2015 um 03:01 schrieb Bruce Ashfield : > > On Tue, Nov 10, 2015 at 4:33 AM, Jens Rehsack wrote: >> >>> Am 14.10.2015 um 21:48 schrieb Bruce Ashfield : >>> >>> On Wed, Oct 14, 2015 at 3:30 PM, S. Lockwood-Childs >>> wrote:

Re: [OE-core] [oe] kernel.bbclass: Fix do_shared_workdir task ordering

2015-11-11 Thread Jens Rehsack
> Am 11.11.2015 um 13:49 schrieb Bruce Ashfield : > > On Wed, Nov 11, 2015 at 4:00 AM, Jens Rehsack wrote: >> >>> Am 11.11.2015 um 03:01 schrieb Bruce Ashfield : >>> >>> On Tue, Nov 10, 2015 at 4:33 AM, Jens Rehsack wrote: >>>>

Re: [OE-core] Should openssl(-native) build-depends on perl-native?

2015-11-11 Thread Jens Rehsack
h so that it works out of > the box on F23. In my special case I have a very limited perl environment for testing some modules before uploading them to cpan ;) It'll help to clean up my PATH before running bitbake ^^ Cheers -- Jens Rehsack - rehs...@gmail.com -- _

Re: [OE-core] [PATCH] openssl: sanity check that the bignum module is present

2015-11-11 Thread Jens Rehsack
-- > 2.1.4 > > -- > ___ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-core That looks very good - I check it when I'm home on

[OE-core] [PATCH] kernel: fix race condition between compile_kernelmodules and shared_workdir

2015-11-12 Thread Jens Rehsack
Fixes https://bugzilla.yoctoproject.org/show_bug.cgi?id=8127 which causes [ 1225.089323] 8189es: Unknown symbol cfg80211_scan_done (err -22) [ 1225.095916] 8189es: no symbol version for cfg80211_remain_on_channel_expired when loading external compiled 8189es module. Signed-off-by: Jens Rehsack

Re: [OE-core] [PATCH] autotools: Allow recipe-individual configure scripts

2015-11-13 Thread Jens Rehsack
> Am 05.11.2015 um 04:51 schrieb Dan McGregor : > > On 28 October 2015 at 04:20, Jens Rehsack wrote: >> >>> Am 13.10.2015 um 22:35 schrieb Jens Rehsack : >>> >>> >>> OpenJDK-8 has it's configure script at common/autotools - which w

Re: [OE-core] [PATCH 1/1] Update libusb1 from 1.0.19 to 1.0.20

2015-11-13 Thread Jens Rehsack
Latest/Autobuilder/?filter=libusb1&type=recipe > > Failed twice last night. There's definitely a race in there. Since we both didn't see something, I send a v2 with PARALLEL_MAKE = "" Cheers -- Jens Rehsack - rehs...@gmail.com --

Re: [OE-core] [PATCH 1/1] Update libusb1 from 1.0.19 to 1.0.20

2015-11-13 Thread Jens Rehsack
> Am 13.11.2015 um 13:20 schrieb Burton, Ross : > > > On 13 November 2015 at 12:18, Jens Rehsack wrote: > Since we both didn't see something, I send a v2 with PARALLEL_MAKE = "" > > I'm not letting a makefile defeat me! :) Yeah, but I have in ope

[OE-core] [PATCH] linux-firmware: package firmware for Marvell 88W8688

2016-02-05 Thread Jens Rehsack
:0001:1: Direct firmware load for sd8688_helper.bin failed with error -2 [ 764.507382] libertas_sdio: failed to find firmware (-2) and http://wiki.beyondlogic.org/index.php?title=GuruPlug_Libertas_SD8688, package the firmware files for Marvell 88W8688, too. Signed-off-by: Jens Rehsack --- meta

[OE-core] [OE][jethro] Backport Perl Upgrade to 5.22.1

2016-02-05 Thread Jens Rehsack
Please backport the following from oe-core/master to jethro: 55a8df2056024acf714f47c85267c1eba8b7b6be perl: Upgrade to 5.22.1 According to http://search.cpan.org/dist/perl-5.22.1/pod/perldelta.pod no incompatible changes but a lot of serious bugs fixed. Cheers -- Jens Rehsack - rehs

[OE-core] [PATCH][jethro] cross-localedef-native: add ABI breaking glibc patch

2016-02-05 Thread Jens Rehsack
< (sizeof (_nl_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))' failed. Aborted Signed-off-by: Jens Rehsack --- meta/recipes-core/glibc/cross-localedef-native_2.22.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.22.bb b/meta/

[OE-core] [PATCH][jethro] glibc: add patch from release/2.22/master fix memory corruption

2016-02-05 Thread Jens Rehsack
Since default fstab contains empty lines, this might be a reasonable patch long running services using getmntent. This patch is backported from: https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=3007f797a1a596e954f44879a5a7267966186ba4 Signed-off-by: Jens Rehsack --- ...ntent-fix

Re: [OE-core] [PATCH][jethro] cross-localedef-native: add ABI breaking glibc patch

2016-02-06 Thread Jens Rehsack
> Am 05.02.2016 um 15:26 schrieb Burton, Ross : > > > On 5 February 2016 at 10:25, Jens Rehsack wrote: > Add patch from commit 96b1b5c127e9e0e637aaf7948cf3330a94a5cd57 to > cross-localedef-native > to avoid broken images built with ENABLE_BINARY_LOCALE_GENERATION set to

[OE-core] [jethro][PATCH v2] glibc: add patch from release/2.22/master fix memory corruption

2016-02-12 Thread Jens Rehsack
Since default fstab contains empty lines, this might be a reasonable patch long running services using getmntent. This patch is backported from: https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=3007f797a1a596e954f44879a5a7267966186ba4 Signed-off-by: Jens Rehsack --- ...ntent-fix

[OE-core] [PATCH 1/2] initscripts: populate-volatiles.sh: add mount-bind feature

2016-02-12 Thread Jens Rehsack
an the operator/distributor. See https://github.com/rehsack/meta-jens/blob/jethro/recipes-core/initscripts/initscripts/volatiles for an example how to use the "b" feature. Signed-off-by: Jens Rehsack --- .../initscripts/initscripts-1.0/populate-volatile.sh | 10 +

[OE-core] [jethro][master][PATCH 2/2] initscripts: start urandom after populate-volatiles

2016-02-12 Thread Jens Rehsack
In case of read-only rootfs, populoate-volatiles might be used to create some links (or bind-mounts) required for having a writable /var/lib. Signed-off-by: Jens Rehsack --- meta/recipes-core/initscripts/initscripts_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [PATCH RESEND 1/7] udev: Don't introduce usb or pci dependencies without usb or pci being featured

2016-02-28 Thread Jens Rehsack
Fixes that udev always requires PCI or USB, idenpendently from DISTRO_FEATURES or PACKAGECONFIG. Signed-off-by: Jens Rehsack --- meta/recipes-core/udev/udev.inc | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core

  1   2   >