* [PATCH Resend] features: Add distro feature "audit"
@ 2026-07-15 5:57 Jörg Sommer
2026-07-16 13:14 ` [docs] " Antonin Godard
2026-07-16 21:25 ` [PATCH v2] " Jörg Sommer
0 siblings, 2 replies; 6+ messages in thread
From: Jörg Sommer @ 2026-07-15 5:57 UTC (permalink / raw)
To: docs, joerg.sommer
From: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
---
documentation/ref-manual/features.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
index 77d034f0c..7194bf4ac 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -141,6 +141,8 @@ metadata, as extra layers can define their own:
section in the Yocto Project Application Development and the
Extensible Software Development Kit (eSDK) manual.
+- *audit:* Enables libaudit support.
+
- *bluetooth:* Include bluetooth support (integrated BT only).
- *cramfs:* Include CramFS support.
--
2.53.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [docs] [PATCH Resend] features: Add distro feature "audit"
2026-07-15 5:57 [PATCH Resend] features: Add distro feature "audit" Jörg Sommer
@ 2026-07-16 13:14 ` Antonin Godard
2026-07-16 21:25 ` [PATCH v2] " Jörg Sommer
1 sibling, 0 replies; 6+ messages in thread
From: Antonin Godard @ 2026-07-16 13:14 UTC (permalink / raw)
To: joerg.sommer, docs
Hi,
On Wed Jul 15, 2026 at 7:57 AM CEST, Jörg Sommer via lists.yoctoproject.org wrote:
> From: Jörg Sommer <joerg.sommer@navimatix.de>
>
> Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
> ---
> documentation/ref-manual/features.rst | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
> index 77d034f0c..7194bf4ac 100644
> --- a/documentation/ref-manual/features.rst
> +++ b/documentation/ref-manual/features.rst
> @@ -141,6 +141,8 @@ metadata, as extra layers can define their own:
> section in the Yocto Project Application Development and the
> Extensible Software Development Kit (eSDK) manual.
>
> +- *audit:* Enables libaudit support.
We could add a link to the project, which I think is named "audit-userspace"?
libaudit -> `audit-userspace <https://github.com/linux-audit/audit-userspace>`__
Antonin
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH v2] features: Add distro feature "audit"
2026-07-15 5:57 [PATCH Resend] features: Add distro feature "audit" Jörg Sommer
2026-07-16 13:14 ` [docs] " Antonin Godard
@ 2026-07-16 21:25 ` Jörg Sommer
2026-07-28 7:31 ` [docs] " Antonin Godard
1 sibling, 1 reply; 6+ messages in thread
From: Jörg Sommer @ 2026-07-16 21:25 UTC (permalink / raw)
To: docs, joerg.sommer; +Cc: Jörg Sommer
From: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
---
Changes since v1:
* I've added a link to the documentation wiki.
documentation/ref-manual/features.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
index 77d034f0c..d12b7fa13 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -141,6 +141,8 @@ metadata, as extra layers can define their own:
section in the Yocto Project Application Development and the
Extensible Software Development Kit (eSDK) manual.
+- *audit:* Enables `linux-audit <https://github.com/linux-audit/audit-documentation/wiki>`__ support.
+
- *bluetooth:* Include bluetooth support (integrated BT only).
- *cramfs:* Include CramFS support.
--
2.53.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [docs] [PATCH v2] features: Add distro feature "audit"
2026-07-16 21:25 ` [PATCH v2] " Jörg Sommer
@ 2026-07-28 7:31 ` Antonin Godard
2026-08-03 6:58 ` Jörg Sommer
0 siblings, 1 reply; 6+ messages in thread
From: Antonin Godard @ 2026-07-28 7:31 UTC (permalink / raw)
To: joerg.sommer, docs
Hi,
On Thu Jul 16, 2026 at 11:25 PM CEST, Jörg Sommer via lists.yoctoproject.org wrote:
> From: Jörg Sommer <joerg.sommer@navimatix.de>
>
> Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
> ---
> Changes since v1:
>
> * I've added a link to the documentation wiki.
>
> documentation/ref-manual/features.rst | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
> index 77d034f0c..d12b7fa13 100644
> --- a/documentation/ref-manual/features.rst
> +++ b/documentation/ref-manual/features.rst
> @@ -141,6 +141,8 @@ metadata, as extra layers can define their own:
> section in the Yocto Project Application Development and the
> Extensible Software Development Kit (eSDK) manual.
>
> +- *audit:* Enables `linux-audit <https://github.com/linux-audit/audit-documentation/wiki>`__ support.
We haven't received feedback on whether audit should be added to OE-Core, so at
least we need to note here that this recipe in available in meta-oe. By adding
the following note just below your addition?
.. note::
The ``audit`` recipe is provided by :oe_git:`meta-oe
</meta-openembedded/tree/meta-oe/>` in ``meta-openembedded``.
Thanks,
Antonin
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [docs] [PATCH v2] features: Add distro feature "audit"
2026-07-28 7:31 ` [docs] " Antonin Godard
@ 2026-08-03 6:58 ` Jörg Sommer
2026-08-03 8:34 ` Antonin Godard
0 siblings, 1 reply; 6+ messages in thread
From: Jörg Sommer @ 2026-08-03 6:58 UTC (permalink / raw)
To: Antonin Godard; +Cc: docs
[-- Attachment #1: Type: text/plain, Size: 1808 bytes --]
Antonin Godard schrieb am Di 28. Jul, 09:31 (+0200):
> On Thu Jul 16, 2026 at 11:25 PM CEST, Jörg Sommer via lists.yoctoproject.org wrote:
> > From: Jörg Sommer <joerg.sommer@navimatix.de>
> >
> > Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
> > ---
> > Changes since v1:
> >
> > * I've added a link to the documentation wiki.
> >
> > documentation/ref-manual/features.rst | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
> > index 77d034f0c..d12b7fa13 100644
> > --- a/documentation/ref-manual/features.rst
> > +++ b/documentation/ref-manual/features.rst
> > @@ -141,6 +141,8 @@ metadata, as extra layers can define their own:
> > section in the Yocto Project Application Development and the
> > Extensible Software Development Kit (eSDK) manual.
> >
> > +- *audit:* Enables `linux-audit <https://github.com/linux-audit/audit-documentation/wiki>`__ support.
>
> We haven't received feedback on whether audit should be added to OE-Core, so at
> least we need to note here that this recipe in available in meta-oe.
I have made an attempt to transfer the recipe to oe-core:
https://lists.openembedded.org/g/openembedded-core/message/242609
> By adding the following note just below your addition?
>
> .. note::
>
> The ``audit`` recipe is provided by :oe_git:`meta-oe
> </meta-openembedded/tree/meta-oe/>` in ``meta-openembedded``.
If my commit gets rejected we should add this note.
Best regards, Jörg
--
Navimatix GmbH T: 03641 - 327 99 0
Tatzendpromenade 2 F: 03641 - 526 306
07745 Jena www.navimatix.de
Geschäftsführer: Steffen Späthe, Jan Rommeley
Registergericht: Amtsgericht Jena, HRB 501480
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 6684 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [docs] [PATCH v2] features: Add distro feature "audit"
2026-08-03 6:58 ` Jörg Sommer
@ 2026-08-03 8:34 ` Antonin Godard
0 siblings, 0 replies; 6+ messages in thread
From: Antonin Godard @ 2026-08-03 8:34 UTC (permalink / raw)
To: Jörg Sommer; +Cc: docs
Hi,
On Mon Aug 3, 2026 at 8:58 AM CEST, Jörg Sommer wrote:
> Antonin Godard schrieb am Di 28. Jul, 09:31 (+0200):
>> On Thu Jul 16, 2026 at 11:25 PM CEST, Jörg Sommer via lists.yoctoproject.org wrote:
>> > From: Jörg Sommer <joerg.sommer@navimatix.de>
>> >
>> > Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
>> > ---
>> > Changes since v1:
>> >
>> > * I've added a link to the documentation wiki.
>> >
>> > documentation/ref-manual/features.rst | 2 ++
>> > 1 file changed, 2 insertions(+)
>> >
>> > diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
>> > index 77d034f0c..d12b7fa13 100644
>> > --- a/documentation/ref-manual/features.rst
>> > +++ b/documentation/ref-manual/features.rst
>> > @@ -141,6 +141,8 @@ metadata, as extra layers can define their own:
>> > section in the Yocto Project Application Development and the
>> > Extensible Software Development Kit (eSDK) manual.
>> >
>> > +- *audit:* Enables `linux-audit <https://github.com/linux-audit/audit-documentation/wiki>`__ support.
>>
>> We haven't received feedback on whether audit should be added to OE-Core, so at
>> least we need to note here that this recipe in available in meta-oe.
>
> I have made an attempt to transfer the recipe to oe-core:
> https://lists.openembedded.org/g/openembedded-core/message/242609
>
>> By adding the following note just below your addition?
>>
>> .. note::
>>
>> The ``audit`` recipe is provided by :oe_git:`meta-oe
>> </meta-openembedded/tree/meta-oe/>` in ``meta-openembedded``.
>
> If my commit gets rejected we should add this note.
Ok, thanks! I'll merge this patch to master-next now and will let you follow-up
depending on the decision being made.
Antonin
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-08-03 8:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-15 5:57 [PATCH Resend] features: Add distro feature "audit" Jörg Sommer
2026-07-16 13:14 ` [docs] " Antonin Godard
2026-07-16 21:25 ` [PATCH v2] " Jörg Sommer
2026-07-28 7:31 ` [docs] " Antonin Godard
2026-08-03 6:58 ` Jörg Sommer
2026-08-03 8:34 ` Antonin Godard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.