Re: [OE-core] [PATCH] kernel: Don't fail if Modules.symvers doesn't exist

2023-08-02 Thread Andrew Geissler
On Wed, Aug 2, 2023 at 06:38 AM, Bruce Ashfield wrote: > > On Wed, Aug 2, 2023 at 9:15 AM Joel Stanley wrote: > >> On Wed, 2 Aug 2023 at 12:45, Frédéric Martinsons >> wrote: >> >>> >>> >>> On Wed, 2 Aug 2023 at 13:47, Joel Stanley wrote: >>> The one liner tests using `[ ] && action`

[OE-core] [PATCH] filemap.py: enforce maximum of 4kb block size

2023-03-24 Thread Andrew Geissler
was 64KB, resulting in the above assert failure. Resolves https://bugzilla.yoctoproject.org/show_bug.cgi?id=15075 Signed-off-by: Andrew Geissler --- scripts/lib/wic/filemap.py | 7 +++ 1 file changed, 7 insertions(+) diff --git a/scripts/lib/wic/filemap.py b/scripts/lib/wic/filemap.py index

Re: [OE-core] [PATCH] go: add support to build on ppc64le

2022-10-25 Thread Andrew Geissler
Hi, anything else needed to get this one in? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#172130): https://lists.openembedded.org/g/openembedded-core/message/172130 Mute This Topic: https://lists.openembedded.org/mt/94166389/21656 Group Owner: op

[OE-core] [PATCH] go: add support to build on ppc64le

2022-10-06 Thread Andrew Geissler
Verified by building on a ppc64le based system Signed-off-by: Andrew Geissler --- meta/recipes-devtools/go/go-binary-native_1.19.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/go/go-binary-native_1.19.bb b/meta/recipes-devtools/go/go-binary-native_1.19.bb index

[OE-core] [PATCH] systemd: Upgrade v246.2 -> v246.6

2020-09-23 Thread Andrew Geissler
fail if UseMTU=yes on DHCP lease lost a2a3f16cdc missing_syscall: do not use function name that may conflict with glibc 4091dcd469 missing_syscall: fix pidfd_{send_signal,open} numbers for alpha 7875daf52b network: wait for previous address removal before configuring static addresses 120064b4a1 n

[OE-core] [PATCH] meson: backport library ordering fix

2020-06-11 Thread Andrew Geissler
not have the default behavior so projects that use boost start failing to compile with undefined references to other boost libraries. Signed-off-by: Andrew Geissler --- meta/recipes-devtools/meson/meson.inc | 1 + ...sort-shared-before-static-fixes-7171.patch | 35 +++ 2

Re: [OE-core] [PATCH] util-linux: fix build error in kill

2020-05-01 Thread Andrew Geissler
Hey guys, anything else needed to get this one in? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#137714): https://lists.openembedded.org/g/openembedded-core/message/137714 Mute This Topic: https://lists.openembedded.org/mt/73090180/21656 Group Own

[OE-core] [PATCH] libffi: fix v3.3 compile on ppc64le

2020-04-27 Thread Andrew Geissler
i/libffi/pull/561] +Signed-off-by: Fabrice Fontaine +Signed-off-by: Andrew Geissler +--- + src/powerpc/ffi_powerpc.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/powerpc/ffi_powerpc.h b/src/powerpc/ffi_powerpc.h +index 8e2f2f0..960a5c4 100644 +--- a/src/powerpc/ffi_powerpc.h

[OE-core] [PATCH v3] boost: revert 1.72.0 regression

2020-04-21 Thread Andrew Geissler
ned-off-by: Andrew Geissler v2: added Signed-off-by to patch added Upstream-Status tag v3: moved Upstream-status tag to the patch file --- meta/recipes-support/boost/boost_1.72.0.bb| 1 + ...001-revert-cease-dependence-on-range.patch | 53 +++ 2 files changed, 54

[OE-core] [PATCH v2] boost: revert 1.72.0 regression

