Skip to content

Commit

Permalink
initramfs-firmware-sm8350-hdk-image: create board-specific initramfs
Browse files Browse the repository at this point in the history
Add initramfs holding firmware for SM8350-HDK (aka HDK888) board.

Signed-off-by: Dmitry Baryshkov <[email protected]>
  • Loading branch information
lumag committed Nov 19, 2023
1 parent be64ece commit 454d38d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipes-bsp/images/initramfs-firmware-sm8350-hdk-image.bb
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

0 comments on commit 454d38d

Please sign in to comment.