Commits on Source (19)
-
Andrei Gherzan authored
C61 build has been split up from the target MACHINE=seco-imx8mm-c61 to two targets, MACHINE=seco-imx8mm-c61-2gb and MACHINE=seco-imx8mm-c61-4gb, depending on the memory on the card. Reflect that in the build instructions. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com> Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Unverifiedb9837b37 -
Andrei Gherzan authored
Update the names used for C61 targets, there are now two instead of one before. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com> Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Unverified6f195cdd -
Andrei Gherzan authored
Make sure we explicitly set up the WKS file for both C61 targets after the target rename. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com> Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Unverified3356df9a -
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Unverified1ba6be6f -
Pavel Zhukov authored
Template has been taken from old gitlab instance. Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com> (cherry picked from commit d79daf1c20cbbf08f2c6bafcbe4516e6d90348c4)
afe15233 -
Andrei Gherzan authored
The repository holding the repo manifests is now under Eclipse infrastructure. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
f51159de -
Andrei Gherzan authored
This is now the currently main development branch. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
c44bafdd -
Historically the REUSE check was routed to a dedicated but slow machine that guaranteed that no CI would be stuck waiting on the miniscule compliance job. With the Eclipse migration and CI/CD being slightly out of our control, it's just more convenient to drop this tag rather than request configuration change in the instance. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
bf5f73da -
Historically the DCO check was routed to a dedicated but slow machine that guaranteed that no CI would be stuck waiting on the miniscule compliance job. With the Eclipse migration and CI/CD being slightly out of our control, it's just more convenient to drop this tag rather than request configuration change in the instance. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
5403b982 -
As defined on https://booting.oniroproject.org/distro/infra/ Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
8837c68d -
Andrei Gherzan authored
The revision is not only for pinned SHAs. It can also use branches - which are updated accordingly by repo. Drop the comments which assume that revision is only for pinned versions. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
bb81a373 -
This saves half of the space used by compressed disk artifacts. I ran into the issue when creating grubenv recovery logic. To my surprise the execution flow ended up in the case where both slots are available and timestamp on the kernel is used to break the tie. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
b7722dd0 -
Andrei Gherzan authored
Yet another upstream rebase. We also raised this with them and they will start using merges. Hopefully this is the last one to fix. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Verifiedd1c588cd -
Stefan Schmidt authored
Adding the currently available Matter example for Linux. This will give us more test applications. Before we upstream this we would need to decide if we want to split these off into a dedicated package. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
c583c40e -
Original upstream commit: https://git.openembedded.org/openembedded-core/commit/?id=9829c16301bf2dce39fa046401a984f112fa0322 Add directory creation to be sure the destination directory exists before performing the file copy. FileNotFoundError occurs when running CI, caused by the fact that the destination directory doen't exists. Signed-off-by:
Davide Gardenal <davide.gardenal@huawei.com>
83c7c7a7 -
Andrei Gherzan authored
Version 0.28 will come with these patches merged in. This will happen as soon as the relevant upstream merge gets in[1]. [1] eclipse/oniro-core/meta-zephyr!1 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Verifiedcaee46c0 -
Andrei Gherzan authored
This avoids warnings like: warning: redirecting to https://gitlab.eclipse.org/eclipse/oniro-core/oniro.git/ Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Verified7f0dc7b3 -
Marta Rybczynska authored
Update the class to OE-core 6002bdc77643c363a8326bf163baecba8b36e3e0. This includes: - inclusive language changes - the rework of the database lock Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
35e75415 -
Marta Rybczynska authored
This patch implements the YAML output for CVE-check and re-implements the coverage pass using this format (also simplifies the logic). Add an option to output the CVE check in a JSON-based format. This format is easier to parse in software than the original text-based one and allows post-processing by other tools. Output formats are now handed by CVE_CHECK_FORMAT_TEXT and CVE_CHECK_FORMAT_JSON. Both of them are enabled by default. The JSON output format gets generated in a similar way to the text format with the exception of the manifest: appending to JSON arrays requires parsing the file. Because of that we first write JSON fragments and then assemble them in one pass at the end. Until now the CVE checker was giving information about CVEs found for a product (or more products) contained in a recipe. However, there was no easy way to find out which products or recipes have no CVEs. Having no reported CVEs might mean there are simply none, but can also mean a product name (CPE) mismatch. This patch adds CVE_CHECK_COVERAGE option enabling a new type of statistics. Then we use the new JSON format to report the information. The legacy text mode report does not contain it. This option is expected to help with an identification of recipes with mismatched CPEs, issues in the database and more. This work is based on [1], but adding the JSON format makes it easier to implement, without additional result files. [1] https://lists.openembedded.org/g/openembedded-core/message/159873 This is a backported version of two patches submitted upstream: https://lists.openembedded.org/g/openembedded-core/message/163745 and https://lists.openembedded.org/g/openembedded-core/message/163746 The difference is that we bring back the yaml merge function that is in the lib/ directory in the upstream proposal. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
19931c39
Showing
- .gitlab/issue_templates/Bug.md 31 additions, 0 deletions.gitlab/issue_templates/Bug.md
- .oniro-ci/build-generic.yaml 12 additions, 9 deletions.oniro-ci/build-generic.yaml
- .oniro-ci/dco.yaml 0 additions, 1 deletion.oniro-ci/dco.yaml
- .oniro-ci/reuse.yaml 0 additions, 1 deletion.oniro-ci/reuse.yaml
- docs/build-flavours/linux-flavour.rst 2 additions, 1 deletiondocs/build-flavours/linux-flavour.rst
- docs/ci/hidden-jobs/bitbake-workspace.rst 9 additions, 8 deletionsdocs/ci/hidden-jobs/bitbake-workspace.rst
- flavours/linux/conf-notes.txt 2 additions, 1 deletionflavours/linux/conf-notes.txt
- flavours/linux/local.conf.sample 2 additions, 1 deletionflavours/linux/local.conf.sample
- manifests/default.xml 8 additions, 9 deletionsmanifests/default.xml
- meta-oniro-core/classes/oniro-image.bbclass 2 additions, 1 deletionmeta-oniro-core/classes/oniro-image.bbclass
- meta-oniro-core/conf/distro/include/oniro-wic.inc 1 addition, 1 deletionmeta-oniro-core/conf/distro/include/oniro-wic.inc
- meta-oniro-core/recipes-devtools/python/python3-pyelftools/dwarf5-constants.patch 0 additions, 35 deletions...devtools/python/python3-pyelftools/dwarf5-constants.patch
- meta-oniro-core/recipes-devtools/python/python3-pyelftools/dwarf5.patch 0 additions, 260 deletions...e/recipes-devtools/python/python3-pyelftools/dwarf5.patch
- meta-oniro-core/recipes-devtools/python/python3-pyelftools_0.27.bbappend 0 additions, 11 deletions.../recipes-devtools/python/python3-pyelftools_0.27.bbappend
- meta-oniro-staging/classes/cve-check.bbclass 202 additions, 152 deletionsmeta-oniro-staging/classes/cve-check.bbclass
- meta-oniro-staging/recipes-connectivity/matter/matter/0001-BUILD.gn-enbale-all-Linux-examples-in-the-default-bu.patch 36 additions, 0 deletions...UILD.gn-enbale-all-Linux-examples-in-the-default-bu.patch
- meta-oniro-staging/recipes-connectivity/matter/matter_git.bb 9 additions, 1 deletionmeta-oniro-staging/recipes-connectivity/matter/matter_git.bb
.gitlab/issue_templates/Bug.md
0 → 100644
This diff is collapsed.