Skip to content

conan-io/meta-conan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meta Conan

Build Status

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"

Read how to use this layer in the Conan documentation: https://docs.conan.io/en/latest/integrations/cross_platform/yocto.html

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 kirkstone) as base branch.

License

MIT

Maintainer

conan.io (info@conan.io)