- Jul 25, 2022
-
-
Andrei Gherzan authored
To help Oniro with eclipsefdn/helpdesk#1565, EF created a bot for us that is passing the ECA checks. Use it to unblock the docs pipelines. Fixes: #723 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Jul 22, 2022
-
-
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Check the current version with `bitbake -s` and the last tested version via squad's api. When version is changed, continue the following tests, otherwise, skip the tests. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
gcc test suite has been integrated in oe-selftest framework. It allows to run gcc test against qemu vm and within the build env using qemu linux-user mode. These tests can be run in gitlab CI with qemu friendly runners. This commit add three oe-selftest jobs to run the tests using qemu linux-user, qemu x86-64 vm and qemu arm64 vm. Test log and sum files are collected as job artifacts. When all test jobs finish, report job will be triggered to parse the sum files to generate results in the format that supported by squad. The report job will upload results to squad for reporting. Closes issues #8 and #9. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Stefan Schmidt authored
Enable a modem/usbmodem MACHINE_FEATURE to install the needed packages for NetworkManager and ModemManager in the image. Also enabling the ModemManager PACKAGECONFIG for NetworkManager to build the needed support. Fixes: eclipse/oniro-core/oniro#60 Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
We need to analyse ABI and keep ABI data for different images/arches thus artifact name should be job specific Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
It was broken because of BITBAKE_TMPDIR variable definition removal as part of the cleanup. Define BITBAKE_TOPDIR variable instead which serves needs of ABI checker better. Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
The most important elements of this include file is the OpenHarmony version definition along with the associated preferred version. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This is required on recipes like oniro-openharmony-toolchain-integration provided by meta-openharmony. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
This avoids build warnings and it is in line with what meta-openharmony is using. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Pavel Zhukov authored
* 78fce73 : arm/lib: Improve FVPRunner shutdown logic - Peter Hoyes Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* ea42364 : class: bundle: support incremental image property - Jan Luebbe Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* c79262a : meta-integrity: kernel-modsign: prevents splitting out debug symbols - Jose Quaresma * e54e064 : clamav: make install owner match the added user name - Jeremy A. Puhlman * c29ef97 : python3-privacyidea: add correct path to lib/privacyidea - Jeremy A. Puhlman * ab90048 : libmhash: add multilib header - Jeremy A. Puhlman * 7e3596e : sssd: ignore CVE-2018-16838 - Davide Gardenal Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* 2e785f2 : Merge pull request #1139 from Freescale/backport-1138-to-kirkstone - Otavio Salvador * ded83a4 : conf/machine/ls1046ardb.conf: Add DTB fsl-ls1046a-rdb-usdpaa-shared.dtb - Jun Zhu Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* a47ef04 : openflow: ignore unrelated CVEs - Davide Gardenal * 4b4c6f4 : freeradius: ignore patched CVEs - Davide Gardenal * b7c6c47 : quagga: ignore CVE-2016-4049 - Davide Gardenal * 66106e1 : spice: ignore patched CVEs - Davide Gardenal * 5166896 : thrift: add CVE_PRODUCT to fix CVE reporting - Davide Gardenal * 7e1a69d : wireshark: upgrade 3.4.11 -> 3.4.12 - Davide Gardenal * 743f6e7 : ntp: ignore many CVEs - Davide Gardenal * c1e7b0b : openflow: ignore CVE-2018-1078 - Davide Gardenal * 9bb4434 : usrsctp: add CVE_VERSION to correctly check for CVEs - Davide Gardenal * 0af58eb : zabbix: upgrade 5.2.6 -> 5.4.12 - Changqing Li * d1e28ae : apache2: upgrade 2.4.53 -> 2.4.54 - Changqing Li * ffe6e46 : redis: upgrade 7.0-rc3 -> 7.0.2 - Changqing Li * b109169 : redis: upgrade 6.2.6 -> 6.2.7 - Changqing Li Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Jul 21, 2022
-
-
Some jobs care about images and licenses, those look at the $TMPDIR/deploy, taking some effort to find the correct tmpdir while hard-coding the deploy dir. Take a shortcut and query for the right variable (DEPLOY_DIR). This allows non-trivial layouts with DEPLOY_DIR and TMPDIR placed on distinct filesystems, for efficiency. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
ABI checker implementation is meta-binaryaudit. Adding it for CI only to not extend support surface of the project. Added to three flavours for now. It can be easily extended to all jobs if needed in the future Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Chase Qi authored
Part of gcc oeself-test is client/server based. It uses qemu vm for native tests via ssh. The vm is launched by runqemu command which requires the following changes in the docker image. * passwordless sudo permission * package iptables pre-installed Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Jul 20, 2022
-
-
Pavel Zhukov authored
Oniro documentation recommends using of slirp option to have network connection from/to the image in qemu. Adjust conf-notes.txt to be consistent with the docs. Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
The default compression has been changed from bzip to gz. Update leftovers accordingly Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Zygmunt Krynicki authored
The reference is provided only when repo is used with runner persistent storage. This is not a major change, just a clean-up of the existing logic. Signed-off-by:
Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
-
- Jul 19, 2022
-
-
Marta Rybczynska authored
Add basic documentation for the debug mode. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
Marta Rybczynska authored
Capitalize the title to match other chapter titles. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
Marta Rybczynska authored
Document the change in the default user/password for the production images. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
Stefan Schmidt authored
The old GPLv2 identifier has been deprecated in oe-core. Time to catch up with this recipe. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
- Jul 18, 2022
-
-
Pavel Zhukov authored
Fix for CVE-2022-33068 brings a regression in clang builds. Fixes in upstream with fixup commit. Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* b9bbc38 : protobuf-c: update to 1.4.1 fix CVE-2022-33070 - Wentao Zhang * 6d1dbf7 : modemmanager: update to 1.18.8 - Adrian Freihofer * 2dd643a : imagemagick: upgrade 7.0.10-25 -> 7.0.10-62 - Davide Gardenal * 4eaa309 : ntfs-3g-ntfsprogs: upgrade to 2022.5.17 - Chen Qi * 1a09e4f : php: upgrade 8.1.6 -> 8.1.7 - wangmy * e5b177a : cyrus-sasl: CVE-2022-24407 failure to properly escape SQL input allows an attacker to execute arbitrary SQL commands - Hitendra Prajapati * bf2822d : dlt-daemon: upgrade to commit 6a3bd901d8 to fix CVE-2022-31291 - Yue Tao * 97375c7 : emlog: ignore unrelated CVEs - Davide Gardenal * c455cba : freeradius: mutlilib fixes - Jeremy Puhlman Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* a4bfb5c : libsoup: upgrade 3.0.6 -> 3.0.7 - Alexander Kanavin * a2871b4 : glib-networking: upgrade 2.72.0 -> 2.72.1 - Alexander Kanavin * 0d9a2d4 : glib-2.0: upgrade 2.72.2 -> 2.72.3 - Alexander Kanavin * 3903a24 : weston: update 10.0.0 -> 10.0.1 - Alexander Kanavin * e008697 : gstreamer1.0-vaapi: upgrade 1.20.2 -> 1.20.3 - wangmy * 4f00cdf : gstreamer1.0-rtsp-server: upgrade 1.20.2 -> 1.20.3 - wangmy * 05f62a8 : gstreamer1.0-python: upgrade 1.20.2 -> 1.20.3 - wangmy * e1dd7d5 : gstreamer1.0-plugins-ugly: upgrade 1.20.2 -> 1.20.3 - wangmy * 4aee173 : gstreamer1.0-plugins-good: upgrade 1.20.2 -> 1.20.3 - wangmy * c827ede : gstreamer1.0-plugins-base: upgrade 1.20.2 -> 1.20.3 - wangmy * 0ead6c0 : gstreamer1.0-plugins-bad: upgrade 1.20.2 -> 1.20.3 - wangmy * e190d67 : gstreamer1.0-omx: upgrade 1.20.2 -> 1.20.3 - wangmy * 9b8a62d : gstreamer1.0-libav: upgrade 1.20.2 -> 1.20.3 - wangmy * 84b2d19 : gst-devtools: upgrade 1.20.2 -> 1.20.3 - wangmy * 2c177d0 : gstreamer1.0: upgrade 1.20.2 -> 1.20.3 - Alexander Kanavin * 2023e33 : binutils : stable 2.38 branch updates - Sundeep KOKKONDA * 96f6bad : glibc-tests: Avoid reproducibility issues - Richard Purdie * 05760b2 : glibc: stable 2.35 branch updates - Sundeep KOKKONDA * 7616275 : openssl: update 3.0.4 -> 3.0.5 - Alexander Kanavin * 640ccea : vim: upgrade to 9.0.0021 - Ross Burton * 21b66e6 : u-boot: fix CVE-2022-34835 - Sakib Sajal * dc627ce : tiff: backport the fix for CVE-2022-2056, CVE-2022-2057, and CVE-2022-2058 - Ross Burton * 537e7d3 : harfbuzz: fix CVE-2022-33068 - Wentao Zhang * 83ab9f5 : qemu: Avoid accidental libvdeplug linkage - Steve Sakoman * 84390c3 : qemu: Avoid accidental librdmacm linkage - Richard Purdie * 171fa2d : qemu: add PACKAGECONFIG for capstone - Steve Sakoman * 6db1eb6 : ruby: add PACKAGECONFIG for capstone - Steve Sakoman Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
- Jul 16, 2022
-
-
Bernhard Rosenkränzer authored
Signed-off-by:
Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
-
- Jul 15, 2022
-
-
Esben Haabendal authored
This is required by meta-openharmony layer. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
This is required by meta-openharmony layer. Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Esben Haabendal authored
Signed-off-by:
Esben Haabendal <esben.haabendal@huawei.com>
-
Pavel Zhukov authored
* d0a0285 : kernel-initramfs: fix typo for ALTERNATIVE - Yi Zhao Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* db6e0ed : arm/oeqa: Use linuxboot and OEFVPSerialTarget instead of noop - Peter Hoyes * 72a3dfa : arm/oeqa: Create new OEFVPSerialTarget with pexpect interface - Peter Hoyes * 3ead3aa : arm/classes: Change FVP_CONSOLE to FVP_CONSOLES in fvpconf - Peter Hoyes * ae48e65 : arm/oeqa: Refactor OEFVPTarget to use FVPRunner and pexpect - Peter Hoyes * fb794c8 : arm/oeqa: Add selftests for FVP library - Peter Hoyes * d2685ae : scripts,arm/lib: Refactor runfvp into FVPRunner - Peter Hoyes * 528d28f : runfvp: ignore setpgid errors when spawned - Bertrand Marquis Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* e3e5687 : Merge pull request #1137 from Freescale/backport-1133-to-kirkstone - Otavio Salvador * 033a380 : weston: 9.0.0.imx: fix build with latest master - Max Krummenacher * 2b07a82 : Merge pull request #1136 from Freescale/backport-1134-to-kirkstone - Otavio Salvador * 5ae86e7 : remove random file - Max Krummenacher * cdd3880 : Merge pull request #1135 from Freescale/backport-1132-to-kirkstone - Otavio Salvador * 54e519e : Revert "imx-base.inc: upgrade to gstreamer 1.20.2" - Max Krummenacher * f2253aa : Merge pull request #1131 from Freescale/backport-1130-to-kirkstone - Otavio Salvador * 05e0dbe : imx-base.inc: Use ??= for PREFERRED_VERSION - Tom Hochstein Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-