https://github.com/conan-io/meta-conan
Yocto layer for the Conan project
https://github.com/conan-io/meta-conan
layer yocto yocto-layer yocto-meta yocto-project
Last synced: about 1 year ago
JSON representation
Yocto layer for the Conan project
- Host: GitHub
- URL: https://github.com/conan-io/meta-conan
- Owner: conan-io
- License: mit
- Created: 2019-07-23T15:44:59.000Z (almost 7 years ago)
- Default Branch: conan2/scarthgap
- Last Pushed: 2025-03-23T14:44:49.000Z (about 1 year ago)
- Last Synced: 2025-04-10T01:57:57.558Z (about 1 year ago)
- Topics: layer, yocto, yocto-layer, yocto-meta, yocto-project
- Language: BitBake
- Size: 102 KB
- Stars: 25
- Watchers: 15
- Forks: 30
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Meta Conan: A Yocto layer for Conan client
[](https://github.com/conan-io/meta-conan/actions/workflows/yocto-validation.yml)
## Introduction
This layer collects recipes required to use the Conan Package Manager client in the Yocto builds.
With this layer you can write simple Bitbake recipes to retrieve and deploy Conan packages from an Artifactory repository.
*conan-mosquitto_2.0.18.bb*
```
inherit conan
DESCRIPTION = "An open source MQTT broker"
LICENSE = "EPL-1.0"
CONAN_PKG = "mosquitto/2.0.18"
````
## Conan 2.x support
This current branch is **only** working with Conan 2.x. If you are using Conan 1.x, please use other branches without the `conan2` prefix.
## Documentation
Read how to use this layer in the Conan documentation: https://docs.conan.io/en/latest/integrations/cross_platform/yocto.html
**WARNING**: The current documentation is outdated and should not work properly
## Requirements
This layer depends on the `meta-python` layer: https://layers.openembedded.org/layerindex/branch/thud/layer/meta-python/
## Contributing
Please submit any patches against the `meta-conan` layer by using the GitHub pull-request feature. Use the default branch (currently `conan2/scarthgap`) as base branch.
## License
[MIT](https://github.com/conan-io/conan/blob/develop/LICENSE.md)