Message ID | 20240327094100.2675069-1-a-limaye@ti.com |
---|---|
State | Superseded |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-arago,master/kirkstone] meta-arago-test: cpuloadgen: Update SRCREV to latest | expand |
On 3/27/2024 4:41 AM, Aniket Limaye wrote: > Pulls in multi CPU support (no more limitation to dual-core max). > > Signed-off-by: Aniket Limaye <a-limaye@ti.com> > --- > meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb b/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb > index 37842ea0..3c463d33 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 = "v0.94" Please remove the v from the PV variable. > PR = "r1" > > BRANCH ?= "master" > -SRCREV ?= "301d69899d6f4d84f143e0ed86957eea416a27a6" > +SRCREV ?= "dd2052b581ae7c2e0e06344887885fd6cd66eebb" > > SRC_URI = "git://github.com/ptitiano/cpuloadgen.git;protocol=https;branch=${BRANCH}" >
diff --git a/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb b/meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb index 37842ea0..3c463d33 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 = "v0.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> --- meta-arago-test/recipes-devtools/cpuloadgen/cpuloadgen_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)