Commits on Source (35)
-
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>
626594f5 -
Marta Rybczynska authored
Document the change in the default user/password for the production images. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
9717c28f -
Marta Rybczynska authored
Capitalize the title to match other chapter titles. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
d3ef4a81 -
Marta Rybczynska authored
Add basic documentation for the debug mode. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
06f8baf6 -
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>
2732add0 -
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>
55162150 -
Pavel Zhukov authored
Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
fa31810a -
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>
4c8f0d27 -
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>
77e5b2f9 -
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
18dcffa1 -
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>
9063493f -
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>
34d7f9b9 -
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>
037619ba -
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>
45ed443b -
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>
4a28aaa0 -
Pavel Zhukov authored
* ea42364 : class: bundle: support incremental image property - Jan Luebbe Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
e4f54923 -
Pavel Zhukov authored
* 78fce73 : arm/lib: Improve FVPRunner shutdown logic - Peter Hoyes Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
49de2706 -
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>
7e53117a -
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>
b16ed03a -
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>
5e92ffba -
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
8ee245d6 -
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>
7d5f767e -
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>
528b35b8 -
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>
166fd74e -
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>
e4fcf3e8 -
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>
a180a4b8 -
Signed-off-by:
Chase Qi <chase.qi@linaro.org>
09676d01 -
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: eclipse/oniro-core/oniro#723 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Verified05795549 -
Andrei Gherzan authored
The currently used version, impish, is not updatable anymore since July the 14th and we don't have a newer version in our repository. Downgrade this to focal to fix the container image builds. Fixes: #724 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Verified96a3d2c0 -
Andrei Gherzan authored
The Ubuntu version we downgraded to doesn't have support for sphinx-tabs. Switch that to pip until we can upgrade to 22.04. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Verifiede890fe2d -
Andrei Gherzan authored
There is an incompatibility issue between the sphinx version in Ubuntu focal and the docutils version pulled in by sphinx-tabs. We need to make sure that pip doesn't pull in a version of docutils that would break sphinx: https://github.com/sphinx-doc/sphinx/issues/9841 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Verifiede08e5e87 -
Andrei Gherzan authored
Standard and OpenHarmony-compatible images require different documentation for running a qemu-based system. Restructure quilck build document to clarify this. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
Verified672d8031 -
Stevan Radaković authored
These will, as other LAVA jobs, end up in SQUAD and, consequently, in LAVA. It's basic tests on QEMU, running `rauc status` and `rauc install bundle` commands and validating output. Signed-off-by:
Stevan Radaković <stevan.radakovic@linaro.org>
0f09575e -
Signed-off-by:
artem.kondratiuk <artem.kondratiuk@huawei.com>
0490659f -
Chase Qi authored
This reverts commit a180a4b8. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
f67b48a9
Showing
- .gitlab-ci.yml 161 additions, 4 deletions.gitlab-ci.yml
- .oniro-ci/build-generic.yaml 75 additions, 10 deletions.oniro-ci/build-generic.yaml
- .oniro-ci/containers/bitbake-builder/.gitconfig 2 additions, 2 deletions.oniro-ci/containers/bitbake-builder/.gitconfig
- .oniro-ci/containers/bitbake-builder/Dockerfile 8 additions, 3 deletions.oniro-ci/containers/bitbake-builder/Dockerfile
- .oniro-ci/containers/docs-builder/.gitconfig 3 additions, 2 deletions.oniro-ci/containers/docs-builder/.gitconfig
- .oniro-ci/containers/docs-builder/Dockerfile 9 additions, 4 deletions.oniro-ci/containers/docs-builder/Dockerfile
- .oniro-ci/containers/docs-builder/ppa/zyga-ubuntu-oh-tools-focal.list 4 additions, 0 deletions...ntainers/docs-builder/ppa/zyga-ubuntu-oh-tools-focal.list
- .oniro-ci/containers/ubuntu-checkbox/.gitconfig 6 additions, 0 deletions.oniro-ci/containers/ubuntu-checkbox/.gitconfig
- .oniro-ci/containers/ubuntu-checkbox/Dockerfile 8 additions, 0 deletions.oniro-ci/containers/ubuntu-checkbox/Dockerfile
- .oniro-ci/machines-and-flavours.yaml 8 additions, 5 deletions.oniro-ci/machines-and-flavours.yaml
- docs/build-flavours/linux-flavour.rst 1 addition, 1 deletiondocs/build-flavours/linux-flavour.rst
- docs/ci/hidden-jobs/index.rst 1 addition, 0 deletionsdocs/ci/hidden-jobs/index.rst
- docs/ci/hidden-jobs/oe-selftest.rst 30 additions, 0 deletionsdocs/ci/hidden-jobs/oe-selftest.rst
- docs/debug-mode.rst 34 additions, 0 deletionsdocs/debug-mode.rst
- docs/hardware-support/boards/arduino-nano-33-ble.rst 6 additions, 0 deletionsdocs/hardware-support/boards/arduino-nano-33-ble.rst
- docs/hardware-support/boards/raspberrypi4.rst 2 additions, 2 deletionsdocs/hardware-support/boards/raspberrypi4.rst
- docs/hardware-support/boards/seco-intel-b68.rst 1 addition, 1 deletiondocs/hardware-support/boards/seco-intel-b68.rst
- docs/index.rst 2 additions, 1 deletiondocs/index.rst
- docs/oniro-quick-build.rst 47 additions, 16 deletionsdocs/oniro-quick-build.rst
- docs/supported-images.rst 1 addition, 1 deletiondocs/supported-images.rst
docs/ci/hidden-jobs/oe-selftest.rst
0 → 100644
docs/debug-mode.rst
0 → 100644