-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kirkstone: problems cross compiling capnproto #841
Comments
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Dec 3, 2024
## Fixed - Warning on MacOS about incompatible function declaration - Logic when decoding AMQP data after bad data may cause crash (openembedded#837) - Use SSL_get1_peer_certificate when compiling against OpenSSL 3+ ## Changed - Updates to various github actions. ## Added - Add amqp_publisher_confirm_wait function (openembedded#841) - Add amqp_literal_bytes macro (openembedded#844) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Dec 3, 2024
## Fixed - Warning on MacOS about incompatible function declaration - Logic when decoding AMQP data after bad data may cause crash (openembedded#837) - Use SSL_get1_peer_certificate when compiling against OpenSSL 3+ ## Changed - Updates to various github actions. ## Added - Add amqp_publisher_confirm_wait function (openembedded#841) - Add amqp_literal_bytes macro (openembedded#844) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Jan 27, 2025
License-Update: Still MIT licensed. Just removed a header from the license file. c-ares/c-ares@595cf21 Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.33.0 Features: Add DNS cookie support (RFC7873 + RFC9018) to help prevent off-path cache poisoning attacks. PR openembedded#833 Implement TCP FastOpen (TFO) RFC7413, which will make TCP reconnects 0-RTT on supported systems. PR openembedded#840 Changes: Reorganize source tree. PR openembedded#822 Refactoring of connection handling to prevent code duplication. PR openembedded#839 New dynamic array data structure to prevent simple logic flaws in array handling in various code paths. PR openembedded#841 Bugfixes: ares_destroy() race condition during shutdown due to missing lock. PR openembedded#831 Android: Preserve thread name after attaching it to JVM. PR openembedded#838 Windows UWP (Store) support fix. PR openembedded#845 Signed-off-by: Jason Schonberg <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Jan 28, 2025
License-Update: Still MIT licensed. Just removed a header from the license file. c-ares/c-ares@595cf21 Changelog: https://github.com/c-ares/c-ares/releases/tag/v1.33.0 Features: Add DNS cookie support (RFC7873 + RFC9018) to help prevent off-path cache poisoning attacks. PR openembedded#833 Implement TCP FastOpen (TFO) RFC7413, which will make TCP reconnects 0-RTT on supported systems. PR openembedded#840 Changes: Reorganize source tree. PR openembedded#822 Refactoring of connection handling to prevent code duplication. PR openembedded#839 New dynamic array data structure to prevent simple logic flaws in array handling in various code paths. PR openembedded#841 Bugfixes: ares_destroy() race condition during shutdown due to missing lock. PR openembedded#831 Android: Preserve thread name after attaching it to JVM. PR openembedded#838 Windows UWP (Store) support fix. PR openembedded#845 Signed-off-by: Jason Schonberg <[email protected]> Signed-off-by: Khem Raj <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
We have problems compiling capnproo in Yocto using meta-openembedded recipe.
First of all, using capnproto inside another cmake-based build recipe does not work (messages have been altered to remove paths and names including non-public information):
This appears to be caued by capnproto/capnproto#1802 , where capnproto author recommends to not use cmake.
To fix this we had to patch the capnproto recipe:
With this patch, our software builds fine and we can generate disk images, but we are unable to generate a SDK for cross-compilation outside of Yocto, with the following error:
I'm not sure how to investigate this problem, since the capnproto recipe should be available. Can you help usfind what's missing?
The text was updated successfully, but these errors were encountered: