Skip to content
Snippets Groups Projects
Commit e32f6033 authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

Add meta-ohos-acts layer


This layer will contain application test suite for Open Harmony.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 8160436f
No related branches found
No related tags found
No related merge requests found
This README file contains information on the contents of the meta-ohos-acts layer.
Please see the corresponding sections below for details.
Dependencies
============
This layer has no dependencies outside of poky.
Patches
=======
Please submit any patches for meta-ohos-acts layer as pull requests against the
meta-ohos repository at https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/
Table of Contents
=================
I. Adding the meta-ohos-acts layer to your build
II. Misc
I. Adding the meta-ohos-acts layer to your build
=================================================
Run 'bitbake-layers add-layer meta-ohos-acts'
II. Misc
========
This layer builds a subset of the ACTS (Application Compatibility Test Suite)
for Open Harmony OS. Some tests are not ported yet. Some tests are excluded
because they are duplicated in the greater bitbake ecosystem (e.g. LTP). Some
tests are hardware or kernel specific and are not considered in this phase yet.
# 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 += "meta-ohos-acts"
BBFILE_PATTERN_meta-ohos-acts = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-ohos-acts = "6"
LAYERDEPENDS_meta-ohos-acts = "core"
LAYERSERIES_COMPAT_meta-ohos-acts = "dunfell"
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