Re: [OE-core] [PATCH] opkg: upgrade to version 0.4.4

2020-12-15 Thread Alex Stewart

Hey Alex,

Thanks for bringing this up. One of the opkg test framework changes 
introduced in 0.4.4 doesn't play well with hosts that symlink their 
`/tmp` directory. I have a fix for it which I'll post to the opkg 
mainline soon.


Since Alejandro is OOO for the holidays, I don't think he'll mind me 
adopting this patchset. I'll backport the test framework fix into a 
`.patch` for OE to consume with the 0.4.4 recipe upgrade.


Thanks,

On 12/14/20 1:52 PM, Alexander Kanavin wrote:

opkg ptests regress with this change:
https://autobuilder.yocto.io/pub/non-release/20201214-1/testresults/qemux86-64-ptest/opkg.log 



Do not merge please, as this undoes my work to reach 100% pass rate in 
ptests :)


Alex


--
Alex Stewart
Software Engineer - NI Real-Time OS
NI (National Instruments)

alex.stew...@ni.com


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145757): 
https://lists.openembedded.org/g/openembedded-core/message/145757
Mute This Topic: https://lists.openembedded.org/mt/78790833/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



Re: [OE-core] [PATCH] opkg: upgrade to version 0.4.4

2020-12-14 Thread Alexander Kanavin
opkg ptests regress with this change:
https://autobuilder.yocto.io/pub/non-release/20201214-1/testresults/qemux86-64-ptest/opkg.log

Do not merge please, as this undoes my work to reach 100% pass rate in
ptests :)

Alex

On Mon, 7 Dec 2020 at 23:44, Alejandro del Castillo <
alejandro.delcasti...@ni.com> wrote:

> Signed-off-by: Alejandro del Castillo 
> ---
>  meta/recipes-devtools/opkg/{opkg_0.4.3.bb => opkg_0.4.4.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/opkg/{opkg_0.4.3.bb => opkg_0.4.4.bb} (95%)
>
> diff --git a/meta/recipes-devtools/opkg/opkg_0.4.3.bb
> b/meta/recipes-devtools/opkg/opkg_0.4.4.bb
> similarity index 95%
> rename from meta/recipes-devtools/opkg/opkg_0.4.3.bb
> rename to meta/recipes-devtools/opkg/opkg_0.4.4.bb
> index 46b7aa2523..0f29e1d41b 100644
> --- a/meta/recipes-devtools/opkg/opkg_0.4.3.bb
> +++ b/meta/recipes-devtools/opkg/opkg_0.4.4.bb
> @@ -17,8 +17,8 @@ SRC_URI = "
> http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz
> file://run-ptest \
>  "
>
> -SRC_URI[md5sum] = "86ec5eee9362aca0990994a402e077e9"
> -SRC_URI[sha256sum] =
> "dda452854bc0cd1334f7ba18a66003d1c12a98600c894111b56919b1ea434718"
> +SRC_URI[md5sum] = "345900c1d4747d58455867f9fe88ca43"
> +SRC_URI[sha256sum] =
> "2217acc58b8eb31300631ebae75e222ebc700c9c1cf6408088705d19a472c839"
>
>  # This needs to be before ptest inherit, otherwise all ptest files end
> packaged
>  # in libopkg package if OPKGLIBDIR == libdir, because default
> --
> 2.28.0
>
>
> 
>
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145619): 
https://lists.openembedded.org/g/openembedded-core/message/145619
Mute This Topic: https://lists.openembedded.org/mt/78790833/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-



[OE-core] [PATCH] opkg: upgrade to version 0.4.4

2020-12-07 Thread Alejandro del Castillo
Signed-off-by: Alejandro del Castillo 
---
 meta/recipes-devtools/opkg/{opkg_0.4.3.bb => opkg_0.4.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/opkg/{opkg_0.4.3.bb => opkg_0.4.4.bb} (95%)

diff --git a/meta/recipes-devtools/opkg/opkg_0.4.3.bb 
b/meta/recipes-devtools/opkg/opkg_0.4.4.bb
similarity index 95%
rename from meta/recipes-devtools/opkg/opkg_0.4.3.bb
rename to meta/recipes-devtools/opkg/opkg_0.4.4.bb
index 46b7aa2523..0f29e1d41b 100644
--- a/meta/recipes-devtools/opkg/opkg_0.4.3.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.4.4.bb
@@ -17,8 +17,8 @@ SRC_URI = 
"http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz
file://run-ptest \
 "
 
-SRC_URI[md5sum] = "86ec5eee9362aca0990994a402e077e9"
-SRC_URI[sha256sum] = 
"dda452854bc0cd1334f7ba18a66003d1c12a98600c894111b56919b1ea434718"
+SRC_URI[md5sum] = "345900c1d4747d58455867f9fe88ca43"
+SRC_URI[sha256sum] = 
"2217acc58b8eb31300631ebae75e222ebc700c9c1cf6408088705d19a472c839"
 
 # This needs to be before ptest inherit, otherwise all ptest files end packaged
 # in libopkg package if OPKGLIBDIR == libdir, because default
-- 
2.28.0


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145361): 
https://lists.openembedded.org/g/openembedded-core/message/145361
Mute This Topic: https://lists.openembedded.org/mt/78790833/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-