Hi. On 3/8/23 16:56, Guillermo Rodriguez Garcia wrote: > Hello all, > > I have created an image package that signs some files. > This package creates two separate files. > > What is the recommended way to handle this? From the documentation > (https://www.ptxdist.org/doc/ref_make_variables.html#image-packages), > I believe that <PKG>_IMAGE is expected to contain the filename of one > single file. For example the "clean" target uses this to know which > file to delete. > > How can this be adapted for cases where more than one file is generated? >
Not sure what you mean by <PKG>_IMAGE. But iirc, barebox (etc) image installing packages handle this. The rules can install multiple files into image directories and are capable of cleaning up after themselves. > Thanks, > > Guillermo Rodriguez Garcia > [email protected] >
