- Oct 13, 2021
-
-
Signed-off-by:
robert.drab <robert.drab@huawei.com>
-
Stefan Schmidt authored
This reverts commit 86a144eb. As mentioned in the commit this was a temporary workaround until the needed change could land in the manifest repository. This has happend now: https://git.ostc-eu.org/OSTC/OHOS/manifest/-/commit/8d604fb7cd63f6247c3071989005d251f0a068bc Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Pavel Zhukov authored
Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Oct 12, 2021
-
-
Zygmunt Krynicki authored
Our QEMU builds were using the .build-image job, which archives all of the deploy/image directory. This directory started to inflate recently, in ways I did not explore. Given that this breaks CI and is split across repositories the .build-wic-image job was pushed into the manifest repository. Now with the new job available we can switch the x86 and x86_64 QEMU image builds to use the new .build-wic-image job, which saves a subset of the artifacts that CI actually consumes downstream. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Forwarded: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/merge_requests/256 Relate-to: https://git.ostc-eu.org/OSTC/OHOS/manifest/-/issues/69 Signed-off-by:
Philippe Coval <philippe.coval@huawei.com>
-
Stefan Schmidt authored
For the images renames to fully pass CI, we need to have a change in the manifest repo. As these two MR would block each other before we could merge them, we override the image names here, land the rename, do the actual change in the manifest repo and finally clean this up again. To be reverted when this change lands in the manifest repository. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Oct 11, 2021
-
-
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
Rename all images to matching new project name prefix. Adjust includes as well as image bbclass to fit. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
Adjust to the new DISTRO names introduced in the repo. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
Change prefix for all DISTRO values as well as moving the distro config files and includes. This needs to go together with the .ostc-ci change to change our CI jobs for the new names. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
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>
-