From 209f0bcc40857c7294f29b54c56102e51b7d2427 Mon Sep 17 00:00:00 2001
From: Anhad Singh <andypythonappdeveloper@gmail.com>
Date: Tue, 25 Jul 2023 19:39:15 +1000
Subject: [PATCH] drivers: add `inputd` in drivers recipie

Before it was just in `drivers-initfs`.

Signed-off-by: Anhad Singh <andypythonappdeveloper@gmail.com>
---
 recipes/drivers/recipe.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes/drivers/recipe.toml b/recipes/drivers/recipe.toml
index 52699eccc..8d3f5d23b 100644
--- a/recipes/drivers/recipe.toml
+++ b/recipes/drivers/recipe.toml
@@ -17,6 +17,7 @@ BINS=(
     usbscsid
     virtio-netd
     xhcid
+    inputd
 )
 
 # Add additional drivers to the list to build, that are not in drivers-initfs
-- 
GitLab