stx-monitoring: set and limit checkouts to subpaths

Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
Babak Sarashki 2020-09-22 20:04:04 -07:00
parent d30908374b
commit 4381f4194c
5 changed files with 9 additions and 11 deletions

View File

@ -1,7 +1,6 @@
require monitoring-common.inc
S = "${S_DIR}/collectd-extensions/src"
SUBPATH0 = "collectd-extensions/src"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"

View File

@ -1,7 +1,6 @@
require monitoring-common.inc
S = "${S_DIR}/influxdb-extensions/src"
SUBPATH0 = "influxdb-extensions/src"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"

View File

@ -1,7 +1,6 @@
require monitoring-common.inc
S = "${S_DIR}/monitor-tools/scripts"
SUBPATH0 = "monitor-tools/scripts"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"

View File

@ -1,14 +1,16 @@
DESCRIPTION = "stx-monitoring"
PROTOCOL = "https"
BRANCH = "r/stx.3.0"
SRCNAME = "monitoring"
SRCREV = "8befe1720b02c5e1e3ddf637947643b9b0a0f96f"
S_DIR = "${WORKDIR}/git"
SRCREV_opendev = "8befe1720b02c5e1e3ddf637947643b9b0a0f96f"
DESTSUFFIX = "${PN}-${PV}"
PV = "1.0.0"
SRC_URI = "git://opendev.org/starlingx/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"
SRC_URI = " \
git://opendev.org/starlingx/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH};destsuffix=${DESTSUFFIX};subpath=${SUBPATH0};name=opendev \
"
DEPENDS += " \
python \

View File

@ -1,7 +1,6 @@
require monitoring-common.inc
S = "${S_DIR}/vm-topology/vm-topology"
SUBPATH0 = "vm-topology/vm-topology"
LICENSE = "Apache-2.0"