| Message ID | 3faa7374-9428-5882-2862-861454dd0b49@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | [v2] ref-manual: clarify that PACKAGE_EXCLUDE supports DEB packaging | expand |
Hi Robert, On 5/22/26 6:18 PM, Robert P. J. Day via lists.yoctoproject.org wrote: > > As an accompaniment to earlier commit > 0d05dedd62a6d4c726f120a23654ede1f0b23d8e, correct that the > PACKAGE_EXCLUDE variable supports the DEB packaging backend. > > Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> > > --- > > sorry, forgot the word "variable" > in commit log* :) > diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst > index c65794229..2773e9864 100644 > --- a/documentation/ref-manual/variables.rst > +++ b/documentation/ref-manual/variables.rst > @@ -6927,8 +6927,8 @@ system and gives an overview of their function and contents. > an iterative development process to remove specific components from a > system. > > - This variable is supported only when using the IPK and RPM > - packaging backends. DEB is not supported. > + This variable is supported by all of the RPM, DEB and IPK > + packaging backends. > Considering those are all the backends we support, can't we simply remove the paragraph entirely? Cheers, Quentin
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index c65794229..2773e9864 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -6927,8 +6927,8 @@ system and gives an overview of their function and contents. an iterative development process to remove specific components from a system. - This variable is supported only when using the IPK and RPM - packaging backends. DEB is not supported. + This variable is supported by all of the RPM, DEB and IPK + packaging backends. See the :term:`NO_RECOMMENDATIONS` and the :term:`BAD_RECOMMENDATIONS` variables for
As an accompaniment to earlier commit 0d05dedd62a6d4c726f120a23654ede1f0b23d8e, correct that the PACKAGE_EXCLUDE variable supports the DEB packaging backend. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> --- sorry, forgot the word "variable"