- Jun 30, 2022
-
-
Esben Haabendal authored
This allows building OpenHarmony compatible musl using any distro configuration which enables "openharmony" in its DISTROOVERRIDES. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
This can be used for openharmony specific but distro-neutral overrides instead of oniro-openharmony-linux. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
This makes it easier to use of meta-openharmony in projects that does not use oniro-openharmony-linux distro configuration. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
We will be using flex-native and bison-native recipes instead from now on. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
OpenHarmony 3.1 introduced another script which copies directly from /usr/include/FlexLexer.h path, so we need to fix that as well in order to not depend on host OS flex package. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- Jun 29, 2022
-
-
Esben Haabendal authored
Graphic stack bringup See merge request eclipse/oniro-core/meta-openharmony!25
-
Robert Drab authored
Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
Robert Drab authored
In OpenHarmony 3.1 there is a gralloc implementation for a HiHope board which is generic enough to be used with qemu virtio gpu. Signed-off-by:
Robert Drab <robert.drab@huawei.com>
-
- Jun 28, 2022
-
-
Thierry Escande authored
Add MUSL_LDSO_PATHS distro variable See merge request eclipse/oniro-core/meta-openharmony!24
-
- Jun 27, 2022
-
-
Thierry Escande authored
This change adds a post do_install() function that checks if all subfloders copied from system/lib/module are set in the distro variable MUSL_LDSO_PATHS and thus are part of the ld-musl-${MUSL_LDSO_ARCH}.path file. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
With this change, the OpenHarmomy lib paths are now added to /etc/ld-musl-${MUSL_LDSO_ARCH}.path based on the content of the distro variable MUSL_LDSO_PATHS. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
This variable holds the system library folders used by OpenHarmony. It will be used to generate the file /etc/ld-musl-${MUSL_LDSO_ARCH}.path. It will also be used to do a sanity check and verify that all /lib/module/* subfolders are parts of this musl ldso file. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
Update OpenHarmony source repositories to v3.1.1 See merge request eclipse/oniro-core/meta-openharmony!23
-
- Jun 24, 2022
-
-
Thierry Escande authored
This change adds the variable OPENHARMONY_VERSION_FULL to the distro configuration file. Its default value is set to OPENHARMONY_VERSION. The idea is to keep the openharmony-standard recipe version number to OPENHARMONY_VERSION (i.e. Major.minor) and have the variable OPENHARMONY_VERSION_FULL indicating the patch version. With the update of the OpenHarmony source repositories to v3.1.1, the variable OPENHARMONY_VERSION_FULL is set to "3.1.1", through a new DISTROOVERRIDES entry. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
This adds /usr/lib/module/* subfolders to lib search path so OpenHarmony components are able to find libraries they need. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
I don't have a valid explanation for that but it turns out that fetching 3.0 repositories first then 3.1.1 ones leads to bitbake fetch failures. Starting by fetching 3.1.1 then 3.0 repositories works better. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
This updates the OpenHarmony source repositories to 3.1.1 version. This also fixes a few patches that now apply to 3.1.1 source trees. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Esben Haabendal authored
openharmony-standard: Component packaging and systemd integration See merge request eclipse/oniro-core/meta-openharmony!22
-
Esben Haabendal authored
This is initial work on splitting up OpenHarmony 3.1 components into individual packages, and integrating the services of these as systemd services. It is not complete, as we are shifting focus to OpenHarmony 3.0(.1) for now. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
CI: Test toolchain and bundle images against OHOS codebase Closes #6 and oniro#191 See merge request eclipse/oniro-core/meta-openharmony!20
-
- Jun 22, 2022
-
-
Thierry Escande authored
Update README.md and cosmetic changes See merge request eclipse/oniro-core/meta-openharmony!21
-
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
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Although not covered by the official OpenHarmony documentation, the ruby interpreter and cpio tool is used during build. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Fetch OpenHarmony OS codebase release tarballs and test oniro-openharmony-toolchain and oniro-openharmony-bundle against these. In order to save CI resources, only MR pipelines run these new jobs automatically. For normal branch pipelines, the job are set to manual, so developer can choose to run them as needed. 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 adds support in the run-ptest script used by all openharmony-standard components for providing fixture setup and teardown scripts. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
This backports all fixes from OpenHarmony 3.1.1, which avoids random segfaults in e2fsdroid. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Patching for Yocto internal toolchain details, we need to do it in openharmony recipe, and not in the prebuilts recipes. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Thierry Escande authored
Remove a comment that used to make sense with OpenHarmony 3.0. Also remove a commented out SRC_URI line. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Thierry Escande authored
Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-
Esben Haabendal authored
README.md: Add short introduction on OpenHarmony and this layer See merge request eclipse/oniro-core/meta-openharmony!18
-
- Jun 21, 2022
-
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Execution of do_testimage have been stable for a while, so we don't need to allow it to fail anymore. We should not accept changes that breaks it anymore. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- Jun 20, 2022
-
-
Thierry Escande authored
This change adds support for OpenHarmony 3.0 and 3.1 builds by adding the OPENHARMONY_VERSION variable to the build matrices. It is added to conf/auto.conf by the before_script section of the .bitbake job. This is handled differently for the fetch job, as in this case the variable OPENHARMONY_VERSION is set after the .bitbake before_script. So the before_script appends 'OPENHARMONY_VERSION = ""' to auto.conf and a sed substitution is used to set it to the correct value. Signed-off-by:
Thierry Escande <thierry.escande@huawei.com>
-