Re: [oe] [meta-qt5] Do_install_append() with qmake

2018-05-25 Thread Dylan Bartlett
Sorry all, ignore this. Do_install_append works, from what I can only call a formatting issue in my recipe seems to have stopped the _append from running. Fixing some of the formatting in my _append function seems to have started things working. My next issue seems to be that my application is

Re: [oe] [meta-qt5] Do_install_append() with qmake

2018-05-25 Thread Trevor Woerner
Maybe IMAGE_POSTPROCESS_COMMAND might help? https://www.yoctoproject.org/docs/2.5/ref-manual/ref-manual.html#var-IMAGE_POSTPROCESS_COMMAND There's an example of using it in: https://github.com/resin-os/meta-resin/blob/master/meta-resin-common/recipes-core/images/resin-image.bb --

[oe] [meta-qt5] Do_install_append() with qmake

2018-05-25 Thread Dylan Bartlett
Hello all, I hope you'll be able to help clear some things up for me. I have created a recipe to build and install a Qt Application I've been developing, so far everything has been working great and the program gets compiled, installed and packaged. However there is one additional install step