- 14 Oct, 2021 5 commits
-
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
The relevant change in meta-ohos has landed, so we can now bring the manifest repository in line and continue to operate normally. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
The .ostc-ci directory becomes .oniro-ci The various CI variables names are now all uniformly named CI_ONIRO_. Some specific variables were further trimmed to avoid using "CI" twice. Remaining uses of OSTC and OHOS are for URLs, container images and branch names. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- 13 Oct, 2021 1 commit
-
-
Marta Rybczynska authored
The CVE database uses SQLite and it is locked when being updated. That might cause errors in other builds. For now we move the database from DL_DIR to TMPDIR, so that it is local on the build machine. A further solution will be to run the update job separately from the check and lock accordingly. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- 12 Oct, 2021 2 commits
-
-
Stefan Schmidt authored
Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Zygmunt Krynicki authored
The .build-wic-image is a specialization of the .build-image job which collects only the wic and bmap files. This is especially useful for the Linux builds whose deploy/images directory contains numerous large, redundant files. The .build-image job remains unchanged, due to the difficulty of making consistent changes across both meta-ohos and the manifest repository and due to the fact that it is used by the widely different linux and zephyr builds. Closes: OSTC/planning/devops#88 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- 02 Oct, 2021 1 commit
-
-
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 30 Sep, 2021 3 commits
-
-
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
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- 29 Sep, 2021 2 commits
-
-
Marta Rybczynska authored
Update references for CVE fixes in poky and meta-embedded, and update of meta-security for bugfixes Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
Pavel Zhukov authored
Upstream switched to use LTS version of the freertos kernel which is perfectly aligned with the Jasmine schedule. Closes https://git.ostc-eu.org/OSTC/OHOS/manifest/-/issues/73 Related https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/132 Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- 27 Sep, 2021 1 commit
-
-
Zygmunt Krynicki authored
The OHOS_RUNNER_TAG variable selects the tag added to .workspace job, and inherited in all the build jobs. The default value is not set which effectively removes the constraint. Since this is a variable it can be overridden. In particular, the we want to set in a scheduled job, to perform nightly test builds in a non-default location. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- 24 Sep, 2021 1 commit
-
-
Zygmunt Krynicki authored
This job can help improve parallelism by allowing each of the bitbake targets to build in a separate job. The job is not really used yet, it will be adopted by some builds in the meta-ohos repository. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- 23 Sep, 2021 3 commits
-
-
Zygmunt Krynicki authored
Allow the Avenger builds to fail. Those are apparently failing and whatever is broken was masked by the cache being hot and the build job being never attempted. Related-To: https://git.ostc-eu.org/OSTC/OHOS/manifest/-/issues/72 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
Cherry pick a fix from meta-ohos to mark the FreeRTOS job as known-bad and allow it to fail. This is temporary but de-couples this workaround from landing the fix in meta-ohos, which will take a while. Related-To: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/132 Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
We want to have a better understanding of how our CI system performs. Enable build statistic and display a summary after each build performed. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- 22 Sep, 2021 2 commits
-
-
Zygmunt Krynicki authored
The new gitee.xml manifest includes the default manifest and switches several projects to use their mirrors published to Gitee. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
Zygmunt Krynicki authored
The new remote encodes the path "governance/" in the fetch= attribute. Allowing the <project> entry to have a flat namespace. This is a no-op change for default.xml with important properties for overriding specific repositories in a mirror which does not have the exact same tree structure as present in OSTC GitLab. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- 17 Sep, 2021 1 commit
-
-
Chase Qi authored
Publishing uncompressed wic image is no needed in CI as LAVA uses compressed wic image diectly. Uncompressed wic image cannot be removed from meta-ohos-core/classes/ohos-image.bbclass as runqemu needs it for local build and boot. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 14 Sep, 2021 2 commits
-
-
Stefan Schmidt authored
With the beta release tag in place we can switch back to floating revisions for these repositories. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com> Change-Id: I17d41da61d1945351fdf43894e2fc4d95fbd28f3
-
Stefan Schmidt authored
Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com> Change-Id: I1432295fe5d770abaa3bb4c28eb6e5f38e331d91
-
- 13 Sep, 2021 1 commit
-
-
Ettore Chimenti authored
Bump meta-seco-imx layer to add recipe for OPTEE support for NXP u-boot-imx 2021.04 and add OPTEE packages for SBC-C61. Closes OSTC/planning/hw-enablement#46 Signed-off-by:
Ettore Chimenti <ettore.chimenti@seco.com>
-
- 10 Sep, 2021 1 commit
-
-
Zygmunt Krynicki authored
The path /var/shared/bitbake is provided as a compatibility symlink on all the deplyoed runners. This removes the need to for the symlink rather than add it one more time to another runner. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- 09 Sep, 2021 1 commit
-
-
Zygmunt Krynicki authored
Note that the aggregate-docs job cannot be interruptible as it is a trigger-type job that does not exist on its own. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- 08 Sep, 2021 1 commit
-
-
Zygmunt Krynicki authored
Instead of marking individual jobs, mark the most basic workspace job as interruptible. This should help with keeping the pipeline, as a whole, interruptible. Interruptible jobs are described at: https://docs.gitlab.com/ee/ci/yaml/#interruptible Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- 03 Sep, 2021 1 commit
-
-
Andrei Gherzan authored
This includes the fix for bootimg-pcbios.py to use the label as per the label argument. PartOf: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/97 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- 30 Aug, 2021 1 commit
-
-
Zygmunt Krynicki authored
RAUC is a dependency of SystemOTA. The pinned revision is the current snapshot of the dunfell branch. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- 24 Aug, 2021 1 commit
-
-
Ettore Chimenti authored
Bump meta-seco-imx layer to add recipe for initial support for NXP u-boot-imx 2021.04 for SBC-C61. Closes OSTC/planning/hw-enablement#44 Signed-off-by:
Ettore Chimenti <ettore.chimenti@seco.com> Change-Id: Idb1a085461ed2decdbcbddbbfd4b9357932baea8
-
- 16 Aug, 2021 1 commit
-
-
Add cve check to all builds. The artifacts automatically contains the results. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- 12 Aug, 2021 1 commit
-
-
Andrei Gherzan authored
This includes the dunfell backported fix for: ovmf - fix VLA parameter warning/error https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/merge_requests/207 Part of: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/80 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- 30 Jul, 2021 2 commits
-
-
Ettore Chimenti authored
Add recipe for initial support for NXP kernel 5.10.35. Closes OSTC/planning/hw-enablement#45 Signed-off-by:
Ettore Chimenti <ettore.chimenti@seco.com> Change-Id: I12d530c7d660647a0aa5334df29e45f4bf5654f3
-
Zygmunt Krynicki authored
LAVA jobs are currently failing, as the switch to read-only images requires cooperating changes in the LAVA infrastructure. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- 22 Jul, 2021 1 commit
-
-
Bernhard Rosenkränzer authored
Pull in meta-riscv to enable Hi3861 porting work Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
-
- 16 Jul, 2021 1 commit
-
-
Andrei Gherzan authored
This includes a build fix when the build user is not 1000/1000. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- 14 Jul, 2021 1 commit
-
-
Chase Qi authored
This reverts commit 46846012 . Reverting the commit until we have an official lab which always delivers reliable test results. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 09 Jul, 2021 1 commit
-
-
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- 08 Jul, 2021 1 commit
-
-
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-