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
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
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
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
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
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
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
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
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
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.
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
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
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)
| | ^
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
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-
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
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 +++
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
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 ++
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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/
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
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
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
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
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
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
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
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
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
43 matches
Mail list logo