Skip to content
Snippets Groups Projects
Robert Drab's avatar
Robert Drab authored
Adding recipes for third party ohosinit dependencies:
- cjson library - built directly from github, not from gitee
- libsec - library implementing secure versions of some standard functions

Recipe naming resembles original OHOS repository names
with the exception when the repository contains only
single library source code - in such case recipe name is the
same as the library name it provides

Signed-off-by: default avatarRobert Drab <robert.drab@huawei.com>
888b937c
History

meta-ohos-thirdparty

This README file contains information on the contents of the meta-ohos-thirdparty layer.

Please see the corresponding sections below for details.

Dependencies

This layer depends on:

URI: git://git.yoctoproject.org/poky.git branch: master

Table of Contents

I. Adding the meta-thirdparty layer to your build II. Misc

I. Adding the meta-thirdparty layer to your build

Run 'bitbake-layers add-layer meta-ohos/meta-ohos-thirdparty'

II. Misc

This layer provides recipes for various third-party libraries used by OHOS.

Layer layout:

  • recipes-libs
    • cjson - Ultralightweight JSON parser in ANSI C
    • libsec - library implementing Annex K of C11, Bounds-checking interfaces