- Jun 15, 2022
-
-
Thierry Escande authored
Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
This replaces the use of prebuilt HAP signing tool with the one built from the recipe hapsigner-native. The patch for the OpenHarmony build repository fixes the paths for the jar, keystore, and certificate files. It also fixes the renamed command line options in the hapbuilder.py script. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
The HAP signing tool is a java application, built from Gradle files, used to sign HAP packages. Using this version built from sources allows to remove the currently used binary prebuilt. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
- Jun 14, 2022
-
-
Thierry Escande authored
This adds a recipe to install a binary archive of Gradle 7.1.1 that will be used to build the HAP signing tool. It is not build from sources as Gradle uses itself as build tool. It is released under the Apache 2.0 license. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
- Jun 09, 2022
-
-
Esben Haabendal authored
This reverts commit 332f0034. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
This includes the support building clang_rt.profile library, so we can revert the commit that bbappend's that to compiler-rt recipe. * cd7b2f8c9096 compiler-rt: Build clang_rt.profile library when possible * 85d956d95401 clang: Upgrade to 14.0.3 * bb3e56b06f9d bpftrace: Fix build with new libbpf Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- Jun 08, 2022
-
-
Esben Haabendal authored
By moving the copying of downloaded files to mirror from script to after_script, the mirror will be updated with successfully downloaded files even in case of script failure, which will help out if we have unreliable access multiple upstream sources. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- Jun 07, 2022
-
-
Thierry Escande authored
Use PREMIRRORS instead of MIRRORS for source mirror to speed up fetch jobs. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
- Jun 03, 2022
-
-
Thierry Escande authored
Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
- Jun 02, 2022
-
-
Thierry Escande authored
Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
Signed-off-by:
Thierry Escande <thierry.escande@huawei.com> Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Thierry Escande authored
Signed-off-by:
Thierry Escande <thierry.escande@huawei.com> Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
This moves the public headers defining the interface to the OpenHarmony musl (malloc/free) hooks into the correct place, so they get installed as public headers. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
This adds the musl patches based on the OpenHarmony-v3.1-Release tag in the OpenHarmony musl repository. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Thierry Escande authored
Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
This moves the 3.0 specific patches and files to an openharmony-3.0 directory. Instead of using DISTRO_VERSION, this now uses OHOS_VERSION to determine which OpenHarmony is built. DISTRO_VERSION has been reset to 1.99.99 to stick to oniro-core and avoid confusion with OpenHarmony version (3.0 or 3.1 for now). Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
- Jun 01, 2022
-
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
This commit must be reverted once https://github.com/kraj/meta-clang/pull/616 is merged, backported to upstream kirkstone branch, and we have bumbed our meta-clang submodule to include that. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- May 31, 2022
-
-
Esben Haabendal authored
We will be needing these for OpenHarmony 3.1 builds. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
We will be needing this for OpenHarmony 3.1 builds. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
As meta-clang now have a kirkstone branch, we will use that, as the master branch will sometime later be repurposed for following yocto releases. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- May 18, 2022
-
-
Thierry Escande authored
This patch replaces the hdc files for the qemu target with the same files stored in a git repository. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
This changes OHOS_DEVICE_COMPANY and OHOS_PRODUCT_COMPANY from qemu to oniro. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
- May 17, 2022
-
-
Esben Haabendal authored
The vmalloc kernel parameter does not clearly define which unit is default, and we were only getting 8 MByte vmalloc memory, which was not even enough to initialize our kernel, with at least PCI support not working due to vmalloc failure. Let's try with 128 MByte instead, which does not result in ny vmalloc failures during boot for now. 64 MByte was not enough... Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- May 06, 2022
-
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- May 04, 2022
-
-
Esben Haabendal authored
This allows adding hilog feature to an image without pulling in entire openharmony-standard. As a side effect, it also prepares the ground for easier management of multiple ptest cases. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Separate packages of the very basic libutils and libutilsecurec libraries. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
As a step towards fine-grained packaging of library and executable files for each component in separate packages, this change merges openharmony-standard-libs and openharmony-standard-exes packages into just openharmony-standard. This is closer to usual practise and simplifies the next step of splitting. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- Apr 30, 2022
-
-
Esben Haabendal authored
This allows downloading of pipeline ptest test reports. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- Apr 29, 2022
-
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
This recipe uses leverages testimage.bbclass, and provides an easy way to run the openharmony-standard-ptest test suite. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
When doing a direct `inherit testimage` in an image recipe, the required host tools are not setup properly, so tests fails due to missing commands. Although the ${HOSTTOOLS} variable is setup with the tools in the recipe, this is not enough, as runqemu needs to have ${HOSTTOOLS} setup in configuration (non-recipe) context. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
This adjusts the ptest integration to align more with the normal way to use ptest.bbclass, meaning we package into ${PN}-ptest package, place files in /usr/lib/${BPN}/ptest and is prepared for extending the tests beyond the hilog test suite. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
As we currently do not have graphics support up and running, there is not much reason to carry boot splash screen support. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-