components, teams/server: Use a common profile for hardware support
It is hard to ensure that hardware support packages are pulled in universally when it's splintered across different variant profiles. To fix this and ensure Server benefits from this, unify everything into a common profile and make everything require it.
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
<image>
|
||||
<profiles>
|
||||
<profile name="BaseCommon" description="Base common packages"/>
|
||||
<profile name="HardwareCommon" description="Base common packages for hardware support"/>
|
||||
</profiles>
|
||||
<packages type="image" patternType="plusRecommended" profiles="BaseCommon">
|
||||
<namedCollection name="standard"/>
|
||||
<ignore name="qemu-user-static"/> <!-- Saves ~100MB -->
|
||||
</packages>
|
||||
<packages type="image" patternType="plusRecommended" profiles="HardwareCommon">
|
||||
<namedCollection name="hardware-support"/>
|
||||
<package name="bcm283x-firmware" arch="aarch64"/>
|
||||
</packages>
|
||||
</image>
|
||||
|
||||
Reference in New Issue
Block a user