Re: [ptxdist] Newbie: Howto add luajit 2.x as a new package in ptxdist

2017-06-19 Thread Clemens Gruber
On Mon, Jun 19, 2017 at 06:12:47PM +0200, Guillermo Rodriguez Garcia wrote: > Hi Michael, > > Have a look at the manual that Roland linked in his answer: > http://www.pengutronix.de/software/ptxdist/appnotes/OSELAS.BSP-Pengutronix-Generic-arm-Quickstart.pdf > > Specifically chapter 4, PTXdist

Re: [ptxdist] Newbie: Howto add luajit 2.x as a new package in ptxdist

2017-06-19 Thread Guillermo Rodriguez Garcia
Hi Michael, Have a look at the manual that Roland linked in his answer: http://www.pengutronix.de/software/ptxdist/appnotes/OSELAS.BSP-Pengutronix-Generic-arm-Quickstart.pdf Specifically chapter 4, PTXdist Developer’s Manual, and section 4.2, Adding new Packages. Best regards, Guillermo

Re: [ptxdist] Newbie: Howto add luajit 2.x as a new package in ptxdist

2017-06-19 Thread Michael Deiters
Hi Roland, many thanks for the swift reply. My disconnect starts already at the first stage. My BSP has no information that I need luajit in my project. I understand I need to create the "rules" files to instruct PTXdist to compile luajit. My question is, how do the rule file(s) look like,

Re: [ptxdist] Newbie: Howto add luajit 2.x as a new package in ptxdist

2017-06-19 Thread Roland Hieber
Hi Michael, there is no need to add a -dev package for luajit, at least not for installing on the target. When crosscompiling, the install stage of your rules/luajit.make effectively calls `make install` in the luajit source folder, which should install the development headers to

[ptxdist] Newbie: Howto add luajit 2.x as a new package in ptxdist

2017-06-17 Thread Michael Deiters
Hi, I'm a newbie on ptxdist. I successfully managed to build my 1st BSP based on Generic-arm recently. I'm getting lost on how to add luajit including the libluajit-5.1-dev as package to ptxdist. I understand the approach to add an autotoolized package, but for the desired luajit-5.1-dev, I