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

Documentation Fixes #109

Merged
merged 2 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Currently available meta layers are:
* `meta-rauc-qemux86 <https://github.com/rauc/meta-rauc-community/tree/master/meta-rauc-qemux86>`_:
RAUC demo layer for qemux86-64
* `meta-rauc-raspberrypi <https://github.com/rauc/meta-rauc-community/tree/master/meta-rauc-raspberrypi>`_:
RAUC demo layer for the Raspberry PI (meta-raspberrypi)
RAUC demo layer for the Raspberry Pi (meta-raspberrypi)
* `meta-rauc-sunxi <https://github.com/rauc/meta-rauc-community/tree/master/meta-rauc-sunxi>`_:
RAUC demo layer for the Allwinner sunxi SoCs (meta-sunxi)
* `meta-rauc-tegra <https://github.com/rauc/meta-rauc-community/tree/master/meta-rauc-tegra>`_:
Expand Down
4 changes: 2 additions & 2 deletions meta-rauc-raspberrypi/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Dependencies
============

* URI: git://git.openembedded.org/openembedded-core
* URI: https://github.com/rauc/meta-rauc.git
* URI: https://git.yoctoproject.org/git/meta-raspberrypi
* URI: https://github.com/rauc/meta-rauc
* URI: https://github.com/agherzan/meta-raspberrypi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be https://git.yoctoproject.org/meta-raspberrypi?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or is GitHub the primary source now for meta-raspberrypi?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ejoerns,

I think the GitHub link is more appropriate nowadays considering GitHub pull requests are the more frequently used approach for submitting changes to meta-raspberrypi.

The official meta-raspberrypi documentation points to the GitHub link for "Git repository web frontend" so I prefer to stick to it:
https://meta-raspberrypi.readthedocs.io/en/latest/readme.html#quick-links

Best regards,
Leon


If you want to build for Raspberry Pi 5 you will also need meta-lts-mixins:

Expand Down
Loading