Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Yocto layer for the Conan project

Notifications You must be signed in to change notification settings

CELLINKAB/meta-conan-delete

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repo is cellink repo that fixes a few error in later version of Yocto

meta-conan

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_1.4.15.bb

    inherit conan

    DESCRIPTION = "An open source MQTT broker"
    LICENSE = "EPL-1.0"

    CONAN_PKG = "mosquitto/1.4.15@bincrafters/stable"

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/

About

Yocto layer for the Conan project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • NASL 32.6%
  • BitBake 28.2%
  • PHP 26.5%
  • HTML 12.7%