[Buildroot] Can't build customized packages

Peter Seiderer ps.report at gmx.net
Thu Feb 15 18:35:28 UTC 2018


On Thu, 15 Feb 2018 18:48:17 +0100, Sjoerd Venema <srg.venema at gmail.com> wrote:
Hello Sjoerd,

> Hi,
> 
> I'm probably missing something basic here, but I can't see it. Any way, I
> have created a number of custom packages, which I have grouped under a
> sub-directory of packages.
> 
> I have added a Config.in to that sub-directory ("packages/arctura"... see
> link below), which makes everything selectable in the "make
> menuconfig"-menu. So far, so good.
> 
> However, I noticed that the packages are not being build. And running make
> <custom package> returns a "No rule to make target" error.
> 
> I hadn't added a <company>.mk makefile ("actura.mk", see link below) yet,
> so I did, according to the documentation, but no difference.
> 
> My setup can be seen here:
> https://github.com/Sjoerd82/buildroot/tree/master/buildroot-2017.08


diff -u package/arctura/arctura.mk_orig package/arctura/arctura.mk
--- package/arctura/arctura.mk_orig	2018-02-15 19:32:11.572197327 +0100
+++ package/arctura/arctura.mk	2018-02-15 19:32:23.460406475 +0100
@@ -1 +1 @@
-include $(sort $(wildcard package/<company>/*/*.mk))
+include $(sort $(wildcard package/arctura/*/*.mk))

Regards,
Peter


> 
> Thanks
> 
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> Virus-free.
> www.avast.com
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>




More information about the buildroot mailing list