Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update yocto docs #2022

Merged
merged 2 commits into from Feb 17, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions integrations/cross_platform/yocto.rst
Expand Up @@ -36,7 +36,7 @@ debugger and test the application.
:width: 600 px
:align: center

3. Once the cross-built packages are available in Artifactory, the application can be directly deployed to the Yocto image. This step can also be automated also in a CI.
3. Once the cross-built packages are available in Artifactory, the application can be directly deployed to the Yocto image without building
it from sources again.

.. image:: /images/yocto/conan-yocto_deploy.png
Expand Down Expand Up @@ -207,9 +207,6 @@ You would also have to activate the layers in the *bblayers.conf* file of your b

.. note::

Currently there is no support for ``CONAN_REVISIONS_ENABLED``, so remote and virtual Artifactory repositories will not work in this
case. We will continue working on this layer to support more features.

Please report any question, feature request or issue related to the ``meta-conan`` layer in its
`GitHub issue tracker <https://github.com/conan-io/meta-conan/issues>`_.

Expand Down