Message ID | 20170510093705.12171-1-mirza.krak@endian.se |
---|---|
State | Superseded |
Headers | show |
Series | [meta-oe,morty,1/1] openssl-native: Compile with -fPIC | expand |
2017-05-10 13:31 GMT+02:00 Patchwork <patchwork@patchwork.openembedded.org>: > == Series Details == > > Series: [meta-oe,morty,1/1] openssl-native: Compile with -fPIC > Revision: 1 > URL : https://patchwork.openembedded.org/series/6671/ > State : failure I seem to have messed up here. Why does the testing framework think that I was targeting master? Was my subject prefix wrong?
On Mon, May 15, 2017 at 09:05:23AM +0200, Mirza Krak wrote: > 2017-05-10 13:31 GMT+02:00 Patchwork <patchwork@patchwork.openembedded.org>: > > == Series Details == > > > > Series: [meta-oe,morty,1/1] openssl-native: Compile with -fPIC > > Revision: 1 > > URL : https://patchwork.openembedded.org/series/6671/ > > State : failure > > I seem to have messed up here. > > Why does the testing framework think that I was targeting master? Was > my subject prefix wrong? Why is there "meta-oe" in there? This is oe-core, not meta-oe... -- Denys -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
Hi Mirza, On Monday, 15 May 2017 7:05:23 PM NZST Mirza Krak wrote: > 2017-05-10 13:31 GMT+02:00 Patchwork <patchwork@patchwork.openembedded.org>: > > == Series Details == > > > > Series: [meta-oe,morty,1/1] openssl-native: Compile with -fPIC > > Revision: 1 > > URL : https://patchwork.openembedded.org/series/6671/ > > State : failure > > I seem to have messed up here. > > Why does the testing framework think that I was targeting master? Was > my subject prefix wrong? It probably doesn't understand "," as a separator and thus didn't see "morty" as a branch name and assumed master as the default - if that's the case we should probably fix that. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core
2017-05-16 0:10 GMT+02:00 Denys Dmytriyenko <denis@denix.org>: > On Mon, May 15, 2017 at 09:05:23AM +0200, Mirza Krak wrote: >> 2017-05-10 13:31 GMT+02:00 Patchwork <patchwork@patchwork.openembedded.org>: >> > == Series Details == >> > >> > Series: [meta-oe,morty,1/1] openssl-native: Compile with -fPIC >> > Revision: 1 >> > URL : https://patchwork.openembedded.org/series/6671/ >> > State : failure >> >> I seem to have messed up here. >> >> Why does the testing framework think that I was targeting master? Was >> my subject prefix wrong? > > Why is there "meta-oe" in there? This is oe-core, not meta-oe... Indeed that was an error on my end, using the wrong subject prefix.
Hi Paul. 2017-05-16 5:42 GMT+02:00 Paul Eggleton <paul.eggleton@linux.intel.com>: > Hi Mirza, > > On Monday, 15 May 2017 7:05:23 PM NZST Mirza Krak wrote: >> 2017-05-10 13:31 GMT+02:00 Patchwork <patchwork@patchwork.openembedded.org>: >> > == Series Details == >> > >> > Series: [meta-oe,morty,1/1] openssl-native: Compile with -fPIC >> > Revision: 1 >> > URL : https://patchwork.openembedded.org/series/6671/ >> > State : failure >> >> I seem to have messed up here. >> >> Why does the testing framework think that I was targeting master? Was >> my subject prefix wrong? > > It probably doesn't understand "," as a separator and thus didn't see "morty" > as a branch name and assumed master as the default - if that's the case we > should probably fix that. I actually did not use "," as seperatator. Do not know where this came from. My patch is [1]. I guess my error here was adding "meta-oe" as subject prefix in oe-core mailing list, and I probably triggered some weird behavior in patchwork with this? [1]. http://lists.openembedded.org/pipermail/openembedded-core/2017-May/136489.html
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2j.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2j.bb index 9a7cdedd05..b6fb126349 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2j.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2j.bb @@ -5,6 +5,7 @@ require openssl.inc DEPENDS += "cryptodev-linux" CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" +CFLAG_append_class-native = " -fPIC" LIC_FILES_CHKSUM = "file://LICENSE;md5=27ffa5d74bb5a337056c14b2ef93fbf6"