-
Notifications
You must be signed in to change notification settings - Fork 4
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
version bump 3.29.1 -> 3.30.0 #48
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved the unpacking of the ACE/TAO archive from the do_configure step to the do_unpack step of Yocto. This makes is possible to apply patches in the do_patch phase that is in between do_unpack and do_configure. Signed-off-by: Jan Vermaete <[email protected]>
Signed-off-by: Jan Vermaete <[email protected]>
* changelog: https://opendds.readthedocs.io/en/latest-release/news.html#v3-30-0 * ptest passed in QEMU (with docgroup4) Signed-off-by: Jan Vermaete <[email protected]>
meta-qt5 and meta-raspberrypi at master because no Styhead branch yet available Signed-off-by: Jan Vermaete <[email protected]>
Current Yocto switched from 5.38.2 to 5.40.x Signed-off-by: Jan Vermaete <[email protected]>
What can happen when working with DDS :-) Signed-off-by: Jan Vermaete <[email protected]>
This avoid installing so files in opendds-dev package. The files are available in the opendds package. E.g.: ERROR: opendds-dev: Multiple shlib providers for libACE.so.8.0.1: opendds-dev, opendds (used by files: /home/jan/projects/meta-opendds/build/tmp/work/core2-64-poky-linux/opendds/3.30.0/packages-split/opendds-dev/usr/share/DDS_ROOT/tests/DCPS/Dispose/test) Signed-off-by: Jan Vermaete <[email protected]>
Signed-off-by: Jan Vermaete <[email protected]>
…ideExamples Demo code of an OpenDDS application with CMake. See: * https://github.com/OpenDDS/OpenDDS/tree/master/DevGuideExamples/DCPS/Messenger * https://opendds.readthedocs.io/en/latest-release/devguide/getting_started.html TODO: * this example is not working when 'security' is added the the PACKAGECONFIG of OpenDDS * native version of this recipe is still misssing Signed-off-by: Jan Vermaete <[email protected]>
@jrw972 I think the set of commits is ready to merge. Only the test |
@jrw972 Thanks for merging |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
And switched to the latest release of Yocto (Scarthgap -> Styhead)
And added a bitbake recipe as an example how to create an OpenDDS application. The example Messenger example of the DevGuideExamples.
But... Still a lot of work about the QA warnings and errors.
For the moment they are disabled.
I would go for a merge right now to have the latest OpenDDS version available.
So: the TODO list (any help is welcome)
libdir
so.x.y.z files are in two packages (opendds and opendds-dev)dev-so
: rather painful because a *.so file is expected in OpenDDS/ACE, but should not be distributed according to Yocto/Linux/...