Re: [kirkstone][PATCH 3/3] devmem2: update SRC_URI according to redirect
On Wed, May 25, 2022 at 11:08 AM Denys Dmytriyenko <denis@...> wrote:
interest in using it from
a separate repository.
I would suggest to cross post with buildroot and see if there is
Sure, I can do that and put it in the repo, since I've made few patches on top
of it... Before I do that, are there any objections? Bootlin?
interest in using it from
a separate repository.
On Wed, May 25, 2022 at 08:03:58PM +0200, Martin Jansa wrote:Anyone willing to create a repo for this on github instead of patching this
in metadata?
This is another reproducer for do_patch issue described here
https://lists.yoctoproject.org/g/yocto/message/56602
On Fri, May 13, 2022 at 1:43 AM Denys Dmytriyenko <denis@...> wrote:From: Michael Opdenacker <michael.opdenacker@...>
http://www.free-electrons.com now redirects to https://bootlin.com
Signed-off-by: Michael Opdenacker <michael.opdenacker@...>
Signed-off-by: Khem Raj <raj.khem@...>
Signed-off-by: Denys Dmytriyenko <denis@...>
---
meta-oe/recipes-support/devmem2/devmem2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-oe/recipes-support/devmem2/devmem2.bb
b/meta-oe/recipes-support/devmem2/devmem2.bb
index ba7aad8ab..70d413521 100644
--- a/meta-oe/recipes-support/devmem2/devmem2.bb
+++ b/meta-oe/recipes-support/devmem2/devmem2.bb
@@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM =
"file://devmem2.c;endline=38;md5=a9eb9f3890384519f435aedf986297cf"
PR = "r7"
-SRC_URI = "
http://www.free-electrons.com/pub/mirror/devmem2.c;downloadfilename=devmem2-new.c
\
+SRC_URI = "
https://bootlin.com/pub/mirror/devmem2.c;downloadfilename=devmem2-new.c \
file://devmem2-fixups-2.patch;apply=yes;striplevel=0 \
file://0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch \
file://0001-devmem2-support-different-page-sizes-at-run-time.patch \
--
2.25.1