{"id":24508382,"url":"https://github.com/opendds/meta-opendds","last_synced_at":"2026-02-08T22:31:40.142Z","repository":{"id":39857144,"uuid":"215767816","full_name":"OpenDDS/meta-opendds","owner":"OpenDDS","description":"Open Embedded Layer for the OpenDDS package","archived":false,"fork":false,"pushed_at":"2024-10-15T18:39:35.000Z","size":98,"stargazers_count":9,"open_issues_count":2,"forks_count":5,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-08-11T13:31:10.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"BitBake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenDDS.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING.MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-17T10:40:43.000Z","updated_at":"2024-12-13T06:33:14.000Z","dependencies_parsed_at":"2023-12-29T00:22:07.985Z","dependency_job_id":"4ed63a06-c0aa-4ee2-aba1-f44a370e36c4","html_url":"https://github.com/OpenDDS/meta-opendds","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OpenDDS/meta-opendds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenDDS%2Fmeta-opendds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenDDS%2Fmeta-opendds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenDDS%2Fmeta-opendds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenDDS%2Fmeta-opendds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenDDS","download_url":"https://codeload.github.com/OpenDDS/meta-opendds/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenDDS%2Fmeta-opendds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29247559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T21:42:34.334Z","status":"ssl_error","status_checked_at":"2026-02-08T21:41:38.468Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-22T00:15:50.891Z","updated_at":"2026-02-08T22:31:40.120Z","avatar_url":"https://github.com/OpenDDS.png","language":"BitBake","funding_links":[],"categories":[],"sub_categories":[],"readme":"This README file contains information on the contents of the meta-opendds layer.\n\nPlease see the corresponding sections below for details.\n\nDependencies\n============\n\n  URI: git://git.openembedded.org/meta-openembedded\n  branch: styhead\n\n  URI:  https://git.yoctoproject.org/git/poky/meta\n  branch: styhead\n\nPatches\n=======\n\nPlease submit any patches against the meta-opendds layer via the pull-request\nmechanism on github.\n\nMaintainer: Keith Derrick \u003ckeith.derrick@lge.com\u003e\n\nTable of Contents\n=================\n\n  I. Adding the meta-openembedded/meta-oe and meta-opendds layers to your build\n II. Misc\n\n\nI. Adding the meta-openembedded/meta-oe and meta-opendds layers to your build\n=================================================\n\nRun 'bitbake-layers add-layer meta-openembedded/meta-oe'\nRun 'bitbake-layers add-layer meta-opendds'\n\nII. Misc\n========\n\nThe layer contains two recipes for OpenDDS: one versioned and one not.\n\nIf PREFERRED_VERSION is not specifed in your local.conf then the OpenDDS 3.30.0 recipe will be\nselected for build by default\n\nThe versioned recipe will use the DOC Group ACE/TAO v2 by default.\nTo build the versioned recipe with DOC Group ACE/TAO v3 add the following to your local.conf\n    \n    PACKAGECONFIG:remove:pn-opendds = \" doc-group2\"\n    PACKAGECONFIG:remove:pn-opendds-native = \" doc-group2\"\n    PACKAGECONFIG:append:pn-opendds = \" doc-group3\"\n    PACKAGECONFIG:append:pn-opendds-native = \" doc-group3\"\n\nOr to build with Doc Group ACE/TAO v4:\n  \n    PACKAGECONFIG:remove:pn-opendds = \" doc-group2\"\n    PACKAGECONFIG:remove:pn-opendds-native = \" doc-group2\"\n    PACKAGECONFIG:append:pn-opendds = \" doc-group4\"\n    PACKAGECONFIG:append:pn-opendds-native = \" doc-group4\"\n\nThe unversioned recipe is provided to allow clients, via a bbappend, to\nbuild - for example - the HEAD of the master branch or some other version.\n\nTo use this unversioned recipe, add the following to your local.conf or\ndistro configuration file.\n\n\n    PREFERRED_VERSION_opendds=\"1.0+git%\"\n    PREFERRED_VERSION_opendds-native=\"1.0+git%\"\n    PREFERRED_VERSION_nativesdk-opendds=\"1.0+git%\"\n    \n\nNote that simply providing a different branch and SRCREV may be insufficient.\nIf your desired commit is significantly newer than that used for the versioned\nrecipe, then the generic build instructions may be insufficient or incorrect.\n\nNote that the _git version of the recipe uses AUTOREV, which requires a network\nconnection.  This will not work in environments without network access.((e.g. air-gapped networks).\nTo resolve this, the the folloging line to your local.conf file.\nBBMASK += 'meta-opendds/recipes-connectivity/opendds/opendds_git.bb'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopendds%2Fmeta-opendds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopendds%2Fmeta-opendds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopendds%2Fmeta-opendds/lists"}