diff mbox series

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

Message ID 1932870.oLueN0jGR5@gryffindor
State Superseded
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:18 p.m. UTC
From 779324cc78d8a9f97718536d6ced6863c38e5f0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?=
 <perezmeyer@gmail.com>
Date: Tue, 12 Sep 2023 16:12:47 -0300
Subject: [PATCH] linux-bb.org: depend upon the required firmware files
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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"