Message ID | 20240328101838.248742-1-a-limaye@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master/kirkstone,v2] meta-arago-test: cpuloadgen: Update SRCREV to latest | expand |
diff --git a/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb b/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb index 37842ea0..7f734558 100644 --- a/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb +++ b/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb @@ -4,11 +4,11 @@ HOMEPAGE = "https://github.com/ptitiano/cpuloadgen" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=c6c2eb46c569d0cd7884089fea6b4f31" -PV = "0.93" +PV = "0.94" PR = "r1" BRANCH ?= "master" -SRCREV ?= "301d69899d6f4d84f143e0ed86957eea416a27a6" +SRCREV ?= "dd2052b581ae7c2e0e06344887885fd6cd66eebb" SRC_URI = "git://github.com/ptitiano/cpuloadgen.git;protocol=https;branch=${BRANCH}"
Pulls in multi CPU support (no more limitation to dual-core max). Signed-off-by: Aniket Limaye <a-limaye@ti.com> --- Changelog v2: Corrected the PV to remove the extra 'v' character --- meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)