[OE-core] Gstreamer

2021-03-13 Thread manoun92
Hello, can anyone please tell me how can I add a recipe to my image without it being avaliable in Openembedded? I want to add Gstreamer from git and not the 1.14.1 version avaliable on openembedded(warrior) Thanks! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View

Re: [OE-core] [PATCH] glibc: Fix CVE-2021-27645

2021-03-13 Thread Anatol Belski
Hi, looking at the state of the upstream glibc 2.31, pulling the latest upstream might be more suitable than cherry-picking patches. Depending on the recipe maintainers opinion, it might be a good time time to do so as some other CVE issues are fixed there, too. Thanks Anatol On Fri, 2021-03-12

Re: [OE-core] [PATCH v2][RFC] distrodata.py: Test to track recipes without HOMEPAGE or DESCRIPTION

2021-03-13 Thread Randy MacLeod
On 2021-03-12 3:44 p.m., dorinda bassey wrote: Alright, I get you. Will send a v3 RFC. I think it'll be ready to merge so drop the RFC! ../Randy Thanks, Dorinda. On Fri, Mar 12, 2021 at 3:11 AM Randy MacLeod mailto:randy.macl...@windriver.com>> wrote: On 2021-03-08 4:12 p.m., Dorinda

[OE-core][dunfell 38/38] cups: use /run instead /var/run in systemd's unit file

