From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Seiderer Date: Thu, 15 Feb 2018 19:35:28 +0100 Subject: [Buildroot] Can't build customized packages In-Reply-To: References: Message-ID: <20180215193528.043ea476@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Thu, 15 Feb 2018 18:48:17 +0100, Sjoerd Venema 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 > returns a "No rule to make target" error. > > I hadn't added a .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//*/*.mk)) +include $(sort $(wildcard package/arctura/*/*.mk)) Regards, Peter > > Thanks > > > Virus-free. > www.avast.com > > <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>