Add btbridged recipe
diff --git a/common/recipes-phosphor/host-ipmid/btbridged/btbridged.service b/common/recipes-phosphor/host-ipmid/btbridged/btbridged.service
new file mode 100644
index 0000000..185119a
--- /dev/null
+++ b/common/recipes-phosphor/host-ipmid/btbridged/btbridged.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Phosphor OpenBMC BT to DBUS
+
+[Service]
+ExecStart=/usr/sbin/btbridged
+
+[Install]
+WantedBy=multi-user.target
diff --git a/common/recipes-phosphor/host-ipmid/btbridged/makefile.patch b/common/recipes-phosphor/host-ipmid/btbridged/makefile.patch
new file mode 100644
index 0000000..a2cd522
--- /dev/null
+++ b/common/recipes-phosphor/host-ipmid/btbridged/makefile.patch
@@ -0,0 +1,11 @@
+diff --git a/Makefile b/Makefile
+index 7f62be2..52e1063 100644
+--- a/Makefile
++++ b/Makefile
+@@ -2,3 +2,6 @@ all: btbridged
+ 
+ btbridged: btbridged.c
+ 	$(CC) $(CFLAGS) `pkg-config --cflags --libs libsystemd` $^ -o $@
++
++clean:
++	rm -f *.o btbridge