2020-04-21 Thread Andrew Geissler
Upstream-Status: Backport [https://github.com/boostorg/coroutine/commit/9c73b2f7c1759a9508ba8780b38dc15f07f1a447] Signed-off-by: Andrew Geissler v2: added Signed-off-by to patch added Upstream-Status tag --- meta/recipes-support/boost/boost_1.72.0.bb| 1 + ...001-revert-cease-dep

Re: [OE-core] [PATCH 2/2] boost: revert 1.72.0 regression

2020-04-21 Thread Andrew Geissler
> > The patch needs an Upstream-Status. Is it a backport (then the link to > repo needs to be provided)? Thanks for the quick review Alexander. My understanding is that boost released 1.72.0 and then found this regression so they provide a link to this patch on their 1.72.0 release page. Here'

[OE-core] [PATCH 1/2] boost: switch over to sourceforge

2020-04-21 Thread Andrew Geissler
dl.binary has a monthly download limit. The issue is documented in https://github.com/boostorg/boost/issues/299 Yocto has backup/caching for issues like this but it's best to not contribute to that download limit if the same file is hosted over at sourceforge. Signed-off-by: Andrew Gei

[OE-core] [PATCH 2/2] boost: revert 1.72.0 regression

2020-04-21 Thread Andrew Geissler
ned-off-by: Andrew Geissler --- meta/recipes-support/boost/boost_1.72.0.bb| 1 + ...001-revert-cease-dependence-on-range.patch | 49 +++ 2 files changed, 50 insertions(+) create mode 100644 meta/recipes-support/boost/files/0001-revert-cease-dependence-on-range.patch diff --

[OE-core] [PATCH v3 2/3] python: respect package order in manifest

2018-09-19 Thread Andrew Geissler
Don't sort the manifest when using it to generate packaging rules, so ordering can be used to have complex packaging rules. This is a backport of the same changes done by Ross Burton for python3 Changes since v1: - Rebase Signed-off-by: Andrew Geissler --- meta/recipes-devtools/p

[OE-core] [PATCH v3 1/3] python: don't sort the manifest in create_manifest

2018-09-19 Thread Andrew Geissler
v2: - Rebase Signed-off-by: Andrew Geissler --- .../python/python/create_manifest2.py | 16 +- .../python/python/python2-manifest.json| 1660 ++-- 2 files changed, 840 insertions(+), 836 deletions(-) diff --git a/meta/recipes-devtools/python/python

[OE-core] [PATCH v3 3/3] python: consolidate tests

2018-09-19 Thread Andrew Geissler
same changes done by Ross Burton for python3 Changes since v1: - Rebase Signed-off-by: Andrew Geissler --- .../python/python/python2-manifest.json| 33 +- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/meta/recipes-devtools/python/python/py

[OE-core] [PATCH 1/3] python: don't sort the manifest in create_manifest

2018-09-19 Thread Andrew Geissler
-by: Andrew Geissler --- .../python/python/create_manifest2.py | 16 +- .../python/python/python2-manifest.json| 1660 ++-- 2 files changed, 840 insertions(+), 836 deletions(-) diff --git a/meta/recipes-devtools/python/python/create_manifest2.py b/meta

Re: [OE-core] [PATCH 2/3] python: respect package order in manifest

2018-09-19 Thread Andrew Geissler
utils/usr/lib/python2.7/config/libpython2.7.a' > [staticdev] Ahh shoot, I missed that reorder change in your patch set 1 changes. I'll get an update up. > > Ross > On Fri, 14 Sep 2018 at 22:33, Andrew Geissler wrote: > > > > Don't sort the manifest when using

[OE-core] [PATCH 2/3] python: respect package order in manifest

2018-09-14 Thread Andrew Geissler
Don't sort the manifest when using it to generate packaging rules, so ordering can be used to have complex packaging rules. This is a backport of the same changes done by Ross Burton for python3 Signed-off-by: Andrew Geissler --- meta/recipes-devtools/python/python_2.7.15.bb | 6 ++ 1

[OE-core] [PATCH 3/3] python: consolidate tests

2018-09-14 Thread Andrew Geissler
same changes done by Ross Burton for python3 Signed-off-by: Andrew Geissler --- .../python/python/python2-manifest.json| 35 ++ 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/re

[OE-core] [PATCH 1/3] python: don't sort the manifest in create_manifest

2018-09-14 Thread Andrew Geissler
with the new stable ordering, and distutils-staticdev moved above distutils so the packaging rules work as expected. This is a backport of the same changes done by Ross Burton for python3 Signed-off-by: Andrew Geissler --- .../python/python/create_manifest2.py | 16 +- .../python

Re: [OE-core] [PATCH v2] python/python3: Move test files to test package

2018-09-14 Thread Andrew Geissler
On Fri, Sep 14, 2018 at 11:48 AM Alexander Kanavin wrote: > > We should probably do another dig at ridding oe-core of py2 :) Uh-oh! Guess we better get the Py3 update on our list. > > Alex > > 2018-09-14 18:35 GMT+02:00 Alejandro Hernandez > : > > Hey Ross, > > > > > > I believe that if we want

