Page MenuHomeFreeBSD

pkgbase: Remove /boot/firmware from bootloader package
ClosedPublic

Authored by manu on Dec 12 2024, 4:16 PM.
Tags
None
Referenced Files
F152783838: D48056.id147913.diff
Fri, Apr 17, 2:19 AM
Unknown Object (File)
Thu, Apr 16, 4:38 AM
Unknown Object (File)
Thu, Apr 16, 4:28 AM
Unknown Object (File)
Thu, Apr 16, 1:49 AM
Unknown Object (File)
Wed, Apr 15, 6:07 PM
Unknown Object (File)
Wed, Apr 15, 9:20 AM
Unknown Object (File)
Wed, Apr 8, 11:45 PM
Unknown Object (File)
Sun, Mar 22, 12:44 PM
Subscribers

Details

Summary

For now we don't ship anything in /boot/firmware, but some up coming commit
will ship wifi drivers in it and we want them to be in their own package.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 61119
Build 58003: arc lint + arc unit

Event Timeline

manu requested review of this revision.Dec 12 2024, 4:16 PM

I don't know awk well enough off hand but it would seem clearer to make the condition match /boot/ and not /boot/firmware/ rather than changing it and then changing it back.

I don't know awk well enough off hand but it would seem clearer to make the condition match /boot/ and not /boot/firmware/ rather than changing it and then changing it back.

Agreed, but I don't know how to do this in awk :)

release/scripts/mtree-to-plist.awk
46–51

This should be what you want, right?

Update according to @jrtc27 suggestion.

This revision is now accepted and ready to land.Dec 13 2024, 12:25 PM