Skip to content
Snippets Groups Projects
Andrei Gherzan's avatar
Andrei Gherzan authored
BB_DANGLINGAPPENDS_WARNONLY controls how the parser behaves when
dangling bbappends are found. When not defined (or defined to 0/no), it
errors out and forces for these to be updated and handled accordingly.
We rely on this behaviour to force us to forward port changes or drop if
needed. The problem is that some layers might (in various ways) define
this to only warn in this case breaking our CI and project health
assumptions.

To avoid this, we force this in the inc included by all our distros.
Doing this in local.conf is problematic this would change behaviour by
just importing a layer.

Fixes: eclipse/oniro-core/oniro#751



Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
619a6e46
History

SPDX-FileCopyrightText: Huawei Inc.

SPDX-License-Identifier: Apache-2.0

Introduction

Description

The meta-oniro-core is the core layer for Oniro Project build metadata.

Layer dependencies

The meta-oniro-core layer depends on the following layers:

Note that the dependencies of the above layers should also be taken into consideration.

Contributing

Merge requests

All contributions are to be handled as merge requests to the oniro Gitlab repository. For more information on the contributing process, check the CONRIBUTING.md file.

Maintainers

License

This layer is released under the licenses listed in the LICENSES root directory.