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 linux-uefi-arm64-edge.config #7419

Merged
merged 2 commits into from
Nov 3, 2024
Merged

Update linux-uefi-arm64-edge.config #7419

merged 2 commits into from
Nov 3, 2024

Conversation

bmilde
Copy link
Contributor

@bmilde bmilde commented Oct 30, 2024

Enable bcachefs filesystem support in uefi-arm64 edge kernel config (copied from armbian rockpro64 edge config).

Description

This adds support for the bcachefs filesystem in the uefi-arm64 edge kernel config. Bcachefs is a new and exciting filesystem that is similar to btrfs / zfs, but simpler to use. The relevant kernel options were already in other configs, such as the rockpro64 edge config, but not in the uefi-arm64 edge one. This needs kernel version 6.7+.

See also #6562

How Has This Been Tested?

custom kernel build

Checklist:

Please delete options that are not relevant.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

added bcachefs filesystem module
@bmilde bmilde requested a review from rpardini as a code owner October 30, 2024 16:40
igorpecovnik
igorpecovnik previously approved these changes Oct 30, 2024
./compile.sh rewrite-kernel-config BOARD=uefi-arm64 BRANCH=edge
./compile.sh rewrite-kernel-config BOARD=uefi-x86 BRANCH=edge
@github-actions github-actions bot added size/large PR with 250 lines or more Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... labels Nov 3, 2024
@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 11 Milestone: Fourth quarter release labels Nov 3, 2024
@igorpecovnik igorpecovnik merged commit ff7fbd9 into armbian:main Nov 3, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11 Milestone: Fourth quarter release Hardware Hardware related like kernel, U-Boot, ... Needs review Seeking for review Ready to merge Reviewed, tested and ready for merge size/large PR with 250 lines or more
Development

Successfully merging this pull request may close these issues.

2 participants