Re: [OE-core] [PATCH v2] python/python3: Move test files to test package

2018-09-14 Thread Andrew Geissler
On Fri, Sep 14, 2018 at 11:05 AM Burton, Ross wrote: > > On 14 September 2018 at 16:13, Andrew Geissler wrote: > > Nice, thanks Ross! Looks good to me. Will you be back-porting to > > python2 as well? > > Struggling to be motivated for Py2 to be honest. Do you fancy &

Re: [OE-core] [PATCH v2] python/python3: Move test files to test package

2018-09-14 Thread Andrew Geissler
On Fri, Sep 14, 2018 at 8:06 AM Burton, Ross wrote: > > On 14 September 2018 at 00:49, Burton, Ross wrote: > > On 14 September 2018 at 00:30, Burton, Ross wrote: > >> I suspect simply adding python3.5/*/test/ will catch the bulk of this > >> now and in the future. > > > > Gave this a go and anno

[OE-core] [PATCH v2] python/python3: Move test files to test package

2018-09-13 Thread Andrew Geissler
tests package Signed-off-by: Andrew Geissler --- meta/recipes-devtools/python/python/python2-manifest.json | 5 - meta/recipes-devtools/python/python3/python3-manifest.json | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/python/python/py

Re: [OE-core] [PATCH 2/2] python/python3: Add option to remove test files

2018-09-12 Thread Andrew Geissler
sts entry. Is that the type of thing I should try with the other packages or were you thinking something else? I'm definitely very new to the python recipe, but willing to try out whatever you guys think best. Thanks! Andrew > > Ross > > On 12 September 2018 at 21:40, Andrew Geis

[OE-core] [PATCH 2/2] python/python3: Add option to remove test files

2018-09-12 Thread Andrew Geissler
/test In some distributions, the extra space taken up by these test files is very valuable. The default is to still include the test files. Signed-off-by: Andrew Geissler --- meta/recipes-devtools/python/python3_3.5.5.bb | 9 + meta/recipes-devtools/python/python_2.7.15.bb | 9

[OE-core] [PATCH 1/2] python/python3: Remove trailing white spaces

2018-09-12 Thread Andrew Geissler
Noticed these in my diff when adding some new changes to these files. Signed-off-by: Andrew Geissler --- meta/recipes-devtools/python/python3_3.5.5.bb | 2 +- meta/recipes-devtools/python/python_2.7.15.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes

[OE-core] python test files installed in image on purpose?

2018-09-07 Thread Andrew Geissler
Hi, We've been running into some flash space issues over in the openbmc project. I noticed the python.bb file (python_2.7.14.bb for us) is installing some test folders/files in our rootfs image. # find /usr/lib/python2.7/ -name "test" -print /usr/lib/python2.7/ctypes/test /usr/lib/python2.7/email