On Freitag, 9. Januar 2009, Claudio Leonel wrote: > Hi, > > This packet is inside a "rules" directory (along many others) in > my project directory and I put an entry in the Kconfig file also > in the project directory: > ... > source "workspace/rules/exutils.in". > ... > Do you mean that if the ## SECTION=<section> line is added to the > ".in" file this not necessary any more ? > > > If I use ptxdist to create a new source packet inside my 'rules' > directory: > > ptxdist newpacket source > > And I try to build it, I got the error: > > make: *** No rule to make target `/home/s/gnu/exutils', needed by > `/home/s/linux_x86/rootfs/x86/platform-EBOX/state/exutils.get'. Stop.
I did a test with a known to work BSP here. And: Please keep your EXUTILS_SOURCE empty. Seems a bug in ptxdist. Change your header to: EXUTILS := exutils EXUTILS_URL := file://home/s/$(EXUTILS) EXUTILS_SOURCE := EXUTILS_DIR := $(BUILDDIR)/$(EXUTILS) Regards Juergen -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | Phone: +49-8766-939 228 | Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ | -- ptxdist mailing list [email protected]
