Skip to content

Commit

Permalink
Disable cloudconnector (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
stlachev authored Nov 2, 2023
1 parent cd1bbb4 commit 3f7e21a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd
FILESEXTRAPATHS:prepend := "${THISDIR}/kanto-containers:"
SRC_URI:append = " file://core/databroker.json"
SRC_URI:append = " file://core/sua.json"
SRC_URI:append = " file://core/cloudconnector.json"
SRC_URI:append = " file://core/cloudconnector.json.disabled"


do_install:append() {
install -d ${D}${KANTO_MANIFESTS_LOCAL_DIR}

install ${WORKDIR}/core/databroker.json ${D}${KANTO_MANIFESTS_LOCAL_DIR}
install ${WORKDIR}/core/sua.json ${D}${KANTO_MANIFESTS_LOCAL_DIR}
install ${WORKDIR}/core/cloudconnector.json ${D}${KANTO_MANIFESTS_LOCAL_DIR}
install ${WORKDIR}/core/cloudconnector.json.disabled ${D}${KANTO_MANIFESTS_LOCAL_DIR}
}

PACKAGES = "${PN}"
FILES:${PN} += "${KANTO_MANIFESTS_LOCAL_DIR}"

FILES:${PN} += "${KANTO_MANIFESTS_LOCAL_DIR}/databroker.json"
FILES:${PN} += "${KANTO_MANIFESTS_LOCAL_DIR}/sua.json"
FILES:${PN} += "${KANTO_MANIFESTS_LOCAL_DIR}/cloudconnector.json"
FILES:${PN} += "${KANTO_MANIFESTS_LOCAL_DIR}/cloudconnector.json.disabled"
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ RDEPENDS:${PN} = "\
sdv-kuksa-val-databroker \
sdv-container-seatservice \
sdv-container-selfupdateagent \
sdv-container-cloudconnector \
sdv-container-vehicleupdatemanager \
sdv-container-hvacservice \
sdv-container-feedercan \
"

# Disable cloudconnector
# sdv-container-cloudconnector

0 comments on commit 3f7e21a

Please sign in to comment.