Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Can't build customized packages
@ 2018-02-15 17:48 Sjoerd Venema
  2018-02-15 18:35 ` Peter Seiderer
  0 siblings, 1 reply; 2+ messages in thread
From: Sjoerd Venema @ 2018-02-15 17:48 UTC (permalink / raw)
  To: buildroot

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

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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180215/6b505aa2/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] Can't build customized packages
  2018-02-15 17:48 [Buildroot] Can't build customized packages Sjoerd Venema
@ 2018-02-15 18:35 ` Peter Seiderer
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Seiderer @ 2018-02-15 18:35 UTC (permalink / raw)
  To: buildroot

On Thu, 15 Feb 2018 18:48:17 +0100, Sjoerd Venema <srg.venema@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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-15 18:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 17:48 [Buildroot] Can't build customized packages Sjoerd Venema
2018-02-15 18:35 ` Peter Seiderer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox