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

General cleanup #124

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Conversation

CFSworks
Copy link
Contributor

This is just a quick PR I figured I'd fire off while tidying up my fork. This removes several files from the overlay and a few Buildroot packages that aren't needed on the BMC. This should save a fair amount of space, though I haven't calculated the total. (Compare the sizes of buildroot/output/images/rootfs.* before and after merging.)

Note that the Buildroot packages have been disabled on my fork for a while, so that change is reasonably well-tested. Nonetheless, these changes (esp. the eudev->mdev change) should be confirmed good against master before merging. Double-check that the SD card mounting support is still well-behaved, in particular.

- eudev: use mdev instead
- lvm2: typically used for "real" HDD/SSD storage
- keyutils: we do not use kernel key management
- /etc/asound.conf: Related to ALSA, but TP2 board doesn't support audio.
- /etc/bt_*: Related to Bluetooth, but no BT module is installed.
- /etc/qtenv.sh: For configuring Qt for touchscreen applications, but
  the TP2 board has no touchscreen.
- /etc/wifi: Related to WiFi, but the TP2 board does not support WiFi.
- /etc/wlan-*: ""
- /lib/firmware: These files all support the XR829 WiFi module.
@svenrademakers svenrademakers self-requested a review October 3, 2023 10:25
@svenrademakers svenrademakers merged commit c852a1c into turing-machines:master Oct 3, 2023
1 check passed
@svenrademakers
Copy link
Collaborator

tested image, no regression seen with regards to "eudev->mdev"

@CFSworks CFSworks deleted the general-cleanup branch February 13, 2024 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants