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 Fetch Protocols and Remove Outdated U-Boot Files #86

Merged
merged 3 commits into from
Nov 3, 2023

Conversation

arthursdo
Copy link
Contributor

I would like to submit a pull request with the following changes:

  1. Update Fetch Protocols

    • For the telegraf and zram-init recipes, the fetch protocol has been updated from Git to HTTPS. This change is in alignment with the current industry standard, as Git is no longer supported by GitHub.
  2. Remove Outdated U-Boot Files

    • Outdated U-Boot files, specifically:
      • recipes-bsp/u-boot/u-boot-ossystems-common_2018.09.inc
      • recipes-bsp/u-boot/u-boot-ossystems-mxsboot_2018.09.bb
      • recipes-bsp/u-boot/u-boot-ossystems_2018.09.bb
        have been removed. These files were no longer utilized in any recipe and had become obsolete due to their outdated nature.

These changes aim to maintain a cleaner and more efficient repository while ensuring compatibility with current standards.

I have tested these modifications and confirmed that they do not introduce any adverse effects. I kindly request your review and consideration for merging these changes into the repository.

This commit updates the fetch protocol for Telegraf recipe from Git, which is
no longer supported by GitHub, to HTTPS, the current standard protocol. This
change ensures the Telegraf recipe can fetch the source code using the
supported HTTPS protocol.

Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br>
This commit updates the fetch protocol for zram-init recipe  from Git, which is
no longer supported by GitHub, to HTTPS, the current standard protocol. This
change ensures the zram-init recipe can fetch the source code using the supported
HTTPS protocol.

Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br>
This commit removes the following outdated U-Boot files:

- recipes-bsp/u-boot/u-boot-ossystems-common_2018.09.inc
- recipes-bsp/u-boot/u-boot-ossystems-mxsboot_2018.09.bb
- recipes-bsp/u-boot/u-boot-ossystems_2018.09.bb

These files are no longer utilized in any recipe and have
become obsolete due to their outdated nature. This cleanup
helps maintain a cleaner and more efficient repository.

Signed-off-by: Arthur Oliveira <arthur.oliveira@ossystems.com.br>
Copy link

github-actions bot commented Nov 3, 2023

Backport failed for dunfell, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin dunfell
git worktree add -d .worktree/backport-86-to-dunfell origin/dunfell
cd .worktree/backport-86-to-dunfell
git checkout -b backport-86-to-dunfell
ancref=$(git merge-base 43df63856bceee9f83b11e3c68018a334d3049a2 553cca9e8629438ebe2718f19c788518d1c607cf)
git cherry-pick -x $ancref..553cca9e8629438ebe2718f19c788518d1c607cf

Copy link

github-actions bot commented Nov 3, 2023

Successfully created backport PR #87 for kirkstone.

Copy link

github-actions bot commented Nov 3, 2023

Successfully created backport PR #88 for mickledore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants