Skip to content

Commit 4b004ea

Browse files
committed
Update readme
Signed-off-by: Uilian Ries <uilianries@gmail.com>
1 parent 5487705 commit 4b004ea

File tree

2 files changed

+21
-14
lines changed

2 files changed

+21
-14
lines changed

.github/workflows/yocto-validation.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@ name: Yocto Layer Validation
33
on:
44
push:
55
branches: [ 'conan2/*' ]
6+
paths:
7+
- '**'
8+
- '!README.md'
9+
- '!LICENSE.md'
610
pull_request:
711
branches: [ 'conan2/*' ]
12+
paths:
13+
- '**'
14+
- '!README.md'
15+
- '!LICENSE.md'
816

917
jobs:
1018
validate-layer:

README.md

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Meta Conan: A Yocto layer for Conan client
22

3-
[![Build Status](https://ci.conan.io/job/meta-conan/job/master/badge/icon)](https://ci.conan.io/job/meta-conan/job/master/)
3+
[![Yocto Layer Validation](https://github.com/conan-io/meta-conan/actions/workflows/yocto-validation.yml/badge.svg)](https://github.com/conan-io/meta-conan/actions/workflows/yocto-validation.yml)
44

5-
Introduction
6-
------------
5+
6+
## Introduction
77

88
This layer collects recipes required to use the Conan Package Manager client in the Yocto builds.
99
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
1818
CONAN_PKG = "mosquitto/2.0.18"
1919
````
2020
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+
2127
Read how to use this layer in the Conan documentation: https://docs.conan.io/en/latest/integrations/cross_platform/yocto.html
2228
2329
**WARNING**: The current documentation is outdated and should not work properly
2430
25-
Requirements
26-
------------
31+
## Requirements
2732
2833
This layer depends on the `meta-python` layer: https://layers.openembedded.org/layerindex/branch/thud/layer/meta-python/
2934
35+
## Contributing
3036
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.
3338
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.
39+
## License
3540
36-
License
37-
-------
3841
[MIT](https://github.com/conan-io/conan/blob/develop/LICENSE.md)
39-
40-
Maintainer
41-
----------
42-
[conan.io](https://conan.io) (info@conan.io)

0 commit comments

Comments
 (0)