2013/10/24 Michael Olbrich <m.olbrich@pengutronix.de>
On Wed, Oct 23, 2013 at 09:52:05AM +0200, Javier Fileiv wrote:
> 2013/10/23 Marc Kleine-Budde <mkl@pengutronix.de>
> > On 10/22/2013 03:44 PM, Javier Fileiv wrote:
> > > Hello everyone, I have the following scenario.
> > >
> > > My package is in a folder, where there is another folder inside which
> > > contains the Makefile. No autotools is required.
> > >
> > > If I create a newpackge with ptxdist newpackage target, it will create
> > > the .make and .rule file. But how can I tell to the "compile" step that
> > > my Makefile is in ./src an not in ./ ?? I was trying to add a simple
> >
> > define in your .make file
> >
> >     <PACKAGE>_SUBDIR := src
> >
> >
> Am I able to add my own bash scripts there?

I don't understand this.

What I meant with that is if I can add my bash instruction on every section to be executed.For example if  I call 'ptxdist prepare MY_PACKAGE' and I write 'echo "MY OWN PREPARE STRING" ' in the .make file, it will write out "MY OWN PREPARE STRING" on the console output.

Did you get what I try to say? Sorry.. it's my mistake if not.
 

> Also, is it possible to get a package from git instead of from the web? How
> can I do that?

<PACKAGE>_URL := git://git.some-host.net/foo.git;tag=v42

Note: this only works with fix versions you cannot track a branch.

Michael

--
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

--
ptxdist mailing list
ptxdist@pengutronix.de