* [Buildroot] How to add a new package?
@ 2008-05-13 16:17 Conny Marco Menebröcker
2008-05-13 17:30 ` hartleys
0 siblings, 1 reply; 5+ messages in thread
From: Conny Marco Menebröcker @ 2008-05-13 16:17 UTC (permalink / raw)
To: buildroot
Hi,
I tried to add a new package. Like discribed at
http://buildroot.uclibc.org/buildroot.html i created a Config.in and
package.mk. If I add a line in buildroot/.config and type 'make', the
package will be add to my created root filesystem.
But how can I add the package that I can activate the software with
'make menuconfig' ?
At a page that I found by google, I raed that I have to add my Config.in
at buildroot/package/Config.in. But after 'make menuconfig' there isn't
an entry for my new software.
What have I to do, to get an entry in menuconfig for my software?
Conny
--
Don't send me an personal e-mail since it will be filtered by my
spamfilter.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] How to add a new package?
2008-05-13 16:17 [Buildroot] How to add a new package? Conny Marco Menebröcker
@ 2008-05-13 17:30 ` hartleys
2008-05-14 20:18 ` Conny Marco Menebröcker
0 siblings, 1 reply; 5+ messages in thread
From: hartleys @ 2008-05-13 17:30 UTC (permalink / raw)
To: buildroot
In package/Config.in add a:
source "package/your_package/Config.in"
Replace "your_package" with the directory name of your added package
Somewhere that makes sense for the package you are adding.
-----Original Message-----
From: buildroot-bounces@uclibc.org [mailto:buildroot-bounces at uclibc.org] On Behalf Of Conny Marco Menebr?cker
Sent: Tuesday, May 13, 2008 9:18 AM
To: buildroot at uclibc.org
Subject: [Buildroot] How to add a new package?
Hi,
I tried to add a new package. Like discribed at http://buildroot.uclibc.org/buildroot.html i created a Config.in and package.mk. If I add a line in buildroot/.config and type 'make', the package will be add to my created root filesystem.
But how can I add the package that I can activate the software with 'make menuconfig' ?
At a page that I found by google, I raed that I have to add my Config.in at buildroot/package/Config.in. But after 'make menuconfig' there isn't an entry for my new software.
What have I to do, to get an entry in menuconfig for my software?
Conny
--
Don't send me an personal e-mail since it will be filtered by my spamfilter.
_______________________________________________
buildroot mailing list
buildroot at uclibc.org
http://busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] How to add a new package?
2008-05-13 17:30 ` hartleys
@ 2008-05-14 20:18 ` Conny Marco Menebröcker
2008-05-15 12:28 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Conny Marco Menebröcker @ 2008-05-14 20:18 UTC (permalink / raw)
To: buildroot
Thanks for the answer, but I had added the line before.
Have I to run something else, than 'make menuconfig'?
Have I to run 'make clean' or something else?
Conny
Am Dienstag, den 13.05.2008, 13:30 -0400 schrieb hartleys:
> In package/Config.in add a:
>
> source "package/your_package/Config.in"
> Replace "your_package" with the directory name of your added package
>
> Somewhere that makes sense for the package you are adding.
>
> -----Original Message-----
> From: buildroot-bounces at uclibc.org [mailto:buildroot-bounces at uclibc.org] On Behalf Of Conny Marco Menebr?cker
> Sent: Tuesday, May 13, 2008 9:18 AM
> To: buildroot at uclibc.org
> Subject: [Buildroot] How to add a new package?
>
> Hi,
>
> I tried to add a new package. Like discribed at http://buildroot.uclibc.org/buildroot.html i created a Config.in and package.mk. If I add a line in buildroot/.config and type 'make', the package will be add to my created root filesystem.
>
> But how can I add the package that I can activate the software with 'make menuconfig' ?
> At a page that I found by google, I raed that I have to add my Config.in at buildroot/package/Config.in. But after 'make menuconfig' there isn't an entry for my new software.
>
> What have I to do, to get an entry in menuconfig for my software?
>
> Conny
> --
> Don't send me an personal e-mail since it will be filtered by my spamfilter.
>
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
--
Don't send me an personal e-mail since it will be filtered by my
spamfilter.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] How to add a new package?
2008-05-14 20:18 ` Conny Marco Menebröcker
@ 2008-05-15 12:28 ` Thomas Petazzoni
2008-05-17 16:57 ` Conny Marco Menebröcker
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2008-05-15 12:28 UTC (permalink / raw)
To: buildroot
Le Wed, 14 May 2008 22:18:36 +0200,
Conny Marco Menebr?cker <menebroecker@web.de> a ?crit :
> Thanks for the answer, but I had added the line before.
> Have I to run something else, than 'make menuconfig'?
> Have I to run 'make clean' or something else?
No, just "make menuconfig". If the menu entry doesn't appear, it's
probably because your Config.in changes are not correct.
Can you send the patch corresponding to your Buildroot modifications ?
That way, instead of trying to guess in the dark, we could actually
help you.
Sincerly,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20080515/0ea76b28/attachment-0001.pgp
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] How to add a new package?
2008-05-15 12:28 ` Thomas Petazzoni
@ 2008-05-17 16:57 ` Conny Marco Menebröcker
0 siblings, 0 replies; 5+ messages in thread
From: Conny Marco Menebröcker @ 2008-05-17 16:57 UTC (permalink / raw)
To: buildroot
Am Donnerstag, den 15.05.2008, 14:28 +0200 schrieb Thomas Petazzoni:
> Le Wed, 14 May 2008 22:18:36 +0200,
> Conny Marco Menebr?cker <menebroecker@web.de> a ?crit :
>
> > Thanks for the answer, but I had added the line before.
> > Have I to run something else, than 'make menuconfig'?
> > Have I to run 'make clean' or something else?
>
> No, just "make menuconfig". If the menu entry doesn't appear, it's
> probably because your Config.in changes are not correct.
Thanks, that was a good hint. I forgot a letter at the 'depends on'
line.
Because there was no package selected with this wrong name, I couldn't
see it in the configuration.
>
> Can you send the patch corresponding to your Buildroot modifications ?
> That way, instead of trying to guess in the dark, we could actually
> help you.
>
> Sincerly,
>
> Thomas
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
--
Don't send me an personal e-mail since it will be filtered by my
spamfilter.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-05-17 16:57 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-13 16:17 [Buildroot] How to add a new package? Conny Marco Menebröcker
2008-05-13 17:30 ` hartleys
2008-05-14 20:18 ` Conny Marco Menebröcker
2008-05-15 12:28 ` Thomas Petazzoni
2008-05-17 16:57 ` Conny Marco Menebröcker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox