Skip to content

Commit

Permalink
Merge pull request #64 from pasyn/master
Browse files Browse the repository at this point in the history
Make Pi4 specific packages OS contextual - raspberrypi-eeprom is Leap 15.3 only #63
  • Loading branch information
phillxnet authored Aug 1, 2021
2 parents 6affdf2 + 52284a3 commit 18c6718
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion rockstor.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,15 @@ which includes aarch64 relevant content -->
<!--Change to reflect the version specified, i.e. 4.0.7-0-->
<package name="rockstor-4.0.7-0"/>
</packages>
<packages type="image" profiles="Leap15.2.RaspberryPi4,Leap15.3.RaspberryPi4">
<packages type="image" profiles="Leap15.2.RaspberryPi4">
<package name="raspberrypi-firmware" arch="aarch64"/>
<package name="raspberrypi-firmware-config" arch="aarch64"/>
<package name="raspberrypi-firmware-dt" arch="aarch64"/>
<!-- For WiFi: -->
<package name="bcm43xx-firmware"/>
<package name="u-boot-rpiarm64" arch="aarch64"/>
</packages>
<packages type="image" profiles="Leap15.3.RaspberryPi4">
<package name="raspberrypi-eeprom" arch="aarch64"/>
<package name="raspberrypi-firmware" arch="aarch64"/>
<package name="raspberrypi-firmware-config" arch="aarch64"/>
Expand Down

0 comments on commit 18c6718

Please sign in to comment.