From 0af5724f007dc0d87d2e02b43f4abe1155d9f07f Mon Sep 17 00:00:00 2001 From: Shivang Shah Date: Wed, 10 Jun 2026 03:17:32 -0700 Subject: [PATCH 1/2] Fix repository name in recipes The actual repository name is AudioReach/ , however src_uri in recipes are updated with Audioreach/. Even though both github urls work in real life, it is causing mimatch in internal scripts when we try to compare with internal QCOM DB entries. Signed-off-by: Shivang Shah --- recipes/audioreach-conf/audioreach-conf_git.bb | 4 ++-- recipes/audioreach-engine/audioreach-engine_git.bb | 4 ++-- recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb | 2 +- .../audioreach-graphservices/audioreach-graphservices_git.bb | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/recipes/audioreach-conf/audioreach-conf_git.bb b/recipes/audioreach-conf/audioreach-conf_git.bb index b81be5c..b6292e9 100644 --- a/recipes/audioreach-conf/audioreach-conf_git.bb +++ b/recipes/audioreach-conf/audioreach-conf_git.bb @@ -1,5 +1,5 @@ DESCRIPTION = "AudioReach configurations" -HOMEPAGE = "https://github.com/Audioreach/audioreach-conf" +HOMEPAGE = "https://github.com/AudioReach/audioreach-conf" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=849c526521c1203a789a87389d328892" @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=849c526521c1203a789a87389d328892" SRCREV = "7143e0fe9278b81de7276a372d4595fff36167e8" PV = "1.0+git${SRCPV}" -SRC_URI = "git://github.com/Audioreach/audioreach-conf.git;protocol=https;branch=master" +SRC_URI = "git://github.com/AudioReach/audioreach-conf.git;protocol=https;branch=master" EXTRA_OECONF:append:qcom = " --with-qcom" diff --git a/recipes/audioreach-engine/audioreach-engine_git.bb b/recipes/audioreach-engine/audioreach-engine_git.bb index 481342e..cdd9a60 100644 --- a/recipes/audioreach-engine/audioreach-engine_git.bb +++ b/recipes/audioreach-engine/audioreach-engine_git.bb @@ -1,12 +1,12 @@ SUMMARY = "AudioReach Engine" -HOMEPAGE = "https://github.com/Audioreach/audioreach-engine" +HOMEPAGE = "https://github.com/AudioReach/audioreach-engine" LICENSE = "BSD-3-Clause-Clear" LIC_FILES_CHKSUM = "file://LICENSE;md5=b92f4957907c1bfc5cf7bb5a7ab8cefb" SRCREV = "8ab1fa1895499604b761efb19f61cbed31fedb49" PV = "0.0+git" -SRC_URI = "git://github.com/Audioreach/audioreach-engine.git;protocol=https;branch=master" +SRC_URI = "git://github.com/AudioReach/audioreach-engine.git;protocol=https;branch=master" #https://stackoverflow.com/questions/61473077/didnt-pass-ldflags-ldflags TARGET_CC_ARCH += "${LDFLAGS}" diff --git a/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb b/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb index 52e1e07..1d6b650 100644 --- a/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb +++ b/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51110a366f598bc0b8f8e59141a18efb" SRCREV = "b5587a73c25085268aad89839fea04906063385d" PV = "0.0+git" -SRC_URI = "git://git@github.com/Audioreach/audioreach-graphmgr.git;protocol=https;branch=master" +SRC_URI = "git://git@github.com/AudioReach/audioreach-graphmgr.git;protocol=https;branch=master" SRC_URI += "file://agm_server.service" SRC_URI += "file://agm-dbus.conf" diff --git a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb index b8ca192..d04804b 100644 --- a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb +++ b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ef516c5438f1b599326a5e207572f477" SRCREV = "8445aee939cb8b37d80eccf6b43baf778fef23c4" PV = "0.0+git" -SRC_URI = "git://git@github.com/Audioreach/audioreach-graphservices.git;protocol=https;branch=master" +SRC_URI = "git://git@github.com/AudioReach/audioreach-graphservices.git;protocol=https;branch=master" DEPENDS = "glib-2.0" DEPENDS:append:qcom = " audioreach-kernel-headers" From 0898ed708e0661f9d2e21e0e6476ae35628f7177 Mon Sep 17 00:00:00 2001 From: Shivang Shah Date: Wed, 10 Jun 2026 03:20:29 -0700 Subject: [PATCH 2/2] Removing user@ from src_uri as it is not needed git@ is added in src_uri of few recipe files. This is not needed. Removing it to keep it consistent across all the recipes. Signed-off-by: Shivang Shah --- recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb | 2 +- .../audioreach-graphservices/audioreach-graphservices_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb b/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb index 1d6b650..e81c434 100644 --- a/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb +++ b/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51110a366f598bc0b8f8e59141a18efb" SRCREV = "b5587a73c25085268aad89839fea04906063385d" PV = "0.0+git" -SRC_URI = "git://git@github.com/AudioReach/audioreach-graphmgr.git;protocol=https;branch=master" +SRC_URI = "git://github.com/AudioReach/audioreach-graphmgr.git;protocol=https;branch=master" SRC_URI += "file://agm_server.service" SRC_URI += "file://agm-dbus.conf" diff --git a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb index d04804b..9d68bdd 100644 --- a/recipes/audioreach-graphservices/audioreach-graphservices_git.bb +++ b/recipes/audioreach-graphservices/audioreach-graphservices_git.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ef516c5438f1b599326a5e207572f477" SRCREV = "8445aee939cb8b37d80eccf6b43baf778fef23c4" PV = "0.0+git" -SRC_URI = "git://git@github.com/AudioReach/audioreach-graphservices.git;protocol=https;branch=master" +SRC_URI = "git://github.com/AudioReach/audioreach-graphservices.git;protocol=https;branch=master" DEPENDS = "glib-2.0" DEPENDS:append:qcom = " audioreach-kernel-headers"