- Jan 27, 2021
-
-
Robert Drab authored
Having core-image-minimal as a default first-on-the-list image can be misleading when adding new boards to the build system as this image allows only to boot-up minimal system without any features that the board may support in terms of connectivity, etc. core-image-full-cmdline, likewise, does not include "kernel-modules" and can cause similar confusion. Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/7 Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
- Jan 26, 2021
-
-
Robert Drab authored
Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Wojciech Zmuda authored
Add required meta-layers to bblayers.conf.sample. Add dependencies to local.conf.sample that provide necessary packages to enable Ethernet, WiFi and Bluetooth connectivity. Mention the board in README. Signed-off-by:
Wojciech Zmuda <wojciech.zmuda@huawei.com>
-
- Jan 22, 2021
-
-
Co-authored-by:
Ettore Chimenti <ettore.chimenti@seco.com> Co-authored-by:
Tommaso Merciai <tommaso.merciai@seco.com> Co-authored-by:
Alberto Merciai <alberto.merciai@seco.com> Signed-off-by:
Ettore Chimenti <ettore.chimenti@seco.com>
-
- Jan 14, 2021
-
-
Zygmunt Krynicki authored
Move manifest repo to OHOS See merge request OSTC/OHOS/meta-ohos!6
-
Robert Drab authored
meta-ohos and manifest moved from OSTC to OSTC/OHOS subgroup Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Add ohos build flavours See merge request OSTC/OHOS/meta-ohos!5
-
- Jan 12, 2021
-
-
Robert Drab authored
OHOS build environment can be quickly set up using TEMPLATECONF pointing to selected flavour, e.g. linux, zephyr. New build directory structure: all meta layers are stored in the sources directory alongside poky instead of inside poky Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Copy of Poky sample files with default distro set to freertos meta-freertos and meta-ohos-foundation layers added to bblayers.conf.sample Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Copy of Poky sample files with default distro set to zephyr and following meta-layer in bblayers.conf.sample: - poky/meta - meta-openembedded/meta-oe - meta-openembedded/meta-python - meta-zephyr - meta-ohos/meta-ohos-foundation Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Copy of Poky sample files with default distro set to poky and meta-ohos-foundation layer added Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
- Jan 08, 2021
-
-
Robert Drab authored
Update URL to reflect new repository location See merge request OSTC/meta-ohos!4
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Robert Drab authored
Rdrab meta ohos merge See merge request OSTC/meta-ohos!3
-
Robert Drab authored
Proposal of approaching environment setup for building OHOS on various kernels. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
- Jan 07, 2021
-
-
Zbigniew Bodek authored
Adding foundation exec to RPROVIDES See merge request incubate/meta-ohos/meta-ohos!1
-
Robert Drab authored
In order to include foundation executable by name into final image it needs to be present in RPROVIDES Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
After switching to Dunfell (latest stable Poky version) it needs to be included in compatible layers Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Zbigniew Bodek authored
Some Linux builds may have different TARGET_OS, such as linux-musl or linux-gnueabi. Fix matching all of those variants into one - "linux". Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
The patch for the missing mq_open() argument has been merged so it is possible to remove the patch from here. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- Jan 04, 2021
-
-
Zbigniew Bodek authored
Softbus implements "Distributed Communication Subsystem". This commit provides initial recipe to build softbus using bitbake and link it to the foundation application. The functionality hasn't been tested (only build) so when Softbus is actually used some missing bits may appear. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
C library that implements cryptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols. Small footprint - suitable for embedded systems. Adding another Softbus requirement. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Softbus depends on IAM so it needs to be added to the build. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
HiChain is a dependency for Softbus so it needs to be introduced to the build system. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
ohos-thirdparty and ohos-common are now a part of the current layer so this leftover will break the build. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Robert Drab authored
-
Zygmunt Krynicki authored
-
Robert Drab authored
README.md from docs is now main meta-ohos readme; adr moved to docs subdirectory Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Davide Ricci authored
Added Linux to the diagram, so it's clear that OHOS targets Linux as well as Zephyr etc. Signed-off-by:
Davide Ricci <davide.ricci@huawei.com> Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Leveraging diagrams auto generation from embedded plantuml code Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
This file should be a single entry point for meta-ohos documentation, therefore Getting started section of manifest README was moved here. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Leveraging existing BSP base in Yocto meta-layers Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
To manage architecture decision records the adr-tools will be used. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Draft of ADR concerning OHOS build environment setup Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Added Architectural Decision Record (ADR) naming convention. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Change due to potential naming clash within the umbrella meta-layer Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
In meta-ohos software architecture is represented using c4model. Here top-most level diagram of the c4 model. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
README.md initial commit Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
- Dec 30, 2020
-
-
Robert Drab authored
Two REDAME.md merged into one; all thirdparty recipes gatherd inside meta-ohos-foundation subirectory Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
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:
Robert Drab <robert.drab@huawei.com>
-