-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #549 from lumag/fw-img
firmware initramfs images rework
- Loading branch information
Showing
8 changed files
with
61 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
DESCRIPTION = "Tiny ramdisk image with Dragonboard APQ8074 firmware files" | ||
|
||
PACKAGE_INSTALL += " \ | ||
packagegroup-firmware-dragonboard-apq8074 \ | ||
" | ||
|
||
require initramfs-firmware-image.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
DESCRIPTION = "Tiny ramdisk image with all Nexus and Pixel devices firmware files" | ||
|
||
PACKAGE_INSTALL += " \ | ||
packagegroup-firmware-ifc6560 \ | ||
" | ||
|
||
BAD_RECOMMENDATIONS = "\ | ||
linux-firmware-qcom-sda660-audio \ | ||
linux-firmware-qcom-sda660-compute \ | ||
linux-firmware-qcom-sda660-modem \ | ||
linux-firmware-qcom-sda660-venus \ | ||
linux-firmware-qca \ | ||
linux-firmware-ath10k \ | ||
" | ||
|
||
require initramfs-firmware-image.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
...t/images/initramfs-firmware-rb12-image.bb → ...s-bsp/images/initramfs-firmware-image.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
DESCRIPTION = "Tiny ramdisk image with RB1/RB2 devices firmware files" | ||
|
||
PACKAGE_INSTALL += " \ | ||
packagegroup-firmware-rb1 \ | ||
packagegroup-firmware-rb2 \ | ||
" | ||
|
||
BAD_RECOMMENDATIONS = " \ | ||
firmware-qcom-rb1-dspso \ | ||
firmware-qcom-rb2-dspso \ | ||
linux-firmware-qcom-venus-6.0 \ | ||
" | ||
|
||
require initramfs-firmware-image.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
DESCRIPTION = "Tiny ramdisk image with SM8150 HDK devices firmware files" | ||
|
||
PACKAGE_INSTALL += " \ | ||
packagegroup-firmware-sm8150-hdk \ | ||
" | ||
|
||
BAD_RECOMMENDATIONS = " \ | ||
linux-firmware-qcom-sm8150-sensors \ | ||
" | ||
|
||
require initramfs-firmware-image.inc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
DESCRIPTION = "Tiny ramdisk image with SM8350 HDK devices firmware files" | ||
|
||
PACKAGE_INSTALL += " \ | ||
packagegroup-firmware-sm8350-hdk \ | ||
" | ||
|
||
BAD_RECOMMENDATIONS = " \ | ||
linux-firmware-qcom-sm8350-sensors \ | ||
" | ||
|
||
require initramfs-firmware-image.inc |