[Buildroot] How to add a new package?

hartleys hartleys at visionengravers.com
Tue May 13 17:30:32 UTC 2008


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



More information about the buildroot mailing list