From: Scott Murray Date: Fri, 7 Mar 2025 05:44:56 +0000 (-0500) Subject: Temporarilty update branch & SRCREVs X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=eee5c9420a24eed9476c9ea23d4ae2598f16ebe9;p=AGL%2Fmeta-agl-demo.git Temporarilty update branch & SRCREVs Update branch and SRCREVs for agl-service-hvac, agl-service-audiomixer, and libqtappfw to use EW 2025 sandbox branch. Change-Id: Id75ae6ba018b4ed23b6a4c82ad29c409fe374523 Signed-off-by: Scott Murray --- diff --git a/recipes-demo/agl-service-audiomixer/agl-service-audiomixer_git.bb b/recipes-demo/agl-service-audiomixer/agl-service-audiomixer_git.bb index 9a4e90fcb..27e928f5c 100644 --- a/recipes-demo/agl-service-audiomixer/agl-service-audiomixer_git.bb +++ b/recipes-demo/agl-service-audiomixer/agl-service-audiomixer_git.bb @@ -19,12 +19,12 @@ DEPENDS = " \ kuksa-databroker \ " -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-audiomixer.git;protocol=https;branch=${AGL_BRANCH} \ +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-audiomixer.git;protocol=https;branch=sandbox/scottm/ew2025 \ file://agl-service-audiomixer.conf.default \ file://agl-service-audiomixer.conf.gateway-demo \ file://agl-service-audiomixer.token \ " -SRCREV = "2e7d2c7a4d9c6dd37552c69a896286aa7dacd2c3" +SRCREV = "289c21fc9365dc79eb8338258edeb9e168900190" PV = "2.0+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb b/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb index 721cdd7d2..fbf6f09b0 100644 --- a/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb +++ b/recipes-demo/agl-service-hvac/agl-service-hvac_git.bb @@ -17,12 +17,12 @@ DEPENDS = " \ kuksa-databroker \ " -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-hvac;protocol=https;branch=${AGL_BRANCH} \ +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-hvac;protocol=https;branch=sandbox/scottm/ew2025 \ file://agl-service-hvac.conf.default \ file://agl-service-hvac.conf.gateway-demo \ file://agl-service-hvac.token \ " -SRCREV = "1f55937667e35fb79dabee0e180787e34a59169a" +SRCREV = "a963823edc783ceb1338258bb24737e223c70673" PV = "2.0+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb index 3c40de12d..b750e49d2 100644 --- a/recipes-demo/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo/libqtappfw/libqtappfw_git.bb @@ -21,8 +21,8 @@ DEPENDS = " \ kuksa-databroker \ " -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "4f75c049e8ba1e7fd4f1094f9ed8b681318f021d" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=sandbox/scottm/ew2025" +SRCREV = "b1ba5014531fedd6e575c9535e5a98ca0051e35f" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly