Re: [OE-core] Send bitbake cache (from recipe parsing) to another server

2020-05-22 Thread krzysztof . taborski
. Nevertheless thanks for the answer. At least I know, that I should abandon this idea. Br, Krzysztof Taborski -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#138587): https://lists.openembedded.org/g/openembedded-core/message/138587 Mute Thi

[OE-core] Send bitbake cache (from recipe parsing) to another server

2020-05-22 Thread krzysztof . taborski
-parsed by bitbake. First of all, I am wondering, if I have even chances to success in such scenario. If yes I am guessing, that I should modify BB_HASHCONFIG_WHITELIST , but how to check what can be missing? Best regards, Krzysztof Taborski -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [OE-core] [meta-oe][PATCH] perl: native modules will not trigger build perl for target.

2018-07-24 Thread Krzysztof Taborski
-g) I can find: "recipe-native" -> "perl" in recipe-depends.dot This was my original problem. Please correct me, if missed something. usage of += with an over-ride - I've just copied it from nativesdk over-ride, which was already in perl recipe. Best regards, Krz

Re: [OE-core] [meta-oe][PATCH] perl: native modules will not trigger build perl for target.

2018-07-23 Thread Krzysztof Taborski
; > Can I request review? > > Oryginalna wiadomość > > Od: Krzysztof Taborski > > Data: 08.05.2018 18:46 (GMT+01:00) > > Do: openembedded-core@lists.openembedded.org > > DW: Krzysztof Taborski > > Temat: [meta-oe][PATCH] perl: native modu

[OE-core] [meta-oe][PATCH] perl: native modules will not trigger build perl for target.

2018-05-08 Thread Krzysztof Taborski
Currently building perl-native modules triggers build perl for target due to PACKAGES_DYNAMIC regex. This commit will cause, that perl native modules will trigger perl-native build. Signed-off-by: Krzysztof Taborski --- meta/recipes-devtools/perl/perl-native_5.24.1.bb | 2 ++ meta/recipes

Re: [OE-core] [PATCH v2] perl: native modules will not trigger build perl for target.

2018-05-08 Thread Krzysztof Taborski
Could someone look at this? 2017-12-18 16:51 GMT+01:00 Krzysztof Taborski : > ping > > 2017-12-12 9:34 GMT+01:00 Krzysztof Taborski > : > >> kindly reminder >> >> 2017-12-08 18:46 GMT+01:00 Krzysztof Taborski < >> taborskikrzysz...@gmail.com>: >&

Re: [OE-core] [PATCH v2] perl: native modules will not trigger build perl for target.

2017-12-18 Thread Krzysztof Taborski
ping 2017-12-12 9:34 GMT+01:00 Krzysztof Taborski : > kindly reminder > > 2017-12-08 18:46 GMT+01:00 Krzysztof Taborski >: > >> Hello, >> I would like to request feedback about my patch. >> >> Br, >> Krzysztof Taborski >> >&g

Re: [OE-core] [PATCH v2] perl: native modules will not trigger build perl for target.

2017-12-12 Thread Krzysztof Taborski
kindly reminder 2017-12-08 18:46 GMT+01:00 Krzysztof Taborski : > Hello, > I would like to request feedback about my patch. > > Br, > Krzysztof Taborski > > -Original Message----- > From: Krzysztof Taborski [mailto:taborskikrzysz...@gmail.com] > Sent: Monday, Dec

Re: [OE-core] [PATCH v2] perl: native modules will not trigger build perl for target.

2017-12-08 Thread Krzysztof Taborski
Hello, I would like to request feedback about my patch. Br, Krzysztof Taborski -Original Message- From: Krzysztof Taborski [mailto:taborskikrzysz...@gmail.com] Sent: Monday, December 04, 2017 7:17 PM To: openembedded-core@lists.openembedded.org Cc: Krzysztof Taborski Subject: [OE-core

[OE-core] [PATCH v2] perl: native modules will not trigger build perl for target.

2017-12-04 Thread Krzysztof Taborski
Currently building perl-native modules triggers build perl for target due to PACKAGES_DYNAMIC regex. This commit will cause, that perl native modules will trigger perl-native build. Signed-off-by: Krzysztof Taborski --- meta/recipes-devtools/perl/perl-native_5.24.1.bb | 2 ++ meta/recipes

[OE-core] [PATCH] perl: native modules will not trigger build perl for target.

2017-12-04 Thread Krzysztof Taborski
Currently building perl-native modules triggers build perl for target due to PACKAGES_DYNAMIC regex. This commits fix will cause, that perl native modules will trigger perl-native build. Signed-off-by: Krzysztof Taborski --- meta/recipes-devtools/perl/perl-native_5.24.1.bb | 2 ++ meta/recipes

[OE-core] [PATCH] Perl native modules will not trigger build perl for target.

2017-12-04 Thread Krzysztof Taborski
Currently building perl-native modules triggers build perl for target due to PACKAGES_DYNAMIC regex. This commits fix will cause, that perl native modules will trigger perl-native build. --- meta/recipes-devtools/perl/perl-native_5.24.1.bb | 2 ++ meta/recipes-devtools/perl/perl_5.24.1.bb