- Nov 24, 2022
-
-
Andrei Gherzan authored
.oniro-ci: call gitlab api with access token See merge request !376
-
Chase Qi authored
The API cannot be called by anonymous now as the CI/CD setting is changed to only visible to project members. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Nov 22, 2022
-
-
Andrei Gherzan authored
default.xml: Update source revision on meta-seco-rockchip See merge request !373
-
Ettore Chimenti authored
This revision cleans Rockchip Linux Kernel repository. Signed-off-by:
Ettore Chimenti <ettore.chimenti@seco.com>
-
Andrei Gherzan authored
docs: Add labels for supported hardware See merge request !372
-
- Nov 21, 2022
-
-
Andrei Gherzan authored
This gives us the ability to easily reference them in various other parts (eg. release notes). Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Nov 16, 2022
-
-
Andrei Gherzan authored
Add oniro tests for Checkbox integration See merge request !361
-
- Nov 15, 2022
-
-
Stefan Schmidt authored
docs: Fix code blocks in toolchains docs See merge request !371
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Le Van Quach authored
Some oniro integration tests use udisks2 which requires polkit feature. Signed-off-by:
Le Van Quach <levan.quach@kalpa.it>
-
Le Van Quach authored
The whole recipe for oniro integration tests using checkbox-ng. The old checkbox-ng recipe is removed and included as dependency into org-oniroproject-integration-tests package. Signed-off-by:
Le Van Quach <levan.quach@kalpa.it>
-
- Nov 14, 2022
-
-
Le Van Quach authored
Integration test uses new features from checkbox-support. This is a part of the preparation steps for oniro integration tests which uses checkbox-ng. Signed-off-by:
Le Van Quach <levan.quach@kalpa.it>
-
Le Van Quach authored
checkbox-ng will be used by build system. This is a part of the preparation steps for oniro integration tests which uses checkbox-ng. Signed-off-by:
Le Van Quach <levan.quach@kalpa.it>
-
Le Van Quach authored
python3-charset-normalizer will be used by build system. This is a part of the preparation steps for oniro integration tests which uses checkbox-ng. Signed-off-by:
Le Van Quach <levan.quach@kalpa.it>
-
Le Van Quach authored
python3-urwid will be used by build system. This is a part of the preparation steps for oniro integration tests which uses checkbox-ng. Signed-off-by:
Le Van Quach <levan.quach@kalpa.it>
-
Marta Rybczynska authored
full REUSE compliance See merge request !359
-
- Nov 11, 2022
-
-
Alberto Pianon authored
Signed-off-by:
Alberto Pianon <alberto@pianon.eu>
-
Alberto Pianon authored
Signed-off-by:
Alberto Pianon <alberto@pianon.eu>
-
- Nov 09, 2022
-
-
Andrei Gherzan authored
harfbuzz: backport upstream patch that removes non open source font See merge request !369
-
Stefan Schmidt authored
The font was not supposed to be part of harfbuzz. After our report upstream fixed this in git. Backporting the patch here to have this clear on the IP side. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Marta Rybczynska authored
docs: add basic LEDGE integration documentation See merge request !367
-
Andrei Gherzan authored
CONTRIBUTING.md: Regenerate using the CONTRIBUTING.sh script See merge request !368
-
Marta Rybczynska authored
Add documentation describing the layers from LEDGE. Signed-off-by:
Marta Rybczynska <marta.rybczynska@linaro.org>
-
Andrei Gherzan authored
default.xml: Update source revision on meta-seco-rockchip See merge request !366
-
Andrei Gherzan authored
Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Marta Rybczynska authored
docs: document how to change the default password See merge request !365
-
- Nov 08, 2022
-
-
Natalia Kovalenko authored
This revision adds kprobes feature to linux-seco build and fixes the error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0" When tools-profile are added to IMAGE_FEATURES, the lttng-modules build is activated and this requires the kprobes feature. Signed-off-by:
Natalia Kovalenko <waykovalenko@gmail.com>
-
Stefan Schmidt authored
intel-media backport upstream patch for license grant clarification See merge request !364
-
Stefan Schmidt authored
This upstream backport is purely for license clarification, no code changes. Like the intel-media-driver backport, I have no intention to push this to meta-intel, but instead wait until they update their recipe version and we bump the used layer revision. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Stefan Schmidt authored
This upstream backport is purely for license clarification, no code changes. I have no intention to push this to meta-intel, but instead wait until they update their recipe version and we bump the used layer revision. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
-
Andrei Gherzan authored
seco-px30-d23: Add RAUC/SYSOTA support configuration See merge request !363
-
Marta Rybczynska authored
Add a document showing how to change the default password. Signed-off-by:
Marta Rybczynska <marta.rybczynska@linaro.org>
-
- Nov 07, 2022
-
-
Natalia Kovalenko authored
manifests/default.xml: Update source revision on meta-seco-rockchip. Update partition scheme in wic input file. Add grub-efi support configuration. sysota/sysota_git.bb: Add seco-px30-d23 model and bootloader type. rauc/rauc-conf.inc Add RAUC_SLOT_A(B) device nodes and compatible string for target. Signed-off-by:
Natalia Kovalenko <waykovalenko@gmail.com>
-
Marta Rybczynska authored
Layers upgrade (kirkstone) See merge request !362
-
- Nov 05, 2022
-
-
Andrei Gherzan authored
Upstream[1] drops the complementary package openssh based on PACKAGE_INSTALL (which uses IMAGE_INSTALL). This means that by default, the drop won't be effective when we pull the dependency explicitly through RDEPENDS on a packagegroup. To take advantage of the above-mentioned upstream workaround, we start pulling the SSH provider (dropbear in our case) directly from the images (with IMAGE_INSTALL) using the dropbear existing packagegroup. This package group will pull in both the dropbear and an SFTP server package as a package recommendation. [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=14858 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
The fix landed now in upstream[1] so we can drop the local fix introduced in d67b9745. [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=14858 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
- Nov 04, 2022
-
-
* 9a487c1 : xen: Make xilinx extension generic - Mark Hatle * 9482648 : kubernetes: fixed typos - Guenther Meyer * 8c5f038 : buildah: add recipe for buildah v1.26 - sakib.sajal@windriver.com * 33d0a51 : catatonit: Integrate version 0.1.7 - Andrei Gherzan Signed-off-by:
Marta Rybczynska <marta.rybczynska@linaro.org>
-
* bafd1d0 : arm-bsp/machine: corstone1000: disable pulling the kernel into the initramfs - Abdellatif El Khlifi * d54e50d : arm-bsp/corstone1000: use compressed kernel image - Abdellatif El Khlifi * 11920e6 : arm-bsp/n1sdp: update linux-yocto patches - Jon Mason * f8adac6 : arm/fvp-base-r-aem: upgrade to version 11.19.14 - Jiacheng Tang * 0a5eba1 : arm/lib: Specify the FVP environment variables explicitly - Peter Hoyes * 68f7d5d : arm/trusted-firmware-m: fix branch issue - Jon Mason * 7daa407 : arm-bsp:ffa-debugfs: update git SHA for v2.1.0 - Vishnu Banavath * af69667 : arm-toolchain/gcc,external-arm-toolchain: resolve conflict with gcc headers - Denys Dmytriyenko * 8c97ddc : arm/oeqa: Make linuxboot test case timeout configurable - Peter Hoyes * faa70b7 : optee-ftpm: Update to "main" branch - Leo Yan * f2781a9 : optee: use CFLAGS{32,64} to pass --sysroot - Jerome Forissier * cf9365f : docs: Introduce meta-arm OEQA documentation - Peter Hoyes * b26fdd7 : docs: Update FVP_CONSOLES in runfvp documentation - Peter Hoyes * d32f29c : gem5: add meta-arm-bsp dependency - Jon Mason * b2620a4 : arm-toolchain/layer.conf: remove BB_DANGLINGAPPENDS_WARNONLY - Ross Burton * 653754d : optee.inc: update setting for OPTEE_ARCH - Changqing Li * 025fb19 : runfvp: Stop the FVP when telnet shuts down cleanly - Peter Hoyes * 844696e : optee-os.inc: support multilib - Changqing Li * 29dc214 : arm/edk2-firmware: cherry pick gcc 12.x compatibility patches - Maciej Borzecki * 6301b32 : arm-bsp/sdcard-image-n1sdp: Fix N1SDP dependencies - Adam Johnston * 2b392eb : arm-bsp/edk2-firmware: Add NT_FW_CONFIG to N1SDP to fix aborts when accessing virtual memory - Adam Johnston * 01aa543 : arm-bsp/sdcard-image-n1sdp: N1SDP trusted boot - Adam Johnston * 1e13b8b : arm-bsp/scp-firmware: N1SDP trusted boot - Adam Johnston * d9c6ff9 : arm-bsp/trusted-firmware-a: N1SDP trusted boot - Adam Johnston * 8c69397 : arm/oeqa: Fix regex warning in linuxboot test case - Peter Hoyes Signed-off-by:
Marta Rybczynska <marta.rybczynska@linaro.org>
-
* 3796f98 : rauc: update to 1.8 - Enrico Jorns * 61c628c : rauc-git: update SRCREV to current master - Jan Luebbe * 25806eb : casync: update to latest git version (v2-267-g0efa7ab) - Enrico Jorns * 28a214a : class: bundle: rename 'incremental' image property to 'adaptive' - Enrico Jorns Signed-off-by:
Marta Rybczynska <marta.rybczynska@linaro.org>
-
* dacad93 : raspberrypi-firmware: Update to 20220830 snapshot - Vinicius Aquino * fdf8252 : rpi-cmdline: do_compile: Use pure Python syntax to get `CMDLINE` - Lluis Campos Signed-off-by:
Marta Rybczynska <marta.rybczynska@linaro.org>
-