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

2022-06-03 Thread Alex Stewart
I'm not sure I'm on-board with embedding markdown into the commit. But I 
can definitely link to the release notes from within the commit body.


Patch V2 incoming.

On 6/3/22 15:52, Khem Raj wrote:

thanks may be add this info into commit msg too.


--
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 (#166527): 
https://lists.openembedded.org/g/openembedded-core/message/166527
Mute This Topic: https://lists.openembedded.org/mt/91528903/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.6.0

2022-06-03 Thread Khem Raj
thanks may be add this info into commit msg too.

On Fri, Jun 3, 2022 at 1:45 PM Alex Stewart  wrote:
>
> Here are the release notes from 0.5.0 -> 0.6.0.
>
> http://downloads.yoctoproject.org/releases/opkg/opkg-0.6.0.release-notes
>
> ```
> Release Notes for opkg-0.6.0
> 
>
> ### Changed
> - When using package signature verification, the signature file is now
> only downloaded when (a) it is not present in the local cache or (b) the
> package file must be downloaded again. This makes signature verification
> more reliable in cases where the connection to the package feed is
> unreliable, or stored on a removable device that is not always connected.
> - Package `pre-depends` are now recorded in the opkg `status` file.
> - Package `pre-depends` are now considered when removing packages. Opkg
> will now (correctly) fail, when the user asks to remove a package which
> is a pre-depends of another installed package.
> - libsolv will now return a solver error if the user asks to install a
> package which does not exist in the feeds.
> - The `opkg search` command now prints a newline character at the end of
> its output when the search path cannot be found - which looks a little
> nicer when using opkg interactively.
> ```
>
> I don't expect these changes to directly impact the normal OE build
> workflows. But they do resolve some corner-cases that yocto community
> members have brought up in the previous 6 months.
>
> On 6/3/22 15:30, Khem Raj wrote:
> > What major changes does this change bring
> >
> > On Fri, Jun 3, 2022 at 1:04 PM Alex Stewart  wrote:
> >
> > Signed-off-by: Alex Stewart 
> > ---
> >  meta/recipes-devtools/opkg/{opkg_0.5.0.bb
> > 
> > 
> > => opkg_0.6.0.bb
> > 
> > }
> > | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-devtools/opkg/{opkg_0.5.0.bb
> > 
> > 
> > => opkg_0.6.0.bb
> > 
> > }
> > (96%)
> >
> > diff --git a/meta/recipes-devtools/opkg/opkg_0.5.0.bb
> > 
> > 
> > b/meta/recipes-devtools/opkg/opkg_0.6.0.bb
> > 
> > 
> > similarity index 96%
> > rename from meta/recipes-devtools/opkg/opkg_0.5.0.bb
> > 
> > 
> > rename to meta/recipes-devtools/opkg/opkg_0.6.0.bb
> > 
> > 
> > index
> > 
> > e91d7250bc9f7fde73395335f008108578515b77..7b351e81231df48b2c493542a00d95911606248f
> > 100644
> > --- a/meta/recipes-devtools/opkg/opkg_0.5.0.bb
> > 
> > 
> > +++ b/meta/recipes-devtools/opkg/opkg_0.6.0.bb
> > 
> > 
> > @@ -18,7 +18,7 @@ SRC_URI =
> > "http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz
> > 
> > 
> > file://run-ptest \
> >  "
> >
> > -SRC_URI[sha256sum] =
> > "559c3e1b893abaa1dd473ce3a9a5f7dd3f60ceb6cd14caaef76ddf0f7721ad1c"
> > +SRC_URI[sha256sum] =
> > "56844722eff237daf14aa6e681436f3245213c5590ed0cda37a79df637ff3a4c"
> >
> >  # This needs to be before ptest inherit, otherwise all ptest
> > files end packaged
> >  # in libopkg package if OPKGLIBDIR == libdir, because default
> > --
> > 2.36.1
> >
> >
> > 
> >
>
> --
> Alex Stewart
> Software Engineer - NI Real-Time OS
> NI (National Instruments)
>
> alex.stew...@ni.com
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this 

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

2022-06-03 Thread Alex Stewart

Here are the release notes from 0.5.0 -> 0.6.0.

http://downloads.yoctoproject.org/releases/opkg/opkg-0.6.0.release-notes

```
Release Notes for opkg-0.6.0


### Changed
- When using package signature verification, the signature file is now 
only downloaded when (a) it is not present in the local cache or (b) the 
package file must be downloaded again. This makes signature verification 
more reliable in cases where the connection to the package feed is 
unreliable, or stored on a removable device that is not always connected.

- Package `pre-depends` are now recorded in the opkg `status` file.
- Package `pre-depends` are now considered when removing packages. Opkg 
will now (correctly) fail, when the user asks to remove a package which 
is a pre-depends of another installed package.
- libsolv will now return a solver error if the user asks to install a 
package which does not exist in the feeds.
- The `opkg search` command now prints a newline character at the end of 
its output when the search path cannot be found - which looks a little 
nicer when using opkg interactively.

```

I don't expect these changes to directly impact the normal OE build 
workflows. But they do resolve some corner-cases that yocto community 
members have brought up in the previous 6 months.


On 6/3/22 15:30, Khem Raj wrote:

What major changes does this change bring

On Fri, Jun 3, 2022 at 1:04 PM Alex Stewart  wrote:

Signed-off-by: Alex Stewart 
---
 meta/recipes-devtools/opkg/{opkg_0.5.0.bb


=> opkg_0.6.0.bb

}
| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/opkg/{opkg_0.5.0.bb


=> opkg_0.6.0.bb

}
(96%)

diff --git a/meta/recipes-devtools/opkg/opkg_0.5.0.bb


b/meta/recipes-devtools/opkg/opkg_0.6.0.bb


similarity index 96%
rename from meta/recipes-devtools/opkg/opkg_0.5.0.bb


rename to meta/recipes-devtools/opkg/opkg_0.6.0.bb


index

e91d7250bc9f7fde73395335f008108578515b77..7b351e81231df48b2c493542a00d95911606248f
100644
--- a/meta/recipes-devtools/opkg/opkg_0.5.0.bb


+++ b/meta/recipes-devtools/opkg/opkg_0.6.0.bb


@@ -18,7 +18,7 @@ SRC_URI =
"http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz


            file://run-ptest \
 "

-SRC_URI[sha256sum] =
"559c3e1b893abaa1dd473ce3a9a5f7dd3f60ceb6cd14caaef76ddf0f7721ad1c"
+SRC_URI[sha256sum] =
"56844722eff237daf14aa6e681436f3245213c5590ed0cda37a79df637ff3a4c"

 # This needs to be before ptest inherit, otherwise all ptest
files end packaged
 # in libopkg package if OPKGLIBDIR == libdir, because default
-- 
2.36.1







--
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 (#166525): 
https://lists.openembedded.org/g/openembedded-core/message/166525
Mute This Topic: https://lists.openembedded.org/mt/91528903/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.6.0

2022-06-03 Thread Khem Raj
What major changes does this change bring

On Fri, Jun 3, 2022 at 1:04 PM Alex Stewart  wrote:

> Signed-off-by: Alex Stewart 
> ---
>  meta/recipes-devtools/opkg/{opkg_0.5.0.bb => opkg_0.6.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/opkg/{opkg_0.5.0.bb => opkg_0.6.0.bb} (96%)
>
> diff --git a/meta/recipes-devtools/opkg/opkg_0.5.0.bb
> b/meta/recipes-devtools/opkg/opkg_0.6.0.bb
> similarity index 96%
> rename from meta/recipes-devtools/opkg/opkg_0.5.0.bb
> rename to meta/recipes-devtools/opkg/opkg_0.6.0.bb
> index
> e91d7250bc9f7fde73395335f008108578515b77..7b351e81231df48b2c493542a00d95911606248f
> 100644
> --- a/meta/recipes-devtools/opkg/opkg_0.5.0.bb
> +++ b/meta/recipes-devtools/opkg/opkg_0.6.0.bb
> @@ -18,7 +18,7 @@ SRC_URI = "
> http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz
> file://run-ptest \
>  "
>
> -SRC_URI[sha256sum] =
> "559c3e1b893abaa1dd473ce3a9a5f7dd3f60ceb6cd14caaef76ddf0f7721ad1c"
> +SRC_URI[sha256sum] =
> "56844722eff237daf14aa6e681436f3245213c5590ed0cda37a79df637ff3a4c"
>
>  # This needs to be before ptest inherit, otherwise all ptest files end
> packaged
>  # in libopkg package if OPKGLIBDIR == libdir, because default
> --
> 2.36.1
>
>
> 
>
>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#166524): 
https://lists.openembedded.org/g/openembedded-core/message/166524
Mute This Topic: https://lists.openembedded.org/mt/91528903/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.6.0

2022-06-03 Thread Alex Stewart
Signed-off-by: Alex Stewart 
---
 meta/recipes-devtools/opkg/{opkg_0.5.0.bb => opkg_0.6.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/opkg/{opkg_0.5.0.bb => opkg_0.6.0.bb} (96%)

diff --git a/meta/recipes-devtools/opkg/opkg_0.5.0.bb 
b/meta/recipes-devtools/opkg/opkg_0.6.0.bb
similarity index 96%
rename from meta/recipes-devtools/opkg/opkg_0.5.0.bb
rename to meta/recipes-devtools/opkg/opkg_0.6.0.bb
index 
e91d7250bc9f7fde73395335f008108578515b77..7b351e81231df48b2c493542a00d95911606248f
 100644
--- a/meta/recipes-devtools/opkg/opkg_0.5.0.bb
+++ b/meta/recipes-devtools/opkg/opkg_0.6.0.bb
@@ -18,7 +18,7 @@ SRC_URI = 
"http://downloads.yoctoproject.org/releases/${BPN}/${BPN}-${PV}.tar.gz
file://run-ptest \
 "
 
-SRC_URI[sha256sum] = 
"559c3e1b893abaa1dd473ce3a9a5f7dd3f60ceb6cd14caaef76ddf0f7721ad1c"
+SRC_URI[sha256sum] = 
"56844722eff237daf14aa6e681436f3245213c5590ed0cda37a79df637ff3a4c"
 
 # This needs to be before ptest inherit, otherwise all ptest files end packaged
 # in libopkg package if OPKGLIBDIR == libdir, because default
-- 
2.36.1


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