Re: [OE-core] opkg and gpg signed ipk packages

2015-05-20 Thread Sona Sarmadi
Do you think this patch would be of interest for someone? Yes but it would be good to make it choosable at distro level. Opkg has support for 'sha256' but opkg-utils only supports md5. We could pass the sha256 option to opkg-utils (like other parameters such as Maintainer), and make it

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-19 Thread Sona Sarmadi
I'm guessing you would want something like this in your custom distro config (or local.conf if you must): PACKAGECONFIG_append_pn-opkg = sha256 PACKAGECONFIG_append_pn-opkg-native = sha256 Thanks a lot guys for your help, this is now working :) There is support for sha256 in opkg

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-19 Thread Gary Thomas
On 2015-05-19 05:47, Sona Sarmadi wrote: I'm guessing you would want something like this in your custom distro config (or local.conf if you must): PACKAGECONFIG_append_pn-opkg = sha256 PACKAGECONFIG_append_pn-opkg-native = sha256 Thanks a lot guys for your help, this is now working :)

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-19 Thread Otavio Salvador
On Tue, May 19, 2015 at 8:47 AM, Sona Sarmadi sona.sarm...@enea.com wrote: I'm guessing you would want something like this in your custom distro config (or local.conf if you must): PACKAGECONFIG_append_pn-opkg = sha256 PACKAGECONFIG_append_pn-opkg-native = sha256 Thanks a lot guys

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-19 Thread Mark Hatle
On 5/19/15 7:01 AM, Otavio Salvador wrote: On Tue, May 19, 2015 at 8:47 AM, Sona Sarmadi sona.sarm...@enea.com wrote: I'm guessing you would want something like this in your custom distro config (or local.conf if you must): PACKAGECONFIG_append_pn-opkg = sha256

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-14 Thread Sona Sarmadi
I'm guessing you would want something like this in your custom distro config (or local.conf if you must): PACKAGECONFIG_append_pn-opkg = sha256 PACKAGECONFIG_append_pn-opkg-native = sha256 Thanks Paul, it looks like this should be the configuration but I have tried this and didn't help.

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-14 Thread Paul Eggleton
Hi Sona, On Wednesday 13 May 2015 20:20:51 Sona Sarmadi wrote: SHA256 is also supported. In OpenEmbedded, use the PACKAGECONFIG 'sha256' then ensure that your Packages file contains a 'SHA256sum: ...' line for each package. Does anyone know where do I specify this PACKAGECONFIG

Re: [OE-core] opkg and gpg signed ipk packages

2015-05-13 Thread Sona Sarmadi
Hi SHA256 is also supported. In OpenEmbedded, use the PACKAGECONFIG 'sha256' then ensure that your Packages file contains a 'SHA256sum: ...' line for each package. Does anyone know where do I specify this PACKAGECONFIG configuration? I want all ipk packages to be checksummed using sha256 (in