|
[meta-openssl102][PATCH 1/2] layer.conf: add honister to LAYERSERIES_COMPAT
I'll get this staged later today. Thanks for running the conversion.
I'll get this staged later today. Thanks for running the conversion.
|
By
Mark Hatle
· #54336
·
|
|
[meta-openssl102] Updated
Not sure if anyone is still using this, but I did update OpenSSL 1.0.2 to fix the latest three CVEs: CVE-2021-23839 CVE-2021-23840 CVE-2021-23841 All branches updated. Additionally master has been upd
Not sure if anyone is still using this, but I did update OpenSSL 1.0.2 to fix the latest three CVEs: CVE-2021-23839 CVE-2021-23840 CVE-2021-23841 All branches updated. Additionally master has been upd
|
By
Mark Hatle
· #52939
·
|
|
[prelink-cross][PATCH] Add SPDX license headers to all source files
Change is fine. I'm not having the time to merge and test build right now. Paul E suggested someone else might be able to, that is fine with me. --Mark
Change is fine. I'm not having the time to merge and test build right now. Paul E suggested someone else might be able to, that is fine with me. --Mark
|
By
Mark Hatle
· #52195
·
|
|
[[meta-mingw][PATCH] libgcrypt: disable amd64 optimization
Looking at the config.log, I only see the standard Yocto Project (nativesdk) paths, as well as: --disable-asm --without-capabilities I'm building on 18.04.4 LTS, I think it's a fairly standard config,
Looking at the config.log, I only see the standard Yocto Project (nativesdk) paths, as well as: --disable-asm --without-capabilities I'm building on 18.04.4 LTS, I think it's a fairly standard config,
|
By
Mark Hatle
· #51798
·
|
|
[[meta-mingw][PATCH] libgcrypt: disable amd64 optimization
Note, this is still happening. Using meta-mingw w/ gatesgarth to build, and including libgcrypt I get the same failure. The failure resolves with "--disable-amd64-as-feature-detection". Looking at the
Note, this is still happening. Using meta-mingw w/ gatesgarth to build, and including libgcrypt I get the same failure. The failure resolves with "--disable-amd64-as-feature-detection". Looking at the
|
By
Mark Hatle
· #51796
·
|
|
[prelink-cross][PATCH v5] Add SPDX license headers to all source files
A quick review of this looks fine. I'm currently swamped with some work stuff and ELC-E this week. I intend to get to this (and a few other contributions next week. If you don't see anything from me n
A quick review of this looks fine. I'm currently swamped with some work stuff and ELC-E this week. I intend to get to this (and a few other contributions next week. If you don't see anything from me n
|
By
Mark Hatle
· #51211
·
|
|
[poky][master][PATCH] qemu.inc: Use virtual/libgl instead of mesa
It's not up to OE/YP to verify alternatives, it's up to the people providing the alternatives. The question is, is this a MESA dependency or a virtual/gl dependency. If it's the former, then mesa is c
It's not up to OE/YP to verify alternatives, it's up to the people providing the alternatives. The question is, is this a MESA dependency or a virtual/gl dependency. If it's the former, then mesa is c
|
By
Mark Hatle
· #50270
·
|
|
Yocto gdb build error on Microblaze platform
This could be an issue with your host if the host is too old. Unfortunately I've not worked with the releases that are that old. However, Xilinx did just release their 'Zeus' based rel-v2020.1 version
This could be an issue with your host if the host is too old. Unfortunately I've not worked with the releases that are that old. However, Xilinx did just release their 'Zeus' based rel-v2020.1 version
|
By
Mark Hatle
· #49594
·
|
|
[oe][yocto][bitbake] Fetching source using different protocols
This is what I would suggest. Have the recipe itself set the fallback URI as the main URL. SRC_URI = "git://example.com/my/repository/uri;proto=https" PREMIRRORS_prepend = "git://example.com/my/reposi
This is what I would suggest. Have the recipe itself set the fallback URI as the main URL. SRC_URI = "git://example.com/my/repository/uri;proto=https" PREMIRRORS_prepend = "git://example.com/my/reposi
|
By
Mark Hatle
· #49369
·
|
|
[PATCH] gcc-cross-canadian: Enable wildcard expansion support
Yes, it doesn't do anything if the generated toolchain isn't mingw.. and AFAIK, we're only build cross-canadian there. (binutils and others don't appear to have this option, unless I just missed it.)
Yes, it doesn't do anything if the generated toolchain isn't mingw.. and AFAIK, we're only build cross-canadian there. (binutils and others don't appear to have this option, unless I just missed it.)
|
By
Mark Hatle
· #48658
·
|
|
[PATCH] gcc-cross-canadian: Enable wildcard expansion support
Ya, it backports to Zeus fine. That is as far back as I've looked. --Mark
Ya, it backports to Zeus fine. That is as far back as I've looked. --Mark
|
By
Mark Hatle
· #48651
·
|
|
[PATCH] gcc-cross-canadian: Enable wildcard expansion support
In gcc 8, the behavior of GCC changed and expansion of wild cards to calls of gcc were disabled by default. This behavior may be required by some (poorly written) makefiles. This will allow someone to
In gcc 8, the behavior of GCC changed and expansion of wild cards to calls of gcc were disabled by default. This behavior may be required by some (poorly written) makefiles. This will allow someone to
|
By
Mark Hatle
· #48649
·
|
|
[[meta-mingw][PATCH] libgcrypt: disable amd64 optimization
I'll reply with a private email to where you can get a copy of the build directory. I tried this and it didn't appear to make a difference. I only see the problem when building for mingw32. I've never
I'll reply with a private email to where you can get a copy of the build directory. I tried this and it didn't appear to make a difference. I only see the problem when building for mingw32. I've never
|
By
Mark Hatle
· #48605
·
|
|
[[meta-mingw][PATCH] libgcrypt: disable amd64 optimization
amd64 optimization when using with mingw32 sometimes results in: | ../../libgcrypt-1.8.4/cipher/rijndael-tables.h:103:24: error: expected ']' before '.' token | 103 | #define encT enc_tables.T and the
amd64 optimization when using with mingw32 sometimes results in: | ../../libgcrypt-1.8.4/cipher/rijndael-tables.h:103:24: error: expected ']' before '.' token | 103 | #define encT enc_tables.T and the
|
By
Mark Hatle
· #48598
·
|
|
[PATCH] libgcrypt: disable amd64 optimization
amd64 optimization when using with mingw32 sometimes results in: | ../../libgcrypt-1.8.4/cipher/rijndael-tables.h:103:24: error: expected ']' before '.' token | 103 | #define encT enc_tables.T and the
amd64 optimization when using with mingw32 sometimes results in: | ../../libgcrypt-1.8.4/cipher/rijndael-tables.h:103:24: error: expected ']' before '.' token | 103 | #define encT enc_tables.T and the
|
By
Mark Hatle
· #48597
·
|
|
[OE-core] oe-core recipe for defining directories in /
He is correct, this is shared between all package users. But with that said, there is a base filesystem package and an associated 'syncing' file for all other users. The is a recipe called 'base-files
He is correct, this is shared between all package users. But with that said, there is a base filesystem package and an associated 'syncing' file for all other users. The is a recipe called 'base-files
|
By
Mark Hatle
· #48492
·
|
|
[meta-mingw][PATCH] gcc/binutils: Allow plugins to be enabled on cross-canadian toolchain
As of GCC 8, plugin support is available with mingw. If the plugins are enabled in the regular binutils/gcc configurations, carry over that configuration with the mingw versions as well. When plugins
As of GCC 8, plugin support is available with mingw. If the plugins are enabled in the regular binutils/gcc configurations, carry over that configuration with the mingw versions as well. When plugins
|
By
Mark Hatle
· #48481
·
|
|
[meta-openssl102-fips][PATCH] openssh: Fix patch to properly apply on 7.9 version found in warrior
Thanks for the pull request.. pushed. --Mark
Thanks for the pull request.. pushed. --Mark
|
By
Mark Hatle
· #48232
·
|
|
[meta-openssl102-fips][PATCH] openssh: Fix patch to properly apply on 7.9 version found in warrior
I tried to apply this patch, but unfortunately it's corrupt. Likely by an exchange server or outlook. If you can, you can generate a pull request at: https://github.com/mhatle/meta-openssl102-fips I p
I tried to apply this patch, but unfortunately it's corrupt. Likely by an exchange server or outlook. If you can, you can generate a pull request at: https://github.com/mhatle/meta-openssl102-fips I p
|
By
Mark Hatle
· #48208
·
|
|
[meta-openssl102-fips][PATCH 1/3] openssh bbappend: refresh local patches to 8.1p1
Sorry, I missed this when it was originally sent. I've updated master with these patches. Thanks! Please check master, if you see anything missing please let me know. --Mark
Sorry, I missed this when it was originally sent. I've updated master with these patches. Thanks! Please check master, if you see anything missing please let me know. --Mark
|
By
Mark Hatle
· #48207
·
|