Message ID | 20241224140251.24389-4-adrian.freihofer@siemens.com |
---|---|
State | Under Review |
Headers | show |
Series | Cover systemd.bbclass and devtool ide-sdk changes | expand |
On Tue Dec 24, 2024 at 3:02 PM CET, Adrian Freihofer via lists.yoctoproject.org wrote: > This is a fix for 22dc5b3be3b1fbdb9447999b71f79db055271826, which has > completely replaced debug-tweaks. But in the context of devtool ide-sdk > and the comment in the example, the post-install-logging-image feature > doesn't really make much sense. Therefore, remove it. > > Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> > --- > documentation/sdk-manual/extensible.rst | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst > index 3733997fa..1cb1bb47c 100644 > --- a/documentation/sdk-manual/extensible.rst > +++ b/documentation/sdk-manual/extensible.rst > @@ -658,7 +658,6 @@ The extensible SDK supports two different development modes. > allow-empty-password \ > allow-root-login \ > empty-root-password \ > - post-install-logging \ > " > > # Remote debugging needs gdbserver on the target device Reviewed-by: Antonin Godard <antonin.godard@bootlin.com> Thank you! Antonin
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index 3733997fa..1cb1bb47c 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst @@ -658,7 +658,6 @@ The extensible SDK supports two different development modes. allow-empty-password \ allow-root-login \ empty-root-password \ - post-install-logging \ " # Remote debugging needs gdbserver on the target device
This is a fix for 22dc5b3be3b1fbdb9447999b71f79db055271826, which has completely replaced debug-tweaks. But in the context of devtool ide-sdk and the comment in the example, the post-install-logging-image feature doesn't really make much sense. Therefore, remove it. Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> --- documentation/sdk-manual/extensible.rst | 1 - 1 file changed, 1 deletion(-)