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

Fix aml-s9xx-box bsp-cli package upgrade #6797

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

SteeManMI
Copy link
Contributor

Changes to be committed:
modified: aml-s9xx-box.tvb

PR #6659 broke upgrades for the aml-s9xx-box package. That PR introduced two new files in /boot which is a fat filesystem on this box. The standard package upgrade fails on a fat filesystem when files already exist. PR #6659 failed to add the files to the remove list. This PR does that.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • build aml-s9xx-box image and debs
  • test upgrade of the bsp-cli deb

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code

 Changes to be committed:
	modified:   aml-s9xx-box.tvb

PR armbian#6659 broke upgrades for the aml-s9xx-box package.  That PR introduced
two new files in /boot which is a fat filesystem on this box.  The
standard package upgrade fails on a fat filesystem when files already
exist. PR armbian#6659 failed to add the files to the remove list.  This
PR does that.
@github-actions github-actions bot added size/small PR with less then 50 lines Hardware Hardware related - kernel, u-boot, patches labels Jun 25, 2024
@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 08 Milestone: Third quarter release labels Jun 25, 2024
@igorpecovnik igorpecovnik merged commit 2ffbb3b into armbian:main Jun 25, 2024
11 checks passed
@SteeManMI SteeManMI deleted the bsp-cli-upgrade-fix branch June 26, 2024 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
08 Milestone: Third quarter release Hardware Hardware related - kernel, u-boot, patches Ready to merge Reviewed, tested and ready for merge size/small PR with less then 50 lines
Development

Successfully merging this pull request may close these issues.

None yet

2 participants