diff mbox series

linux-bb.org: depend upon the required firmware files

Message ID 20230912193613.4189791-1-perezmeyer@gmail.com
State Rejected
Delegated to: Ryan Eatmon
Headers show
Series linux-bb.org: depend upon the required firmware files | expand

Commit Message

Lisandro Damián Nicanor Pérez Meyer Sept. 12, 2023, 7:36 p.m. UTC
Same as with linux-ti-[mainline staging].

Signed-off-by: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
---
 meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
index e134fb84..ac258a64 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb
@@ -8,6 +8,7 @@  COMPATIBLE_MACHINE = "beagle.*"
 inherit kernel
 
 require recipes-kernel/linux/setup-defconfig.inc
+require recipes-kernel/linux/kernel-rdepends.inc
 require recipes-kernel/linux/ti-kernel.inc
 
 DEPENDS += "gmp-native libmpc-native"