- Apr 13, 2023
-
-
Esben Haabendal authored
As we by now require working tun/tap support in CI runner to allow running ACTS, there is no need for using slirp networking. And who knows, maybe the randomly failing ssh ptest could be related to the QEMU slirp implementation. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
We will be using this in multiple jobs going forward. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
- Apr 12, 2023
-
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
The proper way to include SSH server is to use IMAGE_FEATURES. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Revert "openharmony-standard: Drop patch disabling graphics rendering" See merge request eclipse/oniro-oh/meta-openharmony!118
-
- Apr 11, 2023
-
-
Esben Haabendal authored
systemd migration cleanups See merge request eclipse/oniro-oh/meta-openharmony!114
-
Esben Haabendal authored
This reverts commit 312c51f4. We are seeing multiple different race conditions causing random failures in ACTS, many of them (maybe all) goes away when we stub out the mostly stub out JSView::CreateComponent() As before, this should be dropped again later on when the problems have been solved. And is required in order to get graphics support to work. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
- Apr 01, 2023
-
-
Stefan Schmidt authored
openharmony-standard-3.0: Add installation of libinput quirks files See merge request eclipse/oniro-oh/meta-openharmony!113
-
- Mar 31, 2023
-
-
Kareem Zarka authored
Previously, the libinput quirks files were not being installed by the package. This commit installs them to the appropriate location. Signed-off-by:
Kareem Zarka <kareem.zarka@huawei.com>
-
Stefan Schmidt authored
Most .service files had the license file to go with it, but a few where missing. Adding the remaining ones here. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
We removed the samgr_standard.cfg after conversion to systemd, but forgot thios extra file. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Mar 30, 2023
-
-
Stefan Schmidt authored
Systemd service integration and stability improvements See merge request eclipse/oniro-oh/meta-openharmony!109
-
Stefan Schmidt authored
The oniro toolchain is now in the toolchain job and now longer part of the build job artifacts. Update dependencies acordingly to let CI pass. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Mar 29, 2023
-
-
Esben Haabendal authored
Instead allowing building of everything in parallel, build toolchain recipes first, so that when openharmony-standard recipe has to be build, it is only build once for each target machine. Building both basic toolchain and bundle recipes in one job, and building target image and sdk tools in one recipe, also cuts down in total build time burned on CI runners. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Alle these should hopefully not be needed anymore, with the workaround for the race condition in ace engine. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
When starting up abilities, there is a race condition between OnSurfaceChanged and RunPage, which both are executed as PostTask on the same task executor. This executor works in FIFO mode, and if (when) the OnSurfaceChanged comes first, it will fail with a nullptr check on runningPage_. This is because the runningPage_ variable is set by the RunPage PostTask. This patch is obviously just a workaround, and not a proper fix. Hopefully, 500 ms will be enough in all relevant situations, but at least in theory, the problem can still appear. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Graphics seems to be basically working now, both on QEMU and rpi4 (plus/minus a few quirks). This patch is now causing more problems than it is solving, so let's revert it for now. We need to take care that slow rendering is handled properly. We might have more test cases failing due to this after dropping this patch. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
This simplifies initialization, by having param_service starting up with all the default parameter values instead of setting them manually in different places. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
This service doesn't seem to be needed for ACTS compliance, and consumes a lot of CPU time when activated during some ACTS tests. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
These are used by ACTS test cases, seemingly as a workaround for problems with hilogd stalling/hanging. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
The services relying on the /dev/dri/card0 should not be started before the device have been created. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
With the removal of all services from the openharmony-preinit script, this is now a proper oneshot service, and can/must be run before starting the actual services. The goal is still to get rid if this script completely. Anything it does that is actually needed should be moved to the appropriate OH service unit files.
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
This avoids param service log information to end up spamming the console. Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben@geanix.com>
-