Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SUMMARY = "AudioReach Graph Manager"
LICENSE = "BSD-3-Clause-Clear"
LIC_FILES_CHKSUM = "file://LICENSE;md5=51110a366f598bc0b8f8e59141a18efb"

SRCREV = "03beb4c5e6ed30a44ad457d3a430937899ccd1d6"
SRCREV = "ee5a7d24654289caa68532342f6439eea689f14c"
PV = "0.0+git"
SRC_URI = "git://[email protected]/Audioreach/audioreach-graphmgr.git;protocol=https;branch=master"
SRC_URI += "file://agm_server.service"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SUMMARY = "AudioReach Graph Service"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6921cdd00790cae6b02ce61e60ab9e55"

SRCREV = "5ba903fd4fb9f2c5bdf75d657ce5f1e0b79ea12b"
SRCREV = "f5ff09d4b28a5b90389058d0803a2ad3e3690730"
PV = "0.0+git"
SRC_URI = "git://[email protected]/Audioreach/audioreach-graphservices.git;protocol=https;branch=master"

Expand Down
2 changes: 1 addition & 1 deletion recipes/audioreach-pal/audioreach-pal-headers_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${UNPACKDIR}/${PN}-${PV}/LICENSE;md5=51110a366f598bc0

SRCPROJECT = "git://github.com/AudioReach/audioreach-pal.git"
SRCBRANCH = "qclinux1.0"
SRCREV = "2f6501d770f585aa7dbdfb95606a95af6782806a"
SRCREV = "2dc3a2439d9e9b17d84c4ccb23b9cbf7fa12080b"
PV = "0.0+git"

SRC_URI = "${SRCPROJECT};protocol=https;branch=${SRCBRANCH};"
Expand Down
2 changes: 1 addition & 1 deletion recipes/audioreach-pal/audioreach-pal_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=51110a366f598bc0b8f8e59141a18efb"
SRCPROJECT = "git://github.com/AudioReach/audioreach-pal.git"
SRCBRANCH = "qclinux1.0"

SRCREV = "2f6501d770f585aa7dbdfb95606a95af6782806a"
SRCREV = "2dc3a2439d9e9b17d84c4ccb23b9cbf7fa12080b"
PV = "0.0+git"
SRC_URI = "${SRCPROJECT};protocol=https;branch=${SRCBRANCH}"

Expand Down
Loading