[OE-core] RFC: build linux with a OE SDK

2022-04-25 Thread Jeroen Hofstee via lists.openembedded.org
+    nativesdk-gmp-dev \ +    nativesdk-libmpc-dev \ +    nativesdk-openssl-dev \ +" Regards, Jeroen [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=14681 [2] https://github.com/gcc-mirror/gcc/blob/master/config/gcc-plugin.m4#L52 From 59c3a48d1102d388858452a3b788fdc08291f02c Mon Sep 17

Re: [OE-core] [PATCH][dunfell] zlib: backport the fix for CVE-2018-25032

2022-04-10 Thread Jeroen Hofstee via lists.openembedded.org
Hello Steve, On 4/9/22 20:14, Steve Sakoman wrote: On Tue, Apr 5, 2022 at 9:05 AM Jeroen Hofstee via lists.openembedded.org wrote: Hello Ross, On 3/29/22 15:07, Ross Burton via lists.openembedded.org wrote: Signed-off-by: Ross Burton --- .../zlib/zlib/CVE-2018-25032.patch

Re: [OE-core] [PATCH][dunfell] zlib: backport the fix for CVE-2018-25032

2022-04-05 Thread Jeroen Hofstee via lists.openembedded.org
Hello Ross, On 3/29/22 15:07, Ross Burton via lists.openembedded.org wrote: Signed-off-by: Ross Burton --- .../zlib/zlib/CVE-2018-25032.patch| 347 ++ meta/recipes-core/zlib/zlib_1.2.11.bb | 1 + 2 files changed, 348 insertions(+) create mode 100644 m

[OE-core] [PATCH] initscripts: Add support for /etc/default/timestamp

2019-03-02 Thread Jeroen Hofstee via Openembedded-core
Source /etc/default/timestamp if present. This allows the rootfs to be read-only / store the file in a persistant location if the whole rootfs is updated. Signed-off-by: Jeroen Hofstee --- meta/recipes-core/initscripts/initscripts-1.0/bootmisc.sh | 7 +-- meta/recipes-core/initscripts

Re: [OE-core] [PATCH 1/3] python3: move sqlite files into python-sqlite

2018-09-29 Thread Jeroen Hofstee
Thanks Ross, build tested this and: packages-split/python-sqlite3/usr/lib/python2.7/sqlite3/ now contains __init__.py test end up here: packages-split/python-tests/usr/lib/python2.7/sqlite3/test/ So solved afaiac, Regards, Jeroen On 09/28/2018 06:06 PM, Ross Burton wrote: > sqlite3/__init__

Re: [OE-core] [PATCH v2] bash: 4.4.18 -> 4.4.23

2018-09-28 Thread Jeroen Hofstee
Hello Richard, On 09/27/2018 01:05 AM, Richard Purdie wrote: On Mon, 2018-09-24 at 18:29 +0200, Jeroen Hofstee wrote: Signed-off-by: Jeroen Hofstee --- v2: add patch subject prefix --- meta/recipes-extended/bash/bash_4.4.18.bb | 16 1 file changed, 16 insertions(+) I saw

Re: [OE-core] python-sqlite3 packaging

2018-09-26 Thread Jeroen Hofstee
Hello Alejandro, On 09/25/2018 05:08 PM, Alejandro Hernandez wrote: Hey Jeroen, On 9/24/2018 12:22 PM, Jeroen Hofstee wrote: Hello, Not sure where to report this, so trying here. It seems the /usr/lib/python2.7/sqlite3 ends up in the python-misc and not in python-sqlite3. This causes

[OE-core] [PATCH] bash: 4.4.18 -> 4.4.23

2018-09-24 Thread Jeroen Hofstee
Signed-off-by: Jeroen Hofstee --- meta/recipes-extended/bash/bash_4.4.18.bb | 16 1 file changed, 16 insertions(+) diff --git a/meta/recipes-extended/bash/bash_4.4.18.bb b/meta/recipes-extended/bash/bash_4.4.18.bb index b338acd..8fa0978 100644 --- a/meta/recipes-extended/bash

[OE-core] python-sqlite3 packaging

2018-09-24 Thread Jeroen Hofstee
Hello, Not sure where to report this, so trying here. It seems the /usr/lib/python2.7/sqlite3 ends up in the python-misc and not in python-sqlite3. This causes statements like: import sqlite3 To error with ImportError: No module named sqlite3, when python-misc is not installed. It looks like

[OE-core] [PATCH v2] bash: 4.4.18 -> 4.4.23

2018-09-24 Thread Jeroen Hofstee
Signed-off-by: Jeroen Hofstee --- v2: add patch subject prefix --- meta/recipes-extended/bash/bash_4.4.18.bb | 16 1 file changed, 16 insertions(+) diff --git a/meta/recipes-extended/bash/bash_4.4.18.bb b/meta/recipes-extended/bash/bash_4.4.18.bb index b338acd..8fa0978 100644