From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Thu, 26 Sep 2013 23:09:56 +0200 Subject: [Buildroot] custom application In-Reply-To: References: Message-ID: <5244A2A4.8010206@lucaceresoli.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Naitik Amin wrote: > Hi there, > > I recently used buildroot to setup my build environment, to generate > uboot, kernel and rootfs. It has been very helpful. > > Now I am at a point, where I would like to add my custom application. > Does the framework allow to create skeletals for applications ? Which > gets compiled and be made part of rootfs by doing top level make. Of course you can! The Buildroot manual has a detail explanation of how you can do it. See section 6.2, "Adding new packages to Buildroot" (http://buildroot.net/downloads/manual/manual.html#adding-packages). Luca