meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-ha / ha-common.inc
diff --git a/meta-starlingx/meta-stx-flock/stx-ha/ha-common.inc b/meta-starlingx/meta-stx-flock/stx-ha/ha-common.inc
new file mode 100644 (file)
index 0000000..a1f7a21
--- /dev/null
@@ -0,0 +1,24 @@
+DESCRIPTION = "stx-ha"
+
+PROTOCOL = "https"
+BRANCH = "r/stx.3.0"
+SRCNAME = "ha"
+SRCREV = "a7b7d35b9922a3f2a8462492b7f1958f135a612d"
+SRCREV_opendev = "a7b7d35b9922a3f2a8462492b7f1958f135a612d"
+DESTSUFFIX = "${PN}-${PV}"
+PV = "1.0.0"
+
+SRC_URI = " \
+       git://opendev.org/starlingx/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH};destsuffix=${DESTSUFFIX};subpath=${SUBPATH0};name=opendev \
+       "
+
+inherit systemd
+
+DISTRO_FEATURES_BACKFILL_CONSIDERED_remove = "sysvinit"
+
+DEPENDS += " \
+       fm-common \
+       sqlite3 \
+       python \
+       python-pbr-native \
+       "