- Feb 19, 2021
-
-
This experimental pipeline performs bitbake builds in response to changes proposed for the layers contained in the meta-ohos repository. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
All of the staging components are moving to a model where the master branch follows upstream open harmony gitee repository and the ostc branch is re-based on that master, and contains additional patches. The zmk patch was applied at the "local" upstream (ostc branch), so drop if from the recipe. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
All of the staging components are moving to a model where the master branch follows upstream open harmony gitee repository and the ostc branch is re-based on that master, and contains additional patches. The zmk patch was applied at the "local" upstream (ostc branch), so drop if from the recipe. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Feb 18, 2021
-
-
Zygmunt Krynicki authored
All of the staging components are moving to a model where the master branch follows upstream open harmony gitee repository and the ostc branch is re-based on that master, and contains additional patches. During this switch the history in the master branch was re-set to point to the mirrored upstream code. OSTC branch was re-based and the corresponding revision was lost. The zmk patch was applied at the "local" upstream (ostc branch), so drop if from the recipe. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Feb 17, 2021
-
-
Zygmunt Krynicki authored
The OHOS uses unversioned versioned libraries. Move the naked .so files to the primary package. This should resolve errors that prevent adding additional tests and test libraries to the recipe: ERROR: ohos-xts-acts-0.0+gitAUTOINC+ca29e6cacc-r0 do_package_qa: QA Issue: -dev package contains non-symlink .so: ohos-xts-acts-dev path '/work/core2-64-poky-linux/ohos-xts-acts/0.0+gitAUTOINC+ca29e6cacc-r0/packages-split/ohos-xts-acts-dev/usr/lib/libohos-kernel-fs.so' -dev package contains non-symlink .so: ohos-xts-acts-dev path '/work/core2-64-poky-linux/ohos-xts-acts/0.0+gitAUTOINC+ca29e6cacc-r0/packages-split/ohos-xts-acts-dev/usr/lib/libohos-kernel-utils.so' Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Feb 16, 2021
-
-
Robert Drab authored
Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
openharmony-image-<variant>-tests images are based on the openharmony-image-<variant> with addition of the packagegroup-openharmony-tests package group that aggregates all OpenHarmony tests. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
packagegroup-openharmony-tests is intended to aggregate OpenHarmony tests and to be included in the OpenHarmony test images. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Include file with common definitions to avoid duplication. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
meta-ohos-foundation is currently unused, therefore it should not be included in the bblayers.conf.sample file. meta-ohos-acts layer contains recipes for building OHOS tests. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Make a default machine first on the list and in bold (in README.md) to avoid ambiguity. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Zbigniew Bodek authored
zephyr is no longer preferred, default DISTRO. Change it to openharmony-zephyr. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
meta-ohos-core contains DISTRO configurations that may be used by Zephyr build. In the future some images also may be added. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Add OpenHarmony wrapper for the Zephyr distro config. This doesn't add any functionality on top of zephyr.conf but rather aligns it with openharmony-linux distro naming convention. DISTRO_VERSION is same as its Linux counterpart. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- Feb 15, 2021
-
-
Stefan Schmidt authored
Using the OSTC logo until we have the real OpenHarmony logo in place later. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Zbigniew Bodek authored
Not only Poky-specific DISTRO_NAME and VERSION will not be displayed but this string isn't even printed right before the login prompt. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Poky is no longer correct default DISTRO. Change it to openharmony-linux. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
- Feb 12, 2021
-
-
Wojciech Zmuda authored
Add missing boards to the supported boards list. Add missing hyphen in `runqemu` command. Signed-off-by:
Wojciech Zmuda <wojciech.zmuda@huawei.com>
-
Wojciech Zmuda authored
Explicitly setting `DEPLOY_DIR_IMAGE` is not needed, since we have `TEMPLATECONF`. Setting `TEMPLATECONF` on the `source` step makes both `bitbake` and `runqemu` steps share the same `DISTRO` setting, which sets `DEPLOY_DIR_IMAGE` properly. Remove it from readme and conf-notes shown after sourcing the env. Signed-off-by:
Wojciech Zmuda <wojciech.zmuda@huawei.com>
-
- Feb 11, 2021
-
-
Zbigniew Bodek authored
Since the default images have changed, switch to the new ones recommended for OpenHarmony. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Remove redundant IMAGE_INSTALL_append from local.conf.sample. openharmony-image-base and openharmony-image-extra images will include those packages. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Add meta-ohos-core to the sample list of layers being used in the project. The layer contains: * Core elements of the OpenHarmony distribution * Reference images recipes Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Add recipes for for base and extra (adding i.a. GUI) images. Both are derived from their core-class counterparts (base and weston). Each will append necessary package groups. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Introduce package group to gather connectivity related (networking, bluetooth, etc.) applications and tools. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Add openharmony-linux base distribution configuration as a superset of poky. For now this distro only enables systemd as a default init manager instead of sysvinit. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Zbigniew Bodek authored
Add meta-ohos-core layer skeleton. It is intended to be used to provide OpenHarmony distributions and images. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-
Wojciech Zmuda authored
Signed-off-by:
Wojciech Zmuda <wojciech.zmuda@huawei.com>
-
- Feb 08, 2021
-
-
Stefan Schmidt authored
Linux daemon to interact with a network co-processor compatible OT firmware for Thread network access. The project itself is in maintenance mode and only accepts fixes and no new fatures. Consider OpenThread Daemon as replacement. Closes: https://git.ostc-eu.org/OSTC/planning/core-os/-/issues/3 Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
The OpenThread repo offers a huge amount of build targets (most of them for MCUs directly), but for this recipe we only build the Linux native service and ctl commandline. This runs as a service on a Linux host and connects to a radio co-processor for Thread network access. Closes: https://git.ostc-eu.org/OSTC/planning/core-os/-/issues/35 Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
While some changes could go upstream righ away, some others might need more work until ready. This layer gives us a space to keep these recipes and changes while we get them ready. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Feb 04, 2021
-
-
Zygmunt Krynicki authored
ohos-xtc-acts is the starting point the porting of OHOS Application Compatibility Test Suite to Linux. Build a single initial test with make instead of OHOS specific and unusable BUILD.gn file. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
ohos-libsec is a fork of part of the OpenArk compiler implementing Annex K extensions to C adapted for OHOS and LiteOS. Build with make instead of OHOS specific and unusable BUILD.gn file. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
MulanPSL-2.0 is an OSI Approved license: https://opensource.org/licenses/MulanPSL-2.0 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
ohos-googoletest is a fork of googletest with OHOS-specific extensions. Build with make instead of OHOS specific and unusable BUILD.gn file. Unlike the BUILD.gn file, build shared libraries for gtest and gtest_main. The remaining gmock library is not yet needed by any test so it is not built. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
This bbclass inherits autotools, injects dependency on zmk-native and creates the configure script in do_configure_prepend. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
ZMK is an arch-independent library for make so it depends on make-native and gawk-native. The recipe inherits autotools and works fine without any overrides. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
This layer will contain application test suite for Open Harmony. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Jan 28, 2021
-
-
Zbigniew Bodek authored
Fix typo appned -> append to include networking packages as intended. Add leading space to not break things being appended. Signed-off-by:
Zbigniew Bodek <zbigniew.bodek@huawei.com>
-