Re: [OE-core] [PATCH] ref-manual: Fix invalid feature name

2023-02-21 Thread Niko Mauno via lists.openembedded.org
On 20.2.2023 19.45, Michael Opdenacker wrote: Thanks for the patch! You also have an issue with the way your e-mails are received here. Here is a workaround: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded#Fixing_your_From_identity I fixed the commit manually, but doin

Re: [OE-core] [PATCH] ref-manual: Fix invalid feature name

2023-02-20 Thread Michael Opdenacker via lists.openembedded.org
Hi Nico, On 20.02.23 at 10:20, Quentin Schulz via lists.openembedded.org wrote: Hi Niko, This should be sent to the docs mailing list instead (d...@lists.yoctoproject.org). Cc'ing now. Thanks for the patch! You also have an issue with the way your e-mails are received here. Here is a worka

Re: [OE-core] [PATCH] ref-manual: Fix invalid feature name

2023-02-20 Thread Quentin Schulz via lists.openembedded.org
Hi Niko, This should be sent to the docs mailing list instead (d...@lists.yoctoproject.org). Cc'ing now. On 2/19/23 15:31, Niko Mauno via lists.openembedded.org wrote: Replace the invalid feature name with correct one which helps to avoid following bitbake error ERROR: Nothing PROVIDES 'c

[OE-core] [PATCH] ref-manual: Fix invalid feature name

2023-02-19 Thread Niko Mauno via lists.openembedded.org
Replace the invalid feature name with correct one which helps to avoid following bitbake error ERROR: Nothing PROVIDES 'core-image-minimal' core-image-minimal was skipped: 'empty-root-passwd' in IMAGE_FEATURES (added via EXTRA_IMAGE_FEATURES) is not a valid image feature. Signed-off-by: Niko