Coder Social home page Coder Social logo

meta-opendds's Introduction

This README file contains information on the contents of the meta-opendds layer.

Please see the corresponding sections below for details.

Dependencies
============

  URI: git://git.openembedded.org/meta-openembedded
  branch: scarthgap

  URI:  https://git.yoctoproject.org/git/poky/meta
  branch: scarthgap

Patches
=======

Please submit any patches against the meta-opendds layer via the pull-request
mechanism on github.

Maintainer: Keith Derrick <[email protected]>

Table of Contents
=================

  I. Adding the meta-openembedded/meta-oe and meta-opendds layers to your build
 II. Misc


I. Adding the meta-openembedded/meta-oe and meta-opendds layers to your build
=================================================

Run 'bitbake-layers add-layer meta-openembedded/meta-oe'
Run 'bitbake-layers add-layer meta-opendds'

II. Misc
========

The layer contains two recipes for OpenDDS: one versioned and one not.

If PREFERRED_VERSION is not specifed in your local.conf then the OpenDDS 3.28.0 recipe will be
selected for build by default

The versioned recipe will use the DOC Group ACE/TAO v2 by default.
To build the versioned recipe with DOC Group ACE/TAO v3 add the following to your local.conf
    
    PACKAGECONFIG:append:pn-opendds = " doc-group3"
    PACKAGECONFIG:append:pn-opendds-native = " doc-group3"
  
The unversioned recipe is provided to allow clients, via a bbappend, to
build - for example - the HEAD of the master branch or some other version.

To use this unversioned recipe, add the following to your local.conf or
distro configuration file.


    PREFERRED_VERSION_opendds="1.0+git%"
    PREFERRED_VERSION_opendds-native="1.0+git%"
    PREFERRED_VERSION_nativesdk-opendds="1.0+git%"
    

Note that simply providing a different branch and SRCREV may be insufficient.
If your desired commit is significantly newer than that used for the versioned
recipe, then the generic build instructions may be insufficient or incorrect.

meta-opendds's People

Contributors

ahmedhossamopsy avatar dependabot[bot] avatar gbroeckaert avatar iguessthislldo avatar jrw972 avatar kdopen avatar mitza-oci avatar plabanca avatar vermaete avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meta-opendds's Issues

DEPENDS needed?

DEPENDS at the top of recipes-connectivity/opendds/opendds.inc lists glib and boost, but these shouldn't be needed unless optional components within OpenDDS are enabled in the configure script.

CI

Add script for Azure Pipelines CI (or similar) to validate the build.

compile error for opendds

Hi
I downloaded the source and tried compiling.
The following error occurs.

Do I need to make any additional changes?

Thank you.

ERROR: opendds-3.14-r0 do_package_qa: QA Issue: /usr/bin/DCPSInfoRepo contained in package opendds requires libOpenDDS_InfoRepoServ.so.3.14.0()(64bit), but no providers found in RDEPENDS_opendds? [file-rdeps]
ERROR: opendds-3.14-r0 do_package_qa: QA Issue: /usr/bin/DCPSInfoRepo contained in package opendds requires libTAO_Svc_Utils.so.2.2a_p19()(64bit), but no providers found in RDEPENDS_opendds? [file-rdeps]
ERROR: opendds-3.14-r0 do_package_qa: QA Issue: /usr/bin/DCPSInfoRepo contained in package opendds requires libOpenDDS_Dcps.so.3.14.0()(64bit), but no providers found in RDEPENDS_opendds? [file-rdeps]
ERROR: opendds-3.14-r0 do_package_qa: QA Issue: /usr/bin/DCPSInfoRepo contained in package opendds requires libTAO_PortableServer.so.2.2a_p19()(64bit), but no providers found in RDEPENDS_opendds? [file-rdeps]
ERROR: opendds-3.14-r0 do_package_qa: QA Issue: /usr/bin/DCPSInfoRepo contained in package opendds requires libTAO.so.2.2a_p19()(64bit), but no providers found in RDEPENDS_opendds? [file-rdeps]
ERROR: opendds-3.14-r0 do_package_qa: QA Issue: /usr/bin/DCPSInfoRepo contained in package opendds requires libACE.so.6.2a_p19()(64bit), but no providers found in RDEPENDS_opendds? [file-rdeps]
WARNING: opendds-3.14-r0 do_package_qa: QA Issue: opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_Multicast.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_Valuetype.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_Tcp.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_IORTable.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libACE.so.6.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_CSD_ThreadPool.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_Rtps_Udp.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_PortableServer.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_Dcps.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_CSD_Framework.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_IDL_FE.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_Messaging.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_Federator.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_ImR_Client.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_Svc_Utils.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_DynamicInterface.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_AnyTypeCode.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_BiDirGIOP.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_PI.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_Udp.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_Async_IORTable.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_IORManip.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_Shmem.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_Model.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_InfoRepoDiscovery.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_InfoRepoLib.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_CodecFactory.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libTAO_Codeset.so.2.2a_p19
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_monitor.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_InfoRepoServ.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_Rtps.so.3.14.0
opendds-dbg: found library in wrong location: /usr/lib/.debug/libOpenDDS_FACE.so.3.14.0 [libdir]
ERROR: opendds-3.14-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.
ERROR: opendds-3.14-r0 do_package_qa: Function failed: do_package_qa

