All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] waffle: convert to git, website is down
@ 2021-10-21  8:40 Alexander Kanavin
  2021-10-21  8:40 ` [PATCH 2/2] stress-ng: " Alexander Kanavin
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kanavin @ 2021-10-21  8:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-graphics/waffle/waffle_1.6.1.bb | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-graphics/waffle/waffle_1.6.1.bb b/meta/recipes-graphics/waffle/waffle_1.6.1.bb
index 395494018a..161bbb0d26 100644
--- a/meta/recipes-graphics/waffle/waffle_1.6.1.bb
+++ b/meta/recipes-graphics/waffle/waffle_1.6.1.bb
@@ -3,17 +3,15 @@ DESCRIPTION = "A cross-platform C library that allows one to defer selection \
 of an OpenGL API and window system until runtime. For example, on Linux, Waffle \
 enables an application to select X11/EGL with an OpenGL 3.3 core profile, \
 Wayland with OpenGL ES2, and other window system / API combinations."
-HOMEPAGE = "http://www.waffle-gl.org/"
+HOMEPAGE = "https://gitlab.freedesktop.org/mesa/waffle"
 BUGTRACKER = "https://gitlab.freedesktop.org/mesa/waffle"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4c5154407c2490750dd461c50ad94797 \
                     file://include/waffle/waffle.h;endline=24;md5=61dbf8697f61c78645e75a93c585b1bf"
 
-SRC_URI = "http://waffle-gl.org/files/release/${BPN}-${PV}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "c91529e579483f44fb330052872b9c73"
-SRC_URI[sha256sum] = "31565649ff0e2d8dff1b8f7f2264ab7a78452063c7e04adfc4ce03e64b655080"
-
-UPSTREAM_CHECK_URI = "http://www.waffle-gl.org/releases.html"
+SRC_URI = "git://gitlab.freedesktop.org/mesa/waffle.git;protocol=https;branch=maint-1.6"
+SRCREV = "d7e8c4759704b3c571fa3697c716279c26fd05eb"
+S = "${WORKDIR}/git"
 
 inherit meson features_check lib_package bash-completion pkgconfig
 
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] stress-ng: convert to git, website is down
  2021-10-21  8:40 [PATCH 1/2] waffle: convert to git, website is down Alexander Kanavin
@ 2021-10-21  8:40 ` Alexander Kanavin
  2021-10-22 18:04   ` [OE-core] " Alexandre Belloni
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kanavin @ 2021-10-21  8:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
index 198f7e87c7..f9dcdda0af 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
@@ -1,14 +1,15 @@
 SUMMARY = "System load testing utility"
 DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \
 imposes a configurable amount of CPU, memory, I/O, and disk stress on the system."
-HOMEPAGE = "https://kernel.ubuntu.com/~cking/stress-ng/"
+HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
+SRC_URI = "git://github.com/ColinIanKing/stress-ng.git \
            file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
            "
-SRC_URI[sha256sum] = "1cefe4a3057c1522b146e62f61b80ce6e2e99da2d85ebe25bc03fc45228e58cd"
+SRCREV = "61b454b4a3a9d052e63c78a9574ccf8a650575dc"
+S = "${WORKDIR}/git"
 
 DEPENDS = "coreutils-native"
 
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [OE-core] [PATCH 2/2] stress-ng: convert to git, website is down
  2021-10-21  8:40 ` [PATCH 2/2] stress-ng: " Alexander Kanavin
@ 2021-10-22 18:04   ` Alexandre Belloni
  2021-10-23 10:15     ` Alexander Kanavin
  0 siblings, 1 reply; 5+ messages in thread
From: Alexandre Belloni @ 2021-10-22 18:04 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: openembedded-core, Alexander Kanavin

Hello Alex,

This makes the reproducible builds fail:

https://autobuilder.yoctoproject.org/typhoon/#/builders/119/builds/870/steps/12/logs/stdio
https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20211022-8ziugi_1/packages/diff-html/


