Re: [oe] Looks like systemd is a split package ... but where is coredumpctl?

2020-05-14 Thread Krzysztof Zawadzki
Hi, http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-core/systemd/systemd_245.5.bb?h=master I see that systemd recipe should prepare: ${bindir}/coredumpctl Try to add to systemd recipe: PACKAGECONFIG += "coredump" Best Regards, Krzysztof Zawadzki pt., 15 maj 2020 o 04:27

[oe] Looks like systemd is a split package ... but where is coredumpctl?

2020-05-14 Thread Brian Hutchinson
Hi, I'm trying to figure out how to configure /etc/systemd/coredump.conf in order to get coredump files. I don't appear to have coredumpctl nor can I find a recipe in Yocto or OE Core that looks like it builds it. I've looked at all (I think) systemd packages that were generated when I built

[oe] [PATCH 2/2] hidapi: upgrade 0.7.99+ -> 0.9.0

2020-05-14 Thread Andreas M?ller
Signed-off-by: Andreas Müller --- meta-oe/recipes-support/hidapi/hidapi_git.bb | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb b/meta-oe/recipes-support/hidapi/hidapi_git.bb index a34797ff5..5afc4596e 100644 ---

[oe] [PATCH 1/2] libusb-compat: upgrade 0.1.5 -> 0.1.7

2020-05-14 Thread Andreas M?ller
They moved to github Signed-off-by: Andreas Müller --- .../0001-usb.h-Include-sys-types.h.patch| 14 ++ ...b-compat_0.1.5.bb => libusb-compat_0.1.7.bb} | 17 - 2 files changed, 14 insertions(+), 17 deletions(-) rename

Re: [oe] [meta-python][PATCH] meta-python: add self as maintainer

2020-05-14 Thread Tim Orling
I’ve discussed privately with Trevor previously. He has already made many solid contributions and his assistance should be recognized. On Thu, May 14, 2020 at 12:48 PM Trevor Gamblin < trevor.gamb...@windriver.com> wrote: > Signed-off-by: Trevor Gamblin Acked-by: Tim Orling > > --- >

[oe] [meta-python][PATCH] meta-python: add self as maintainer

2020-05-14 Thread Trevor Gamblin
Signed-off-by: Trevor Gamblin --- meta-python/README | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/README b/meta-python/README index 705b035d9..ca0a290d9 100644 --- a/meta-python/README +++ b/meta-python/README @@ -46,4 +46,5 @@ Maintenance Layer Maintainers: Tim

[oe] [meta-oe][PATCH V3] rasdaemon: create recipe for version 0.6.5

2020-05-14 Thread Khem Raj
From: Beniamin Sandu Link with libargp on musl Include limits.h Add to packagegroup-meta-oe Signed-off-by: Beniamin Sandu Signed-off-by: Khem Raj --- v3: Consolidate musl changes and move under perl dynamic layer setup .../packagegroup-meta-oe.bbappend | 2 +-

[oe] [meta-oe][PATCH] mplayer-common: Drop obsolete recipe

2020-05-14 Thread Paul Barker
This recipe hasn't been changed in any meaningful way since it was imported from oe-classic in 2011. There's no recipe for mplayer in meta-oe these days so it's probably time to drop it. Signed-off-by: Paul Barker --- meta-oe/conf/layer.conf | 1 -

Re: [oe] [meta-oe][PATCH] cpprest: Disable one more test requiring internet connection

2020-05-14 Thread Khem Raj
I think I have it mixed with my branches, no action is needed from you its in master now. On 5/12/20 11:06 PM, Gianfranco wrote: Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../cpprest/disable-outside-tests.patch | 20 +++ 1 file

Re: [oe] [meta-oe][PATCH] cpprest: Disable one more test requiring internet connection

2020-05-14 Thread Khem Raj
Hi Gianfranco Can you rebase it on top of master and resend please On 5/12/20 11:06 PM, Gianfranco wrote: Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna --- .../cpprest/disable-outside-tests.patch | 20 +++ 1 file changed, 20 insertions(+)

Re: [oe] [meta-oe][PATCH] cli11: upgrade 1.8.0 -> 1.9.0

2020-05-14 Thread Khem Raj
On Wed, May 13, 2020 at 8:56 PM William A. Kennington III via lists.openembedded.org wrote: > > Variants of the patches are now included upstream so the local patching > can be removed. > Building with clang fails like below https://errors.yoctoproject.org/Errors/Details/412048/

[oe] [meta-oe][PATCH] iwd: upgrade 1.6 -> 1.7

2020-05-14 Thread Pierre-Jean Texier via lists.openembedded.org
This includes the following changes: ver 1.7: Fix issue with APs that send IGTK falsely in big endian. Fix issue with setting linkmode & operstate for open networks. Signed-off-by: Pierre-Jean Texier --- meta-oe/recipes-connectivity/iwd/{iwd_1.6.bb => iwd_1.7.bb} | 2 +- 1 file

[oe] [PATCH] apache2: fix service start fail

2020-05-14 Thread Changqing Li
From: Changqing Li reproduce steps: 1. boot up target 2. scp apache2-2.4.41-r0.1.aarch64.rpm on target 3. rpm -i apache2-2.4.41-r0.1.aarch64.rpm 4. systemctl status apache2 Error: httpd[7767]: (2)No such file or directory: AH02291: Cannot access directory '/var/log/apache2/' for main error log