Skip to content
Snippets Groups Projects
Andrei Gherzan's avatar
Andrei Gherzan authored
The code detects when boot assets would overwrite something already
deployed/installed in the rootfs. This helps to avoid breaking packaging
at runtime. On the other hand, if IMAGE_BOOT_FILES has duplicates, this
check will fail when trying to install the same file multiple times. To
avoid this, treat the install_task as a set.

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

This README file contains information about the contents of the meta-ohos-core layer.

Please see the corresponding sections below for details.

Table of Contents

I. Dependencies II. Adding the meta-ohos-core layer to your build III. Misc

I. Dependencies

This layer depends on:

II. Adding the meta-ohos-core layer to your build

Run 'bitbake-layers add-layer /path/to/meta-ohos-core'

III. Misc

This layer provides recipes for the core elements of the All Scenarios OS distribution.