meta-google: google-misc: Split into include

We don't want to generate bump commits for each project in the repo.
Instead, provide an include that has common parameters used by all
google-misc projects.

Change-Id: Ice589c03aa0d38ca5043ee2081f3757568c4e4bb
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-google/ncsi/ncsid_git.bb b/meta-google/recipes-google/ncsi/ncsid_git.bb
index 4972ce8..4d74c99 100644
--- a/meta-google/recipes-google/ncsi/ncsid_git.bb
+++ b/meta-google/recipes-google/ncsi/ncsid_git.bb
@@ -1,17 +1,10 @@
 SUMMARY = "Google NCSI daemon"
 DESCRIPTION = "Google NCSI daemon."
-HOMEPAGE = "http://github.com/openbmc/google-misc"
-PR = "r1"
-PV = "1.0+git${SRCPV}"
+GOOGLE_MISC_PROJ = "ncsid"
 
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://../LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
+require ../google-misc/google-misc.inc
 
-SRC_URI += "git://github.com/openbmc/google-misc"
-SRCREV = "1285115c16180bd28a3cfe79d9db8d10c84fe2ed"
-S = "${WORKDIR}/git/ncsid"
-
-inherit meson systemd
+inherit systemd
 
 SYSTEMD_SERVICE_${PN} += " \
   dhcp4@.service \
@@ -21,13 +14,13 @@
   nic-hostless@.target \
   update-static-neighbors@.service \
   update-static-neighbors@.timer \
-"
+  "
 
 DEPENDS += " \
   fmt \
   sdbusplus \
   stdplus \
-"
+  "
 
 RDEPENDS_${PN} += " \
   bash \
@@ -37,4 +30,4 @@
   ndisc6-ndisc6 \
   ndisc6-rdisc6 \
   systemd \
-"
+  "