Skip to content
Snippets Groups Projects
Commit d3f2c206 authored by Robert Drab's avatar Robert Drab
Browse files

Merging meta-thirdparty into meta-ohos-foundation


Two REDAME.md merged into one; all thirdparty recipes gatherd
inside meta-ohos-foundation subirectory

Signed-off-by: default avatarRobert Drab <robert.drab@huawei.com>
parent 888b937c
No related branches found
No related tags found
No related merge requests found
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
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "ohos-thirdparty"
BBFILE_PATTERN_ohos-thirdparty = "^${LAYERDIR}/"
BBFILE_PRIORITY_ohos-thirdparty = "6"
LAYERDEPENDS_ohos-thirdparty = "core"
LAYERSERIES_COMPAT_ohos-thirdparty = "gatesgarth"
...@@ -21,9 +21,12 @@ This layer provides recipes for the core elements (foundation) of ...@@ -21,9 +21,12 @@ This layer provides recipes for the core elements (foundation) of
the OHOS. the OHOS.
## Layer layout: ## Layer layout:
- recipes - recipes
- samgr - Distritbuted Services Manager - samgr - Distritbuted Services Manager
- safwk - Main foundation application (initialization routines) - safwk - Main foundation application (initialization routines)
- frameworks - various OHOS frameworks libraries - frameworks - various OHOS frameworks libraries
- interfaces - OHOS interfaces headers - interfaces - OHOS interfaces headers
- utils - various OHOS utilities - utils - various OHOS utilities
- recipes-libs
- cjson - Ultralightweight JSON parser in ANSI C
- libsec - library implementing Annex K of C11, Bounds-checking interfaces
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment