- Oct 11, 2021
-
-
Stefan Schmidt authored
Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
We could add sanity checks for all newly deprecated collections and distros here. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
Followed up the project rename in the unified linux tree recipe. Remaining change is the rename of the branch in the kernel repo and the follow up change here. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
Change variable name accross layers. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
This commit still keeps the internal DISTRO variable name as-is and only changes the longer free form version. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
While the WiFi SSID can be long enough the OpenThreads network name is length limited so we stay with the Oniro short version. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Andrei Gherzan authored
Fixes: https://git.ostc-eu.org/OSTC/planning/maintenance/-/issues/17 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Fixes: https://git.ostc-eu.org/OSTC/planning/maintenance/-/issues/17 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Zygmunt Krynicki authored
This fixes rauc-mark-good.service from failing before the first update. Relevant upstream commits are: - https://git.ostc-eu.org/OSTC/OHOS/components/sysota/-/commit/b64ba55bda038170f70f8f537fc4768375aa80ad - https://git.ostc-eu.org/OSTC/OHOS/components/sysota/-/commit/13db00a25906e024b655fc7cdd02287aa852bc24 - https://git.ostc-eu.org/OSTC/OHOS/components/sysota/-/commit/0eb9b2d24c744fd341b7ed77bed4b957548bd127 Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/136 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Oct 08, 2021
-
-
Pavel Zhukov authored
We don't want to build bind. Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
Using external dhclient brings ISC BIND libs into base image Bind is heavy DNS server with big maintenance cost. We dont want to ship neither bind nor bind-libs in the images. Closes #151 Upstream-status: Not applicable Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Oct 07, 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
Having a runtime package management tool on a read-only filesystsem doesn't help much. We could support something in that regards for development mode but at this point we don't have a defined story for it. So let's drop it to not confuse users. Fixes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/148 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
The upstream qemu recipe uses host's pkg-config files as a solution to detecting host's SDL[1]. This has a side effect of using other host libraries that are later queried by the configure script. This can get into a situation when the host provides libnfs (for example) and because later this dependency is not in place anymore, qemu will fail at runtime. This change adds a PACKAGECONFIG definition for libnfs that is disabled by default, in turn disabling by default pkgconfig autodetection in configure. [1] https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/qemu/qemu.inc?h=dunfell#n165 Fixes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/141 Upstream-status: Submitted [https://lists.openembedded.org/g/openembedded-core/message/156694 ] Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Hardcoding the root filesystem type to ext4 can't work as the default rootfs type is squashfs. This patch fixes it by reusing the filesystem type from ROOT_FSTYPE. Fixes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/143 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Sebastian Serewa authored
Signed-off-by:
Sebastian Serewa <sebastian.serewa@huawei.com>
-
We already have NetworkManager which comes will all we need in terms of DHCP support. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Oct 06, 2021
-
-
philippe coval authored
More changes to come, image, lvgl app and session service Relate-to: https://git.ostc-eu.org/OSTC/planning/core-os/-/issues/226 Signed-off-by:
Philippe Coval <philippe.coval@huawei.com>
-
Pavel Zhukov authored
Fix bashisms to fix weston running under non-bash shells Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com> Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/139 Upstream-status: Submitted Message-Id: <16AB6D14465C2628.4493@lists.openembedded.org>
-
Zygmunt Krynicki authored
ASOS images mount the platform boot partition at /run/mount/boot. Adjust the Raspberry Pi 4 specific configuration file to express that location. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Oct 05, 2021
-
-
Pavel Zhukov authored
Upstream-commit: b3a5b64f717b39536c96627ce058cf9c51cf3ba6 Upstream-status: Backport Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com> Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/119
-
- Oct 04, 2021
-
-
This is the first step in initiating automated package testing for images. There will need to be some work on the CI side and some work on the entire process but this is a first pass at getting the images to the point where they have ptest on them. This commit also adds an ext4 filesystem so we can test a writable image. The wic image is still r/o but there is some benefit to having tests run on a r/w fs. Signed-off-by:
Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com>
-
- Oct 01, 2021
-
-
Zygmunt Krynicki authored
Unless overridden in another layer or in local.conf, rauc will bundle and use a know public key for verifying updates. This allows us to to have some set of defaults that work out of the box and allow testing the OTA stack and producing signed update bundles coming out of the CI system. The key is insecure and will expire in a year. This is intentional. Over time we may switch to a reference key that is managed and secured or re-generate another key for another year. The insecure key has a fixed name and that name is used to trigger a bitbake warning. OTA stack will learn to detect that key and similarly warn users, or perform equally appropriate operations, in order to reduce the risk of someone accidentally using this key in production. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Sep 30, 2021
-
-
Zygmunt Krynicki authored
The systoa package now provides standard sysotad.conf configuration file, which is safe to install on all systems. For the MACHINE "raspberrypi4-64" a special sysotad.conf is provided, one that enables the pi-boot specific boot loader logic. The entire sysota package becomes MACHINE-specific to avoid populating the cache with the wrong config settings across builds. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
The RAUC package contains the /etc/rauc/system.conf file, which defines RAUC slot definitions and keyring file, which is used to verify updates. The bbappend file makes the package machine-specific. For the MACHINE "raspberrypi4-64" a canned system.conf is provided. For other machines nothing, yet, happens. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
With the introduction of $OHOS_RUNNER_TAG on the manifest repository, we can now reliably add a custom tag to all bitbake builds that do not customize the tag list. Use the new tag on the two jobs which provide a custom list to be able to redirect them to a special runner as well. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
The repository with the layer was changed in the git-repo manifest and the GitLab rename happened separately. There is no way to coordinate this across repositories better AFAIK. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
By default, with no other configuration file, SystemOTA is inert and safe to include in any system. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
SystemOTA or sysota is a robust, unattended update system for Linux Gateways, suitable for home automation gateways and other devices where reliability is paramount. This base recipe builds fine and works in Qemu. On a Raspberry Pi system it needs to be paired with an appropriate RAUC configuration file and a matching SystemOTA configuration file. Those will be provided with specialized packages as the details are closely related to WIC images. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Sep 29, 2021
-
-
Pavel Zhukov authored
This issue is fixed upstream and we don't need to override the class in downstream layers This reverts commit 34449a8c. Related: https://git.ostc-eu.org/OSTC/OHOS/manifest/-/issues/73 Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Gururaj Shetty authored
* All project name replaced with tag * definitions.rst reference added * Closes: OSTC/OHOS/docs#77 Signed-off-by:
Gururaj Shetty <gururaj.shetty@huawei.com>
-
- Sep 27, 2021
-
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Andrei Gherzan authored
The "Vending Machine" blueprint takes advantage of two Linux applications: a UI and a Control one. These applications will exchange messages over a defined interface using a specific protocol. This documentation provides the specification of the communication protocol, message format, schemas and more. Fixes https://git.ostc-eu.org/OSTC/planning/core-os/-/issues/224 Relate-to: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/merge_requests/282 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by:
Philippe Coval <philippe.coval@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Sep 24, 2021
-
-
Zygmunt Krynicki authored
With the .build-linux-matrix job now available from the manifest repository, we can now switch linux-seco-intel-b68, linux-seco-imx8mm-c61 and linux-raspberrypi4-64 to build the base and extras images separately, as distinct jobs. In the end the exact same thing happens but we have more parallelism since the jobs can be picked up by separate workers. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
With the recent improvements to the CI infrastructure we are seeing relatively fast build times for most of our jobs. The exception to this rule are the relatively-larger blueprint build jobs. Assign the set of tags: "bitbake-friendly", large-disk (legacy) and the new "heavy" tag. The tag will route the job to a runner with significantly more resources. This shoudl help even out the total build time. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-