On 21/10/2021 10:40:59+0200, Alexander Kanavin wrote:
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ---
>  meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
> index 198f7e87c7..f9dcdda0af 100644
> --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
> +++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
> @@ -1,14 +1,15 @@
>  SUMMARY = "System load testing utility"
>  DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \
>  imposes a configurable amount of CPU, memory, I/O, and disk stress on the system."
> -HOMEPAGE = "https://kernel.ubuntu.com/~cking/stress-ng/"
> +HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>  
> -SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
> +SRC_URI = "git://github.com/ColinIanKing/stress-ng.git \
>             file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
>             "
> -SRC_URI[sha256sum] = "1cefe4a3057c1522b146e62f61b80ce6e2e99da2d85ebe25bc03fc45228e58cd"
> +SRCREV = "61b454b4a3a9d052e63c78a9574ccf8a650575dc"
> +S = "${WORKDIR}/git"
>  
>  DEPENDS = "coreutils-native"
>  
> -- 
> 2.20.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#157277): https://lists.openembedded.org/g/openembedded-core/message/157277
> Mute This Topic: https://lists.openembedded.org/mt/86484339/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [OE-core] [PATCH 2/2] stress-ng: convert to git, website is down
  2021-10-22 18:04   ` [OE-core] " Alexandre Belloni
@ 2021-10-23 10:15     ` Alexander Kanavin
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Kanavin @ 2021-10-23 10:15 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 2495 bytes --]

Thanks, I will correct this in my next batch.

Alex

On Fri, 22 Oct 2021 at 20:04, Alexandre Belloni <
alexandre.belloni@bootlin.com> wrote:

> Hello Alex,
>
> This makes the reproducible builds fail:
>
>
> https://autobuilder.yoctoproject.org/typhoon/#/builders/119/builds/870/steps/12/logs/stdio
>
> https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20211022-8ziugi_1/packages/diff-html/
>
>
> On 21/10/2021 10:40:59+0200, Alexander Kanavin wrote:
> > Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> > ---
> >  meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb | 7 ++++---
> >  1 file changed, 4 insertions(+), 3 deletions(-)
> >
> > diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
> b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
> > index 198f7e87c7..f9dcdda0af 100644
> > --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
> > +++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
> > @@ -1,14 +1,15 @@
> >  SUMMARY = "System load testing utility"
> >  DESCRIPTION = "Deliberately simple workload generator for POSIX
> systems. It \
> >  imposes a configurable amount of CPU, memory, I/O, and disk stress on
> the system."
> > -HOMEPAGE = "https://kernel.ubuntu.com/~cking/stress-ng/"
> > +HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme"
> >  LICENSE = "GPLv2"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
> >
> > -SRC_URI = "
> https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
> > +SRC_URI = "git://github.com/ColinIanKing/stress-ng.git \
> >
>  file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
> >             "
> > -SRC_URI[sha256sum] =
> "1cefe4a3057c1522b146e62f61b80ce6e2e99da2d85ebe25bc03fc45228e58cd"
> > +SRCREV = "61b454b4a3a9d052e63c78a9574ccf8a650575dc"
> > +S = "${WORKDIR}/git"
> >
> >  DEPENDS = "coreutils-native"
> >
> > --
> > 2.20.1
> >
>
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#157277):
> https://lists.openembedded.org/g/openembedded-core/message/157277
> > Mute This Topic: https://lists.openembedded.org/mt/86484339/3617179
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> alexandre.belloni@bootlin.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>

[-- Attachment #2: Type: text/html, Size: 4907 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 2/2] stress-ng: convert to git, website is down
  2021-10-21  7:02 [PATCH 1/2] waffle: " Alexander Kanavin
@ 2021-10-21  7:02 ` Alexander Kanavin
  0 siblings, 0 replies; 5+ messages in thread
From: Alexander Kanavin @ 2021-10-21  7:02 UTC (permalink / raw)
  To: openembedded-core; +Cc: Alexander Kanavin

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
index 198f7e87c7..8a37940bc3 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.00.bb
@@ -5,10 +5,11 @@ HOMEPAGE = "https://kernel.ubuntu.com/~cking/stress-ng/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
+SRC_URI = "git://github.com/ColinIanKing/stress-ng.git \
            file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
            "
-SRC_URI[sha256sum] = "1cefe4a3057c1522b146e62f61b80ce6e2e99da2d85ebe25bc03fc45228e58cd"
+SRCREV = "61b454b4a3a9d052e63c78a9574ccf8a650575dc"
+S = "${WORKDIR}/git"
 
 DEPENDS = "coreutils-native"
 
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-23 10:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21  8:40 [PATCH 1/2] waffle: convert to git, website is down Alexander Kanavin
2021-10-21  8:40 ` [PATCH 2/2] stress-ng: " Alexander Kanavin
2021-10-22 18:04   ` [OE-core] " Alexandre Belloni
2021-10-23 10:15     ` Alexander Kanavin
  -- strict thread matches above, loose matches on Subject: below --
2021-10-21  7:02 [PATCH 1/2] waffle: " Alexander Kanavin
2021-10-21  7:02 ` [PATCH 2/2] stress-ng: " Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.