Issue while running subscriber, publisher running on Qemu with yocto opendds recipe (opendds 3.20, ACE 7.0.8)

./subscriber -DCPSConfigFile rtps.ini -DCPSDebugLevel 10
(383|383) INFO: set_DCPS_debug_level: set to 10
(383|383) NOTICE: Service_Participant::get_domain_participant_factory Going to load configuration from <rtps.ini>
(383|383) NOTICE: using DCPSDebugLevel value from command option (overrides value if it's in config file)
(383|383) NOTICE: Service_Participant::load_domain_ranges(): config does not have a [DomainRange] section.
(383|383) NOTICE: TransportRegistry::load_transport_templates(): config does not have a [transport_template] section.

I get the error when I ran Qemu. yocto compiled opendds. The same worked fine on Linux though(compiled on linux , 3.20)
tried adding domain range 2 to 40 and get the below errors.

Qemu gets a local ip.

(384|384) INFO: set_DCPS_debug_level: set to 10
(384|384) NOTICE: Service_Participant::get_domain_participant_factory Going to load configuration from <rtps_sub.ini>
(384|384) NOTICE: using DCPSDebugLevel value from command option (overrides value if it's in config file)
(384|384) NOTICE: Service_Participant::load_domain_ranges(): config has DomainRange sections.
(384|384) Service_Participant::parse_domain_range(): (384|384) [DomainRange/2-40]: range_start == 2
(384|384) Service_Participant::parse_domain_range(): (384|384) [DomainRange/2-40]: range_end == 40

any leads are appreciated

opendds yocto do_package errer

ERROR: opendds-3.24-r0 do_package: opendds-dev: Multiple shlib providers for libTAO_PortableServer.so.2.5.19: opendds-dev, opendds (used by files: /home/cxf/yocto-real-time-edge/build-imx-real-time-edge/tmp/work/armv8a-poky-linux/opendds/3.24-r0/packages-split/opendds-dev/usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/ImR_Client/libTAO_ImR_Client.so.2.5.19)
ERROR: opendds-3.24-r0 do_package: opendds-dev: Multiple shlib providers for libACE.so.6.5.19: opendds, opendds-dev (used by files: /home/cxf/yocto-real-time-edge/build-imx-real-time-edge/tmp/work/armv8a-poky-linux/opendds/3.24-r0/packages-split/opendds-dev/usr/share/DDS_ROOT/tools/repoctl/repoctl)
ERROR: opendds-3.24-r0 do_package: opendds-dev: Multiple shlib providers for libTAO_IORTable.so.2.5.19: opendds-dev, opendds (used by files: /home/cxf/yocto-real-time-edge/build-imx-real-time-edge/tmp/work/armv8a-poky-linux/opendds/3.24-r0/packages-split/opendds-dev/usr/share/DDS_ROOT/dds/InfoRepo/libOpenDDS_Federator.so.3.24.1)

WARNING: opendds-3.24-r0 do_package_qa: QA Issue: opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/TAO_IDL/.debug/libTAO_IDL_FE.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/orbsvcs/orbsvcs/.debug/libTAO_Svc_Utils.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/Messaging/.debug/libTAO_Messaging.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/CSD_Framework/.debug/libTAO_CSD_Framework.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/ImR_Client/.debug/libTAO_ImR_Client.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/IORTable/.debug/libTAO_IORTable.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/IORTable/.debug/libTAO_Async_IORTable.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/.debug/libTAO.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/CodecFactory/.debug/libTAO_CodecFactory.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/AnyTypeCode/.debug/libTAO_AnyTypeCode.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/PortableServer/.debug/libTAO_PortableServer.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/Valuetype/.debug/libTAO_Valuetype.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/IORManipulation/.debug/libTAO_IORManip.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/Codeset/.debug/libTAO_Codeset.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/PI/.debug/libTAO_PI.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/BiDir_GIOP/.debug/libTAO_BiDirGIOP.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/DynamicInterface/.debug/libTAO_DynamicInterface.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/TAO/tao/CSD_ThreadPool/.debug/libTAO_CSD_ThreadPool.so.2.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/ace/.debug/libACE.so.6.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/ACE_wrappers/ace/XML_Utils/.debug/libACE_XML_Utils.so.6.5.19
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/tools/modeling/codegen/model/.debug/libOpenDDS_Model.so.3.24.1
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/dds/monitor/.debug/libOpenDDS_monitor.so.3.24.1
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/dds/FACE/.debug/libOpenDDS_FACE.so.3.24.1
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/dds/.debug/libOpenDDS_Dcps.so.3.24.1
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/dds/InfoRepo/.debug/libOpenDDS_InfoRepoLib.so.3.24.1
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/dds/InfoRepo/.debug/libOpenDDS_InfoRepoServ.so.3.24.1
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/dds/InfoRepo/.debug/libOpenDDS_Federator.so.3.24.1
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/dds/DCPS/RTPS/.debug/libOpenDDS_Rtps.so.3.24.1
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/dds/DCPS/security/.debug/libOpenDDS_Security.so.3.24.1
opendds-dbg: found library in wrong location: /usr/share/DDS_ROOT/dds/DCPS/trans

Compiler error

Hi ,

I get the following compiler errors in both 3.20 and 3.14 in yocto.

| ../../tao/PortableServer/Object_SArgument_T.cpp:117:1: required from here
| ../../tao/Any_Insert_Policy_T.h:44:14: error: 'void CORBA::Any::operator<<=(unsigned char)' is private within this context
| 44 | (p) <<= x;
| | ~~~~~^~~~~
| In file included from ../../tao/PortableServer/POAManagerC.h:46,
| from ../../tao/PortableServer/Object_Adapter.h:29,
| from ../../tao/PortableServer/Root_POA.h:27,
| from Servant_Base.cpp:5:
| ../../tao/AnyTypeCode/Any.h:171:10: note: declared private here
| 171 | void operator<<= (unsigned char);
| | ^~~~~~~~
| ../../tao/Any_Insert_Policy_T.h:44:14: error: invalid conversion from 'CORBA::Object
' to 'unsigned char' [-fpermissive]
| 44 | (p) <<= x;
| | ~~~~~^~~~~
| | |
| | CORBA::Object

I had checked out from github directly and made changes to bb for SHA1 of OCI_TAO alone and started compiling using bitbake opendds and got the error

Missing bblayers.conf

Hi,

trying to build with Yocto and while trying to add the layer to my build env I get that unable to find bblayers.conf

what am I doing wrong?

Add 'gatesgarth' to the layers compatibility list please?

Hello,

Just wanted to confirm that I was able to fully configure and integrate branch-DDS-3.16 using Yocto version gatesgarth without any issue.

I was therefore wondering whether it would be possible to upgrade the conf/layer.conf by adding such version to the LAYERSERIES_COMPAT_opendds-layer variable please.

Many thanks.

Kind regards
Eddy

cmake

Why would you install the cmake files? My guess it these could be remove?

ERROR: opendds-3.14-r0 do_package: QA Issue: opendds: Files/directories were installed but not shipped in any package:
  /usr/lib/cmake
  /usr/lib/cmake/OpenDDS
  /usr/lib/cmake/OpenDDS/api_macros.cmake
  /usr/lib/cmake/OpenDDS/config.cmake
  /usr/lib/cmake/OpenDDS/dds_idl_sources.cmake
  /usr/lib/cmake/OpenDDS/init.cmake
  /usr/lib/cmake/OpenDDS/OpenDDSConfig.cmake
  /usr/lib/cmake/OpenDDS/OpenDDSConfigVersion.cmake
  /usr/lib/cmake/OpenDDS/options.cmake
  /usr/lib/cmake/OpenDDS/tao_idl_sources.cmake
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
opendds: 10 installed and not shipped files. [installed-vs-shipped]
ERROR: opendds-3.14-r0 do_package: Fatal QA errors found, failing task.
ERROR: opendds-3.14-r0 do_package: Function failed: do_package

Update for 3.13.3

What needs to be changed to support 3.13.3? Will we keep 3.13.2 as well, or just have the latest release?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.