Commits on Source (13)
-
Pavel Zhukov authored
* a5919cb8bc mesa: backport a patch to support compositors without zwp_linux_dmabuf_v1 again - Martin Jansa * f0770686b3 rootfs-postcommands.bbclass: correct comments - Michael Opdenacker * bffe06fca6 gtk-doc: Fix potential shebang overflow on gtkdoc-mkhtml2 - Paulo Neves * 8d646cc4ee systemd: systemd-systemctl: Support instance conf files during enable - Nick Potenski * a121d2dd5d efivar: add musl libc compatibility - Davide Gardenal * 8a86bd88f0 python: Avoid shebang overflow on python-config.py - Paulo Neves * cdb6879b49 python3: Ensure stale empty python module directories don't break the build - Richard Purdie * 2f93d30fee python3: Remove problematic paths from sysroot files - Richard Purdie * 8e34686911 python3: use built-in distutils for ptest, rather than setuptools' 'fork' - Alexander Kanavin * bcc5a22cd2 linux-firmware: upgrade 20220509 -> 20220610 - Dmitry Baryshkov * 96cd37cff9 linux-firmware: add support for building snapshots - Dmitry Baryshkov * feabc35372 oeqa/selftest/cve_check: add tests for Ignored and partial reports - Marta Rybczynska * d76957e425 cve-check: add support for Ignored CVEs - Marta Rybczynska Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
d2e45454 -
Pavel Zhukov authored
* b8fd6f5d server/process: Fix logging issues where only the first message was displayed - Richard Purdie Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
772b62ae -
Pavel Zhukov authored
Zephyr-philosophers doesn't use video output but serial console. Fixes: #docs#109 Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
a3572d8c -
Natalia Kovalenko authored
This revision updates obsolete Licenses Signed-off-by:
Natalia Kovalenko <waykovalenko@gmail.com>
523e797e -
Pavel Zhukov authored
* .github: workflows: meta-rauc: pin to kirkstone : Enrico Jorns * rauc: move 'streaming' PACKAGECONFIG option to common includes : Enrico Jorns * rauc: update to 1.7 : Enrico Jorns Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
ab683913 -
Pavel Zhukov authored
* ci: work around zephyr test issues : Jon Mason * arm-bsp/fvp-baser-aemv8r64: Use secure hypervisor physical timer in EL2 : Jiamei Xie * arm/fvp-base-r-aem: Upgrade to version 11.18.16 : Peter Hoyes Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
149184b8 -
Zygmunt Krynicki authored
Unqualified jobs, which rely on the default compiler, are gone. Qualified jobs explicitly configure either clang or gcc and use the appropriate suffix. Qualified jobs have needs/depends set to empty to both avoid waiting for previous stages to start and to avoid pulling in artifacts from the previous stage. Qualified jobs inhabit two new lanes: build-gcc and build-clang, to visually break the already long column of "build" jobs. Job ordering within a lane is not exactly matching, gcc-clang. This is noticeable with the jobs using the "extra" suffix. The reason for this is unclear. Some jobs are marked as broken as they do not build with clang. Allow them to fail and make them start manually until more patches arrive. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
8aa75e80 -
Chase Qi authored
Given test scope for new MRs is not defined yet and we only have one rpi4, b68 and c61 in the warsaw lab which are occupied mostly by daily scheduled pipeline, starting with boot and smoke tests on qemu devices should be a good starting point for per MR testing. Jobs that extend `.lava-test` will be added to MR's pipeline and schedueld pipeline. `.lava-test-scheduled` extends `.lava-test` with new scheduled pipeline only rule. Long run jobs like ltp should extends the job so that they wouldn't prevent MRs from merging. Solves #486. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
b0793e7d -
Chase Qi authored
When the callback not dispatchered correctly, the record can be helpful for debugging in squad. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
4ebca79f -
Chase Qi authored
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
074402b7 -
Marta Rybczynska authored
meta-secure-core provides security features like UEFI secure boot, key store, TPM, IMA and more. It is also a dependency for the LEDGE work. This revision supports kirkstone. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
6035dc2f -
cve-diff analyses JSON CVE outputs of two builds and shows the difference between the two. The initial version handles: added/removed packages and CVEs. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
684973b7 -
Marta Rybczynska authored
Make the report generation more customizable. Apart from the CSV report, add also a summary report including the number of CVEs in each package. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
e7730752
Showing
- .gitlab-ci.yml 71 additions, 92 deletions.gitlab-ci.yml
- .oniro-ci/machines-and-flavours.yaml 110 additions, 17 deletions.oniro-ci/machines-and-flavours.yaml
- .oniro-ci/test-generic.yaml 17 additions, 6 deletions.oniro-ci/test-generic.yaml
- docs/build-flavours/zephyr-flavour.rst 1 addition, 1 deletiondocs/build-flavours/zephyr-flavour.rst
- manifests/default.xml 6 additions, 5 deletionsmanifests/default.xml
- scripts/cve-diff.py 322 additions, 0 deletionsscripts/cve-diff.py
- scripts/cve-report.py 42 additions, 12 deletionsscripts/cve-report.py
scripts/cve-diff.py
0 → 100644