- Mar 15, 2021
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Other layers already use this format for the README file so let's keep it consistent. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Mar 12, 2021
-
-
Bernhard Rosenkränzer authored
ACTS uses -fprofile-instr-generate, creating a need to pull in compiler-rt's static profiling library when using clang Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
-
- Mar 11, 2021
-
-
Robert Drab authored
ACTS tests a subset of ltp open_posix_testsuite. Spread will be used to selectively execute required tests. Related-to: https://git.ostc-eu.org/OSTC/OHOS/components/staging/xts_acts/-/issues/15 Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
- Mar 10, 2021
-
-
Robert Drab authored
ActsJFFS2Test it is requires mtd_block device to mount jffs2 fs image. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
- Mar 09, 2021
-
-
Robert Drab authored
jffs2.img will be used to mount /storage directory required by ActsJFFS2Test test suite using loopback device. Related-To: https://git.ostc-eu.org/OSTC/OHOS/components/staging/xts_acts/-/issues/5 Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
ActsJFFS2Test test suite requires /storage directory to be mounted on jffs2. To achieve that jffs2 image is mounted on loopdevice using block2mtd module, therefore mtd, jffs2 and block2mtd modules have to be configured. Related-To: https://git.ostc-eu.org/OSTC/OHOS/components/staging/xts_acts/-/issues/5 Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
- Feb 22, 2021
-
-
Zygmunt Krynicki authored
ZMK has logic to set CC and CXX to the proper triplet name when the configure script is invoked with different --build and --host. Normally this works fine but when the configure script is also invoked with the environment that picks a specific CC or CXX, such as by passing extra flags through it, things can misbehave. Vendor a patch from upstream until the next zmk release. Fixes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/21 Signed-off-by:
Zygmunt Krynicki <me@zygoon.pl>
-
- Feb 19, 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. 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 15, 2021
-
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@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>
-