Re: [OE-core][PATCH] dropbear: Enable x11 forwarding

2022-09-27 Thread Daniel Gomez
On Mon, 25 Jul 2022 at 10:49, Ross Burton wrote: > > On 25 Jul 2022, at 04:11, Matt Johnston wrote: > > The upstream method for Dropbear configuration is #define entries in a > > localoptions.h file. default_options.h should be left untouched. Adding it > > to CFLAGS for configure would also

Re: [OE-core][PATCH] dropbear: Enable x11 forwarding

2022-07-25 Thread Ross Burton
On 25 Jul 2022, at 04:11, Matt Johnston wrote: > The upstream method for Dropbear configuration is #define entries in a > localoptions.h file. default_options.h should be left untouched. Adding it > to CFLAGS for configure would also work, as > > ./configure CFLAGS="-Os -Wall

Re: [OE-core][PATCH] dropbear: Enable x11 forwarding

2022-07-24 Thread Matt Johnston
On Thu, 2022-07-21 at 09:12 +, Ross Burton wrote: > > On 20 Jul 2022, at 20:44, Daniel Gomez via lists.openembedded.org > > wrote: > > + > > file://0008-default_options-Enable-x11-forwarding.patch', '', d)}” > > This should be a PACKAGECONFIG instead of a forced on/off based

Re: [OE-core][PATCH] dropbear: Enable x11 forwarding

2022-07-21 Thread Daniel Gomez
On Thu, 21 Jul 2022 at 11:13, Ross Burton wrote: > > > > On 20 Jul 2022, at 20:44, Daniel Gomez via lists.openembedded.org > > wrote: > > + ${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' \ > > + > > file://0007-Fix-X11-build-failure-use-DROPBEAR_PRIO_LOWDELAY.patch \

Re: [OE-core][PATCH] dropbear: Enable x11 forwarding

2022-07-21 Thread Ross Burton
> On 20 Jul 2022, at 20:44, Daniel Gomez via lists.openembedded.org > wrote: > + ${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' \ > + > file://0007-Fix-X11-build-failure-use-DROPBEAR_PRIO_LOWDELAY.patch \ This patch should be always applied, as it doesn’t cause any

[OE-core][PATCH] dropbear: Enable x11 forwarding

2022-07-20 Thread Daniel Gomez
Enable X11 forwarding whenever X11 is part of the DISTRO_FEATURES. Add backport patch to fix X11 forwarding in the current 2022.82 version. Signed-off-by: Daniel Gomez --- meta/recipes-core/dropbear/dropbear.inc | 5 ++- ...d-failure-use-DROPBEAR_PRIO_LOWDELAY.patch | 27