Message ID | 20250209233245.1397155-4-yoann.congal@smile.fr |
---|---|
State | Superseded |
Headers | show |
Series | [v3,1/4] ref-manual/variables: document OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS | expand |
Reviewed-by: Guillaume Swaenepoel <guillaume.swaenepoel@smile.fr>
Hi Yoann, On 2/10/25 12:32 AM, Yoann Congal via lists.yoctoproject.org wrote: > From: Yoann Congal <yoann.congal@smile.fr> > > Signed-off-by: Yoann Congal <yoann.congal@smile.fr> > --- > v2->v3: Antonin's Review: > * Add OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS ot release-notes-5.2 > --- > documentation/migration-guides/release-notes-5.2.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst > index b0e538700..069e34be5 100644 > --- a/documentation/migration-guides/release-notes-5.2.rst > +++ b/documentation/migration-guides/release-notes-5.2.rst > @@ -17,6 +17,9 @@ New Features / Enhancements in |yocto-ver| > - ``linux-firmware``: Add the :term:`FIRMWARE_COMPRESSION` variable which > allows compression the firmwares provided by the ``linux-firmware`` recipe. > Possible values are ``xz`` and ``zst``. > + - reproducibility: Add the :term:`OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS` > + variable which enables a reproducibility test on a single recipe (without > + the dependencies). See :doc:`/test-manual/reproducible-builds`. s/single recipe/recipes/ ? You can have multiple recipes listed there I believe? nitpick: I would say "using sstate-cache for its dependencies" (with a link for sstate-cache) Cheers, Quentin
Le lun. 10 févr. 2025 à 18:43, Quentin Schulz <quentin.schulz@cherry.de> a écrit : > Hi Yoann, > > On 2/10/25 12:32 AM, Yoann Congal via lists.yoctoproject.org wrote: > > From: Yoann Congal <yoann.congal@smile.fr> > > > > Signed-off-by: Yoann Congal <yoann.congal@smile.fr> > > --- > > v2->v3: Antonin's Review: > > * Add OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS ot release-notes-5.2 > > --- > > documentation/migration-guides/release-notes-5.2.rst | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/documentation/migration-guides/release-notes-5.2.rst > b/documentation/migration-guides/release-notes-5.2.rst > > index b0e538700..069e34be5 100644 > > --- a/documentation/migration-guides/release-notes-5.2.rst > > +++ b/documentation/migration-guides/release-notes-5.2.rst > > @@ -17,6 +17,9 @@ New Features / Enhancements in |yocto-ver| > > - ``linux-firmware``: Add the :term:`FIRMWARE_COMPRESSION` > variable which > > allows compression the firmwares provided by the > ``linux-firmware`` recipe. > > Possible values are ``xz`` and ``zst``. > > + - reproducibility: Add the > :term:`OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS` > > + variable which enables a reproducibility test on a single recipe > (without > > + the dependencies). See :doc:`/test-manual/reproducible-builds`. > > s/single recipe/recipes/ ? You can have multiple recipes listed there I > believe? > You're right, I've updated for v4. > nitpick: I would say "using sstate-cache for its dependencies" (with a > link for sstate-cache) > I like it, I took this suggestion for v4. > Cheers, > Quentin >
diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst index b0e538700..069e34be5 100644 --- a/documentation/migration-guides/release-notes-5.2.rst +++ b/documentation/migration-guides/release-notes-5.2.rst @@ -17,6 +17,9 @@ New Features / Enhancements in |yocto-ver| - ``linux-firmware``: Add the :term:`FIRMWARE_COMPRESSION` variable which allows compression the firmwares provided by the ``linux-firmware`` recipe. Possible values are ``xz`` and ``zst``. + - reproducibility: Add the :term:`OEQA_REPRODUCIBLE_TEST_LEAF_TARGETS` + variable which enables a reproducibility test on a single recipe (without + the dependencies). See :doc:`/test-manual/reproducible-builds`. - Kernel-related changes: