- Aug 09, 2022
-
-
Stevan Radaković authored
Using build job name to download bundles doesn't work. We need to introduce new var and make it mandatory for lava jobs containing the `sysota` in job name. Signed-off-by:
Stevan Radaković <stevan.radakovic@linaro.org>
-
- Aug 08, 2022
-
-
Pavel Zhukov authored
* e23ef05 : recipes-graphics: Add missing machine overrides - Natalia Kovalenko * f935da2 : recipes-graphics: Delete xorg-xserver - Natalia Kovalenko Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* 0d0f168 : freertos: Update to latest release 202012.04-LTS (kernel v10.4.3 Patch 2) - Alejandro Enedino Hernandez Samaniego * 22c9093 : meta-freertos: Add kirkstone as stable release - Alejandro Enedino Hernandez Samaniego * 765ea05 : freertos.conf: Drop BB_DANGLINGAPPENDS_WARNONLY - Andrei Gherzan Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* 8f2dc10 : tracker: upgrade 3.3.1 -> 3.3.2 - wangmy * 6f3b39f : tracker: upgrade 3.3.0 -> 3.3.1 - Wang Mingyu * d3e5c08 : redis: upgrade 7.0.2 -> 7.0.4 - wangmy * ab72f6b : stunnel: upgrade 5.64 -> 5.65 - wangmy * b9c0df2 : stunnel: upgrade 5.63 -> 5.64 - wangmy * cb4e7fb : python3-lxml: Security fix CVE-2022-2309 - Yue Tao * 2763eaf : openjpeg: ignore CVE-2015-1239 - Davide Gardenal * 7430daa : bigbuckbunny-1080p: update SRC_URI - Armin Kuster * 44d7730 : ndisc6: upgrade 1.0.5 -> 1.0.6 - Wang Mingyu * 7eb9e50 : php: upgrade 8.1.7 -> 8.1.8 - Wang Mingyu * db866d5 : rsyslog: update 8.2202->8.2206 - Aryaman Gupta * f1d7666 : catfish: fix buildpaths issue - Chen Qi * 4f02315 : postgresql: ignore unrelated CVE - Davide Gardenal * b0bf282 : php: ignore patched CVEs - Davide Gardenal * aca019a : mongodb: ignore unrelated CVEs - Davide Gardenal * bd8f5fa : meta-oe: ignore patched CVEs - Davide Gardenal * cd54a3b : libplist: ignore patched CVEs - Davide Gardenal Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
Pavel Zhukov authored
* 3564ce3 : initscripts: run umountnfs as a KILL script - Shruthi Ravichandran * acda23e : bind: Remove legacy python3 PACKAGECONFIG code - Alex Kiernan * 7d63a9d : efivar: fix import functionality - gr embeter * 400ed3b : base/reproducible: Change Source Date Epoch generation methods - Richard Purdie * a4326da : perf: fix reproduciblity in older releases of Linux - Ross Burton * aa6621d : udev-extraconf:mount.sh: fix a umount issue - Ming Liu * abff988 : systemd: Added base_bindir into pkg_postinst:udev-hwdb. - leimaohui * 15015dd : wic/plugins/rootfs: Fix NameError for 'orig_path' - Mihai Lindner * de7bd5b : oeqa/runtime: add test that the kernel has CONFIG_PREEMPT_RT enabled - Ross Burton * 492e565 : epiphany: upgrade 42.2 -> 42.3 - Alexander Kanavin * df37259 : xwayland: upgrade 22.1.2 -> 22.1.3 - Alexander Kanavin * d626b8c : xwayland: upgrade 22.1.1 -> 22.1.2 - Richard Purdie * fde20b5 : webkitgtk: upgrade 2.36.3 -> 2.36.4 - Alexander Kanavin * b295465 : vala: upgrade 0.56.1 -> 0.56.2 - Alexander Kanavin * b19e202 : vala: upgrade 0.56.0 -> 0.56.1 - Alexander Kanavin * 1dae5b5 : log4cplus: upgrade 2.0.7 -> 2.0.8 - Alexander Kanavin * c785f1d : libuv: upgrade 1.44.1 -> 1.44.2 - Alexander Kanavin * c74c265 : linux-firmware: update 20220610 -> 20220708 - Alexander Kanavin * 75503a1 : xserver-xorg: update 21.1.3 -> 21.1.4 - Alexander Kanavin * cf4e2a0 : font-util: update 1.3.2 -> 1.3.3 - Alexander Kanavin * 73ca8c3 : encodings: update 1.0.5 -> 1.0.6 - Alexander Kanavin * d083da1 : xf86-input-synaptics: update 1.9.1 -> 1.9.2 - Alexander Kanavin * 571736f : xmodmap: update 1.0.10 -> 1.0.11 - Alexander Kanavin * 2f9ab1a : xev: update 1.2.4 -> 1.2.5 - Alexander Kanavin * 5f3d709 : xorg-app: Tweak handling of compression changes in SRC_URI - Richard Purdie * cde6198 : xdpyinfo: upgrade 1.3.2 -> 1.3.3 - wangmy * 01f6eff : mkfontscale: upgrade 1.2.1 -> 1.2.2 - wangmy * 7eeaf4e : libtirpc: CVE-2021-46828 DoS vulnerability with lots of connections - Hitendra Prajapati * 5f236e7 : qemu: CVE-2022-35414 can perform an uninitialized read on the translate_fail path, leading to an io_readx or io_writex crash - Hitendra Prajapati Signed-off-by:
Pavel Zhukov <pavel.zhukov@huawei.com>
-
- Aug 04, 2022
-
-
Andrei Gherzan authored
BB_DANGLINGAPPENDS_WARNONLY controls how the parser behaves when dangling bbappends are found. When not defined (or defined to 0/no), it errors out and forces for these to be updated and handled accordingly. We rely on this behaviour to force us to forward port changes or drop if needed. The problem is that some layers might (in various ways) define this to only warn in this case breaking our CI and project health assumptions. To avoid this, we force this in the inc included by all our distros. Doing this in local.conf is problematic this would change behaviour by just importing a layer. Fixes: eclipse/oniro-core/oniro#751 Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Andrei Gherzan authored
Order is important here as we might want to override things that are defined strictly in the freertos.conf distro. Signed-off-by:
Andrei Gherzan <andrei.gherzan@huawei.com>
-
Marta Rybczynska authored
OE update brings a new version of bind, update our bbappend. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- Aug 03, 2022
-
-
Marta Rybczynska authored
This reverts commit c6287fbc. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
Marta Rybczynska authored
This reverts commit 025e67f1. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- Aug 02, 2022
-
-
Marta Rybczynska authored
* 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@huawei.com>
-
Marta Rybczynska authored
* d6273f7 : Merge pull request #1159 from Freescale/backport-1158-to-kirkstone - Otavio Salvador * 35d3f3f : imx8m*-evk: allow switch between `u-boot-imx` and `u-boot-fslc` - Otavio Salvador * bab2763 : Merge pull request #1157 from Freescale/backport-1155-to-kirkstone - Otavio Salvador * 8cba3aa : classes: fsl-kernel-localversion: fix usage with devtool - Francesco Valla * f2599b5 : Merge pull request #1154 from Freescale/backport-1152-to-kirkstone - Otavio Salvador * daa53e8 : imx6qdlsabre*.conf: Fix u-boot-imx-mfgtool compile error - Tom Hochstein * baa6f9c : imx6qdlsabre*.conf: Fix UBOOT_CONFIG override for u-boot-imx-mfgtool - Tom Hochstein * 8b801b8 : Merge pull request #1153 from Freescale/backport-1141-to-kirkstone - Otavio Salvador * b511d2a : imx-atf: allow setting the UART used during boot - Otavio Salvador * e5d2cb1 : imx-atf: mark `do_configure` as `noexec` - Otavio Salvador * a74f445 : imx-atf: use `MACHINE_ARCH` as `PACKAGE_ARCH` - Otavio Salvador * 017b7c7 : imx-atf: avoid default dependencies addition - Otavio Salvador * 59324fb : imx-base.inc: consolidate `IMX_EXTRA_FIRMWARE` definition - Otavio Salvador * 7b8a743 : Remove unuse `BOOT_TOOLS` variable - Otavio Salvador * 2ede256 : imx-base.inc: avoid explicit imx-boot dependency - Otavio Salvador * 10f4c0d : Merge pull request #1151 from Freescale/backport-1148-to-kirkstone - Otavio Salvador * 9e409a0 : imx8mm-evk: lift imx8mm-lpddr4-evk and imx8mm-ddr4-evk restrictions - Otavio Salvador * ac02582 : u-boot-fslc: 2022.04 -> 2022.07 - Otavio Salvador * af0e098 : imx-atf: update lf-5.15.5-1.0.0 to lf-5.15.32-2.0.0 - Otavio Salvador * 4ae8eec : Merge pull request #1150 from Freescale/backport-1149-to-kirkstone - Otavio Salvador * 827ebdf : u-boot-imx: Upgrade 2021.04 -> 2022.04 - Tom Hochstein * 54c2969 : linux-imx-headers: Upgrade 5.15.5 -> 5.15.32 - Tom Hochstein * dbe3561 : linux-imx: Upgrade to 5.15.32 - Tom Hochstein * 46f6856 : EULA,SCR: Update for NXP release 5.15.32-2.0.0 - Tom Hochstein * 25364ba : Merge pull request #1140 from Ossanes/topic/fix-kirkstone-machines - Otavio Salvador * 2f14512 : Add SoC information in machines where it is missing - Vinicius Aquino * 3915c0f : Merge pull request #1145 from Freescale/backport-1144-to-kirkstone - Otavio Salvador * 5142908 : optee-qoriq: rename directory so it maps to the recipe - Otavio Salvador * dea213f : qoriq-cst: rename cst to qoriq-cst - Otavio Salvador * 28af4ec : Merge pull request #1143 from Freescale/backport-1142-to-kirkstone - Otavio Salvador * d630b57 : imx-atf: Refine array-bounds patch commit message - Tom Hochstein Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
Marta Rybczynska authored
Remove the upstreamed patch in harfbuz.. Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
Marta Rybczynska authored
* 2bc86c0 : gcc-runtime: Pass -nostartfiles when building dummy libstdc++.so - Khem Raj * 943760d : gcc: Backport a fix for gcc bug 105039 - Naveen * bb1dc2b : gobject-introspection-data: Disable cache for g-ir-scanner - Tom Hochstein * 96215d6 : rootfs-postcommands.bbclass: move host-user-contaminated.txt to ${S} - Ming Liu * 7549429 : sstatesig: Include all dependencies in SPDX task signatures - Joshua Watt * 11943ac : git: upgrade v2.35.3 -> v2.35.4 - Sakib Sajal * 4c3591c : go: update v1.17.10 -> v1.17.12 - Sakib Sajal * 8b42e40 : vim: Upgrade 9.0.0021 -> 9.0.0063 - Richard Purdie * c0c7214 : gnupg: upgrade to 2.3.7 to fix CVE-2022-34903 - Yue Tao * 4e9c180 : gnupg: update 2.3.4 -> 2.3.6 - Alexander Kanavin * 5bfb44b : bind: upgrade 9.18.3 -> 9.18.4 - wangmy * 1bbedc1 : bind: upgrade 9.18.2 -> 9.18.3 - wangmy * e22b7b2 : dpkg: fix CVE-2022-1664 - Sakib Sajal * 6c373c0 : tiff: Security fixes CVE-2022-1354 and CVE-2022-1355 - Yi Zhao * 16be6e3 : lua: Backport fix for CVE-2022-33099 - Khem Raj * f1c2e21 : pulseaudio: add m4-native to DEPENDS - Ross Burton * 73cc5a1 : externalsrc.bbclass: support crate fetcher on externalsrc - Chanho Park * 9b2f7eb : cargo_common.bbclass: enable bitbake vendoring for externalsrc - Chanho Park * b418b96 : selftest/runtime_test/virgl: Disable for all almalinux - Richard Purdie * 3bb7abe : gcc-runtime: Fix missing MLPREFIX in debug mappings - Richard Purdie * f842dbc : gcc-runtime: Fix build when using gold - Richard Purdie * a994dbe : oe-selftest: devtool: test modify git recipe building from a subdir - Paul Eggleton * 7cf5381 : devtool: finish: handle patching when S points to subdir of a git repo - Paul Eggleton * 577a691 : patch: handle if S points to a subdirectory of a git repo - Paul Eggleton * 58029ca : bin_package: install into base_prefix - Pascal Bach * 9beb347 : devtool: ignore pn- overrides when determining SRC_URI overrides - Paul Eggleton * 7acc1b9 : kernel-arch: Fix buildpaths leaking into external module compiles - Richard Purdie * 7c3d9c5 : alsa-state: correct license - Peter Marko * d6ec378 : perl: don't install Makefile.old into perl-ptest - Ross Burton * d3149c9 : gtk-doc: Remove hardcoded buildpath - Richard Purdie * 3829ac3 : libmodule-build-perl: Use env utility to find perl interpreter - Khem Raj * cd3821f : vala: Fix on target wrapper buildpaths issue - Richard Purdie * dfe0a72 : lua: Fix multilib buildpath reproducibility issues - Richard Purdie * 05457e7 : waffle: correctly request wayland-scanner executable - Alexander Kanavin * 1837c17 : insane: Fix buildpaths test to work with special devices - Richard Purdie * 8efd5e3 : package.bbclass: Fix kernel source handling when not using externalsrc - Alejandro Hernandez Samaniego * cefc6ec : package.bbclass: Avoid stripping signed kernel modules in splitdebuginfo - Christoph Lauer * 2772b77 : package.bbclass: Fix base directory for debugsource files when using externalsrc - Alejandro Hernandez Samaniego * 39d57ef : python3: Backport patch to fix an issue in subinterpreters - Markus Volk * cb37eeb : udev-extraconf:mount.sh: fix path mismatching issues - Ming Liu * a3c93ec : udev-extraconf: fix some systemd automount issues - Ming Liu * 9d90c89 : udev-extraconf/mount.sh: ignore lvm in automount - Muhammad Hamza * 00ea431 : udev-extraconf: force systemd-udevd to use shared MountFlags - Muhammad Hamza * 35b18c5 : udev-extraconf/mount.sh: only mount devices on hotplug - Muhammad Hamza * 55c2de8 : udev-extraconf/mount.sh: save mount name in our tmp filecache - Muhammad Hamza * 229e7a9 : udev-extraconf/mount.sh: add LABELs to mountpoints - Muhammad Hamza * c021f55 : udev-extraconf: let automount base directory configurable - Ming Liu * 99d9dc7 : udev-extraconf/initrdscripts/parted: Rename mount.blacklist -> mount.ignorelist - Richard Purdie * 7505ac6 : harfbuzz: Fix compilation with clang - Pavel Zhukov * 2749916 : curl: Fix multiple CVEs - Robert Joslyn * 171415e : perf: fix reproducibility in 5.19+ - Bruce Ashfield * 873ac23 : gperf: Switch to upstream patch - Richard Purdie * 21f36f1 : gperf: Add a patch to work around reproducibility issues - Richard Purdie * 3480149 : kernel-devsrc: ppc32: fix reproducibility - Bruce Ashfield * ff5b504 : kernel-devsrc: fix reproducibility and buildpaths QA warning - Bruce Ashfield * f64ad68 : linux-yocto/5.15: fix buildpaths issue with pnmtologo - Bruce Ashfield * 3e15a98 : linux-yocto/5.15: update to v5.15.54 - Bruce Ashfield * 267576e : linux-yocto/5.15: fix buildpaths issue with gen-mach-types - Bruce Ashfield * e1c1ad4 : linux-yocto/5.15: fix build_OID_registry buildpaths warning - Bruce Ashfield * 736271d : linux-yocto/5.15: fix qemuppc buildpaths warning - Bruce Ashfield * a8a7765 : linux-yocto/5.15: update to v5.15.52 - Bruce Ashfield * 4b896df : linux-yocto/5.15: drop obselete GPIO sysfs ABI - Bruce Ashfield * cf7921a : linux-yocto/5.15: update to v5.15.48 - Bruce Ashfield * 5e5dee3 : linux-yocto/5.15: update to v5.15.46 - Bruce Ashfield * 1d8a9a3 : linux-yocto/5.10: fix buildpaths issue with pnmtologo - Bruce Ashfield * ea72e5e : linux-yocto/5.10: update to v5.10.130 - Bruce Ashfield * 6e2676a : linux-yocto/5.10: fix buildpaths issue with gen-mach-types - Bruce Ashfield * bbf8586 : linux-yocto/5.10: fix build_OID_registry/conmakehash buildpaths warning - Bruce Ashfield * 024056a : linux-yocto/5.10: update to v5.10.128 - Bruce Ashfield * 445bbe0 : linux-yocto/5.10: update to v5.10.123 - Bruce Ashfield * 62d3fc8 : linux-yocto/5.10: update to v5.10.121 - Bruce Ashfield * 5a892e2 : qemu: Add PACKAGECONFIG for brlapi - Richard Purdie * 9637a46 : qemu: Fix slirp determinism issue - Richard Purdie Signed-off-by:
Marta Rybczynska <marta.rybczynska@huawei.com>
-
- Jul 29, 2022
-
-
Artem Kondratiuk authored
There was some cases that the same variable appears more then once in the line. Only first appearence in the line was replaced. Signed-off-by:
artem.kondratiuk <artem.kondratiuk@huawei.com>
-
Signed-off-by:
artem.kondratiuk <artem.kondratiuk@huawei.com>
-
- Jul 28, 2022
-
-
Natalia Kovalenko authored
manifests/default.xml: Add new project meta-seco-rockchip local.conf.sample: Add seco-px30-d23 to MACHINE bblayers.conf.sample: Add meta-seco-rockchip layer to BBLAYERS conf-notes.txt Add seco-px30-d23 to supported machines machines-and-flavours.yaml Add linux-seco-px30-d23 and linux-seco-px30-d23-extra jobs linux-flavour.rst: Add seco-px30-d23 to supported machines machines-and-flavours.rst Add linux-seco-px30-d23 job boards/index.rst Add seco-px30-d23 to supported boards Add the seco-px30-d23.rst file representing the new Seco's JUNO board (SBC-D23) in the oniro project. Signed-off-by:
Natalia Kovalenko <waykovalenko@gmail.com>
-
Chase Qi authored
Use squad build ID to query test pass percentage. The lava-badge job is only needed by scheduled pipeline as calculating pass rate of full testing makes more sense. Enabling the job here for MR in draft status is mainly for debugging purpose. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
Chase Qi authored
This reverts commit a180a4b8. Signed-off-by:
Chase Qi <chase.qi@linaro.org>
-
- Jul 27, 2022
-
-
Signed-off-by:
artem.kondratiuk <artem.kondratiuk@huawei.com>
-
- Jul 26, 2022
-
-
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>
-
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>
-
- Jul 25, 2022
-
-
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>
-
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>
-
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>
-
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>
-