| Message ID | 20251224-remove-poky-references-v1-42-658a5f4dbde2@bootlin.com |
|---|---|
| State | Superseded |
| Headers | show |
| Series | Remove obsolete poky repo references | expand |
Hi Antonin, On 12/24/25 5:32 PM, Antonin Godard via lists.yoctoproject.org wrote: > Refresh the document now that the Poky repository is obsolete. > > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> > --- > documentation/dev-manual/qemu.rst | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) > > diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst > index 9e0b8b813..2442b6dac 100644 > --- a/documentation/dev-manual/qemu.rst > +++ b/documentation/dev-manual/qemu.rst > @@ -53,12 +53,13 @@ available. Follow these general steps to run QEMU: > #. *Setting Up the Environment:* How you set up the QEMU environment > depends on how you installed QEMU: > > - - If you cloned the ``poky`` repository or you downloaded and > - unpacked a Yocto Project release tarball, you can source the build > - environment script (i.e. :ref:`structure-core-script`):: > + - If you followed :doc:`/dev-manual/start`, use ``bitbake-setup`` or source +either? Either use ``bitbake-setup`` or source > + the environment setup script manually:: +with? which highlights (I find) that this applies to the latter part of the sentence and not bitbake-setup. Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst index 9e0b8b813..2442b6dac 100644 --- a/documentation/dev-manual/qemu.rst +++ b/documentation/dev-manual/qemu.rst @@ -53,12 +53,13 @@ available. Follow these general steps to run QEMU: #. *Setting Up the Environment:* How you set up the QEMU environment depends on how you installed QEMU: - - If you cloned the ``poky`` repository or you downloaded and - unpacked a Yocto Project release tarball, you can source the build - environment script (i.e. :ref:`structure-core-script`):: + - If you followed :doc:`/dev-manual/start`, use ``bitbake-setup`` or source + the environment setup script manually:: - $ cd poky - $ source oe-init-build-env + .. code-block:: console + + $ cd project + $ source layers/openembedded-core/oe-init-build-env - If you installed a cross-toolchain, you can run the script that initializes the toolchain. For example, the following commands run
Refresh the document now that the Poky repository is obsolete. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/dev-manual/qemu.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)