2021-03-13 Thread Steve Sakoman
From: Chen Qi /var/run has been deprecated by systemd, so use /run instead, as suggested by systemd. [Yocto #14152] Signed-off-by: Chen Qi Signed-off-by: Richard Purdie (cherry picked from commit 6c3f56020da7a26c2daea73e39c2f324f1f597db) Signed-off-by: Kai Kang Signed-off-by: Steve Sakoman

[OE-core][dunfell 37/38] insane: don't check for a warning string that is never output

2021-03-13 Thread Steve Sakoman
From: Ross Burton insane has checks that the compiler isn't printing "CROSS COMPILE Badness" during configure/compile/install, but this message hasn't been output by GCC since 2010 (23f522e7). The current warning is "include location [...] is unsafe for cross- compilation" and as that is a prope

[OE-core][dunfell 36/38] build-appliance-image: Drop kernel module handling

2021-03-13 Thread Steve Sakoman
From: Richard Purdie kernel-devsrc is a dependency of the image so we no longer need the symlink creation code or the module-base inherit/dependency as it is included in that recipe. The KERNEL_VERSION usage was broken anyway as the module usage would have needed a: do_image[depends] += "build-a

[OE-core][dunfell 35/38] ptest-packagelists: remove libinput-ptest

2021-03-13 Thread Steve Sakoman
From: Ross Burton The libinput ptests are very sensitive to system load, and will fail if events from the kernel don't arrive sufficiently fast (from 20ms to 200ms depending on the test). This is by design as input processing is inherently time-sensitive and to avoid code bugs the test suite con

[OE-core][dunfell 34/38] bitbake-bblayers/create: Fix incorrect priority help message

2021-03-13 Thread Steve Sakoman
From: Charlie Davies The help message for the optional argument of setting the priority of the new layer was incorrect. Signed-off-by: Charlie Davies Signed-off-by: Richard Purdie (cherry picked from commit d10d928c6030951994bc2404cde78137c86917a4) Signed-off-by: Steve Sakoman --- meta/lib/b

[OE-core][dunfell 33/38] runqemu: use "raw" instead of "bin" for ovmf

2021-03-13 Thread Steve Sakoman
From: Jon Mason bin is not an acceptable format for qemu and will throw an error is set. The correct format in this case is raw. Signed-off-by: Jon Mason Change-Id: I9d78e356d39ecb15bef886c19870b029d9badd65 Signed-off-by: Richard Purdie (cherry picked from commit cd279aeb986b4676ea8ecb1e7b12c7

[OE-core][dunfell 32/38] local.conf.sample: fix typo

2021-03-13 Thread Steve Sakoman
From: Ulrich Ölmann Signed-off-by: Ulrich Ölmann Signed-off-by: Richard Purdie (cherry picked from commit 6413f56a19417fe9d2aaa0f3dba4fd12c41b98c4) Signed-off-by: Steve Sakoman --- meta/conf/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/local.

[OE-core][dunfell 31/38] dtc: Fix array-bounds error

2021-03-13 Thread Steve Sakoman
From: Khem Raj Fixes | libfdt/libfdt.h:251:28: error: array subscript 'struct fdt_header[0]' is partly outside array bounds of 'unsigned char[4]' [-Werror=array-bounds] | 251 | fdth->name = cpu_to_fdt32(val); \ | | ~~~^~~ Signed-of

[OE-core][dunfell 29/38] valgrind: Increase timeout duration 30 -> 90 s

2021-03-13 Thread Steve Sakoman
From: Yi Fan Yu Attempt to fix intermittent failure of `drd/tests/std_list` Locally tested to take around 45 s on qemuarm64 [YOCTO #14228] Signed-off-by: Yi Fan Yu Signed-off-by: Richard Purdie (cherry picked from commit aac00b1c8042e41cd6bb1aea8e3033a1c6dd2b05) Signed-off-by: Steve Sakoman

[OE-core][dunfell 30/38] rxvt-unicode: Do not use throw specifications

2021-03-13 Thread Steve Sakoman
From: Khem Raj Fixes build with -std=c++17 | ../../rxvt-unicode-9.22/src/../libev/ev++.h:379:46: error: ISO C++17 does not allow dynamic exception specifications | 379 | default_loop (unsigned int flags = AUTO) throw (bad_loop) | | ^

[OE-core][dunfell 27/38] wic: Warn if an ext filesystem affected by the Y2038 problem is used

2021-03-13 Thread Steve Sakoman
From: Florian Bezdeka We are getting closer and closer to the year 2038 where the 32 bit time_t overflow will happen. While products (= embedded systems) with an expected life time of 15 years are still save the situation may change if your system has to survive the next 20 years. ext2 and ext3

[OE-core][dunfell 28/38] oeqa/pam: Need shadow installed for the tests

2021-03-13 Thread Steve Sakoman
From: Khem Raj Distros may not use shadow for login manager secondly login --help returns 1 only with shadow provided login utility, with busybox it returns normal 0, the testcase clearly assumes shadow being part of image, therefore add needed checks to ensure the pre-requisites are met Signed-

[OE-core][dunfell 26/38] selftest/reproducible: Add ability to pull some objects from sstate

2021-03-13 Thread Steve Sakoman
From: Richard Purdie When debugging why a single recipe doesn't reproduce, its a pain to wait for the world to rebuild from scratch. Update the selftest to allow this to be configured, for example you could set targets as ['perf'] and sstate_targets as ['virtual/kernel'] and then it should only b

[OE-core][dunfell 25/38] efivar: Fix reproducibility issue

2021-03-13 Thread Steve Sakoman
From: Richard Purdie Add sorting to the globbing within the Makefile to make the output reproducible. Signed-off-by: Richard Purdie (cherry picked from commit c43ae151f572786818fe048233b4bbfd6b0ba2cf) Signed-off-by: Steve Sakoman --- .../efivar/efivar/determinism.patch| 18 +++

[OE-core][dunfell 24/38] swig: Fix reproducibility issue

2021-03-13 Thread Steve Sakoman
From: Richard Purdie Remove hardcoding the build configuration into the help/version output from swig to make the binaries reproducible. Signed-off-by: Richard Purdie (cherry picked from commit 7ed28ae9717ea9dad4e131012186d5f08e8f0bec) Signed-off-by: Steve Sakoman --- .../swig/swig/determinis

[OE-core][dunfell 23/38] syslinux: Fix reproducibility issues

2021-03-13 Thread Steve Sakoman
From: Richard Purdie Add sorting to wildcard expansion in the makefile to make builds reproducible. Signed-off-by: Richard Purdie (cherry picked from commit 5541ba76ccc0c416f315bc0dc14a20a33059bd5f) Signed-off-by: Steve Sakoman --- .../syslinux/syslinux/determinism.patch | 22 ++

[OE-core][dunfell 22/38] libid3tag: Fix reproducibility issue

2021-03-13 Thread Steve Sakoman
From: Richard Purdie Configure was swallowing our cflags meaning the resulting binaries were not reproducible. Tweak configure not to do that and fix reproducibility. Signed-off-by: Richard Purdie (cherry picked from commit 1395269a6fae5cec01d721e2ad52bd7cb8fc38ce) Signed-off-by: Steve Sakoman

[OE-core][dunfell 21/38] meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION

2021-03-13 Thread Steve Sakoman
From: Dorinda Bassey Added missing HOMEPAGE and DESCRIPTION found using the test command `oe-selftest -r distrodata.Distrodata.test_missing_homepg` [YOCTO #13471] Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie (cherry picked from commit 7290b773486da3888f848abf0dba747f2d9f42e1) S

[OE-core][dunfell 20/38] meta/recipes-graphics: Add HOMEPAGE / DESCRIPTION

2021-03-13 Thread Steve Sakoman
From: Dorinda Added missing HOMEPAGE and DESCRIPTION found using the test command `oe-selftest -r distrodata.Distrodata.test_missing_homepg` [YOCTO #13471] Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie (cherry picked from commit 5ab087950ceaa960c29b0cad12aa716a50b50c34) Signed-o

[OE-core][dunfell 17/38] meta/recipes-support: Add HOMEPAGE / DESCRIPTION

2021-03-13 Thread Steve Sakoman
From: Dorinda Added missing HOMEPAGE and DESCRIPTION found using the test command `oe-selftest -r distrodata.Distrodata.test_missing_homepg` [YOCTO #13471] Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie (cherry picked from commit 325db7fea11315e8dd53274853f33b716247d1bf) Signed-o

[OE-core][dunfell 19/38] meta/recipes-multimedia: Add HOMEPAGE / DESCRIPTION

2021-03-13 Thread Steve Sakoman
From: Dorinda Added missing HOMEPAGE and DESCRIPTION found using the test command `oe-selftest -r distrodata.Distrodata.test_missing_homepg` [YOCTO #13471] Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie (cherry picked from commit ab7a945f6e88db5cc2457823e2a6f942f30ab4e5) Signed-o

[OE-core][dunfell 18/38] meta/recipes-kernel: Add HOMEPAGE / DESCRIPTION

2021-03-13 Thread Steve Sakoman
From: Dorinda Added missing HOMEPAGE and DESCRIPTION found using the test command `oe-selftest -r distrodata.Distrodata.test_missing_homepg` [YOCTO #13471] Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie (cherry picked from commit 693988ec423341b930e93d604638826cccba9e37) Signed-o

[OE-core][dunfell 14/38] meta/recipes-rt: Add HOMEPAGE / DESCRIPTION

2021-03-13 Thread Steve Sakoman
From: Dorinda Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie (cherry picked from commit 95a86ac1c12414c1b4983880145aec55bd9a38a4) Signed-off-by: Steve Sakoman --- meta/recipes-rt/rt-t

[OE-core][dunfell 16/38] meta/recipes-extended: Add HOMEPAGE / DESCRIPTION

2021-03-13 Thread Steve Sakoman
From: Dorinda Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie (cherry picked from commit cc6c7af900ae0196a62b7fa1375c55bbcd8e68b4) Signed-off-by: Steve Sakoman --- meta/recipes-extende

[OE-core][dunfell 15/38] meta-skeleton: Add HOMEPAGE / DESCRIPTION

2021-03-13 Thread Steve Sakoman
From: Dorinda Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie (cherry picked from commit 89d8f20353bacb089bc18833d3ff032b525613ee) Signed-off-by: Steve Sakoman --- .../baremetal-exampl

[OE-core][dunfell 13/38] recipes-support: Add missing HOMEPAGE and DESCRIPTION for recipes

2021-03-13 Thread Steve Sakoman
From: Meh Mbeh Ida Delphine Fixes: [YOCTO #13471] Signed-off-by: Ida Delphine Signed-off-by: Richard Purdie (cherry picked from commit 6db24928d62aeb093a0e6da6619713eaca57a96f) Signed-off-by: Steve Sakoman --- meta/recipes-support/apr/apr_1.7.0.bb | 8 .../argp-standa

[OE-core][dunfell 12/38] recipes-sato: Add missing HOMEPAGE and DESCRIPTION for recipes

2021-03-13 Thread Steve Sakoman
From: Meh Mbeh Ida Delphine Fixes: [YOCTO #13471] Signed-off-by: Ida Delphine Signed-off-by: Richard Purdie (cherry picked from commit dad63dcd37948388a7a1ffe7f9af187306295d5a) Signed-off-by: Steve Sakoman --- meta/recipes-sato/images/core-image-sato-dev.bb | 1 + meta/recipes-

[OE-core][dunfell 11/38] recipes-multimedia: Add missing HOMEPAGE and DESCRIPTION for recipes.

2021-03-13 Thread Steve Sakoman
From: Meh Mbeh Ida Delphine Fixes: [YOCTO #13471] Signed-off-by: Ida Delphine Signed-off-by: Richard Purdie (cherry picked from commit 312994268bb68a012a61c99e1c3697e8de60a2ce) Signed-off-by: Steve Sakoman --- meta/recipes-multimedia/alsa/alsa-lib_1.2.1.2.bb| 2 ++ meta/recipes-m

[OE-core][dunfell 10/38] recipes-kernel: Add missing HOMEPAGE and DESCRIPTION for recipes.

2021-03-13 Thread Steve Sakoman
From: Meh Mbeh Ida Delphine Fixes: [YOCTO #13471] Signed-off-by: Ida Delphine Signed-off-by: Richard Purdie (cherry picked from commit 16409694f19e4d3b7bdc10a7f71c67938ce5f3ff) Signed-off-by: Steve Sakoman --- meta/recipes-kernel/blktrace/blktrace_git.bb | 5 + meta/recip

[OE-core][dunfell 09/38] recipes-graphics: Add missing HOMEPAGE and DESCRIPTION for recipes.

2021-03-13 Thread Steve Sakoman
From: Meh Mbeh Ida Delphine Fixes: [YOCTO #13471] Signed-off-by: Ida Delphine Signed-off-by: Richard Purdie (cherry picked from commit 24eac1fef8892484cc3dede1853d180e0c235120) Signed-off-by: Steve Sakoman --- meta/recipes-graphics/clutter/clutter-gst-3.0.inc | 4 meta/recipes-g

[OE-core][dunfell 08/38] recipes-gnome: Add missing HOMEPAGE and DESCRIPTION for recipes

2021-03-13 Thread Steve Sakoman
From: Meh Mbeh Ida Delphine Fixes: [YOCTO #13471] Signed-off-by: Ida Delphine Signed-off-by: Richard Purdie (cherry picked from commit e501e87b847d915e97b11d966b5781059daaf362) Signed-off-by: Steve Sakoman --- meta/recipes-gnome/epiphany/epiphany_3.34.4.bb| 3 +++ meta/recipes-gnome/

[OE-core][dunfell 07/38] linux-yocto/5.4: update to v5.4.103

2021-03-13 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: c4ca4659678e Linux 5.4.103 47478db9ad21 ALSA: hda/realtek: Apply dual codec quirks for MSI Godlike X570 board 4cf243476463 ALSA: hda/realtek: Add quirk for Intel NU

[OE-core][dunfell 05/38] linux-yocto/5.4: update to v5.4.99

2021-03-13 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 850e6a95deb5 Linux 5.4.99 e8ffaca0fe27 ovl: expand warning in ovl_d_real() b55528a18e40 net/qrtr: restrict user-controlled length in qrtr_tun_write_iter() 6

[OE-core][dunfell 06/38] linux-yocto/5.4: update to v5.4.101

2021-03-13 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: ef1fcccf6e5f Linux 5.4.101 fe257f47e2c3 scripts/recordmcount.pl: support big endian for ARCH sh a2c5e4a083a7 cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting ci

[OE-core][dunfell 04/38] python3-jinja2: set CVE_PRODUCT

2021-03-13 Thread Steve Sakoman
From: Chen Qi Set CVE_PRODUCT for more accurate CVE scanning. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie (cherry picked from commit aefcc7a7dd012530ed846292caaed70d20589a3a) Signed-off-by: Steve Sakoman --- meta/recipes-devtools/python/python3-jinja2_2.11.2.bb | 2 ++ 1 file change

[OE-core][dunfell 03/38] shadow: whitelist CVE-2013-4235

2021-03-13 Thread Steve Sakoman
From: Purushottam Choudhary This CVE is about TOCTOU (time-of-check time-of-use) race condition when copying and removing directory trees which had very low severity problem and marked as closed and won't fix. Therefore whitelisted CVE-2013-4235. Master, gatesgarth and dunfell all have shadow ver

[OE-core][dunfell 02/38] qemu: fix CVE-2021-20203

2021-03-13 Thread Steve Sakoman
From: Minjae Kim net: vmxnet3: validate configuration values during activate Upstream-Status: Acepted [https://lists.gnu.org/archive/html/qemu-devel/2021-01/msg07935.html] CVE: CVE-2021-20203 Signed-off-by: Minjae Kim Signed-off-by: Steve Sakoman --- meta/recipes-devtools/qemu/qemu.inc

[OE-core][dunfell 01/38] wpa-supplicant: fix CVE-2021-27803

2021-03-13 Thread Steve Sakoman
From: Minjae Kim A vulnerability was discovered in how p2p/p2p_pd.c in wpa_supplicant before 2.10 processes P2P (Wi-Fi Direct) provision discovery requests. It could result in denial of service or other impact (potentially execution of arbitrary code), for an attacker within radio range. Upstrea

[OE-core][dunfell 00/38] Patch review

2021-03-13 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Tuesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1962 The following changes since commit f5965d74822513e1edfc796b646e8a1ca2a50d65: yocto-uninative.in

[OE-core] [PATCH] cmake.bbclass: Create cmake arch mapping for ppc64le

2021-03-13 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/classes/cmake.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 4af22268b7..70e4f3b6fd 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass @@ -81,6 +81,8 @@ def map_host