Re: [ptxdist] How to create "hotfix" packages

2017-11-02 Thread Andreas Glatz
On Thu, Nov 2, 2017 at 12:38 PM, Michael Olbrich wrote: > On Thu, Nov 02, 2017 at 01:20:17PM +0100, Guillermo Rodriguez Garcia wrote: >> 2017-11-01 12:01 GMT+01:00 Michael Olbrich : >> > On Tue, Oct 31, 2017 at 06:28:14PM +0100, Guillermo

[ptxdist] Can packages be build w/o installing them on the rootfs?

2017-09-28 Thread Andreas Glatz
Hi We have a platform application and one to three dynamic libraries that, if present, are loaded into the platform to extend its functionality. The finished product with be sold in three grades, base advanced and full. The base version should only contain the platform application, and base

[ptxdist] How to keep DWARF debugging symbols for libunwind?

2017-03-13 Thread Andreas Glatz
Hi I'm using libunwind [1] on i.MX6 together with my application to generate proper backtraces. I found that compiling my app with debugging symbols (-g) and then preloading libunwind with UNW_ARM_METHOD_DWARF gives quite meaningful backtraces. However, after flashing the target I cannot get

Re: [ptxdist] Specific version dependency in opkg/ipkg Depends field

2016-08-03 Thread Andreas Glatz
Hi Michael, >> >> Ptxdist automatically appends dependencies, however I haven't found a >> way to add a version dependency to a package (without hacking the >> package after it was created). >> >> Any help appreciated. > > There is no easy way to do this. In theory you could overwrite >

[ptxdist] Specific version dependency in opkg/ipkg Depends field

2016-08-02 Thread Andreas Glatz
Hi I'm using ptxdist-2012.03.0 and I'm adding two new components to the standard installation. Everything seems to work fine and I get ipkgs for both components, which I can install on the target. Now I'd like to create a dependency of component A on B so that A can only be installed if B is