You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This layer collects recipes required to use the Conan Package Manager client in the Yocto builds.
9
9
With this layer you can write simple Bitbake recipes to retrieve and deploy Conan packages from an Artifactory repository.
@@ -18,25 +18,24 @@ With this layer you can write simple Bitbake recipes to retrieve and deploy Cona
18
18
CONAN_PKG = "mosquitto/2.0.18"
19
19
````
20
20
21
+
## Conan 2.x support
22
+
23
+
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.
24
+
25
+
## Documentation
26
+
21
27
Read how to use this layer in the Conan documentation: https://docs.conan.io/en/latest/integrations/cross_platform/yocto.html
22
28
23
29
**WARNING**: The current documentation is outdated and should not work properly
24
30
25
-
Requirements
26
-
------------
31
+
## Requirements
27
32
28
33
This layer depends on the `meta-python` layer: https://layers.openembedded.org/layerindex/branch/thud/layer/meta-python/
29
34
35
+
## Contributing
30
36
31
-
Contributing
32
-
------------
37
+
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.
33
38
34
-
Please submit any patches against the `meta-conan` layer by using the GitHub pull-request feature. Use the default branch (currently `kirkstone`) as base branch.
0 commit comments