* [Buildroot] Building Linux system - Beginner Q2 [not found] <mailman.16140.1249312217.24852.buildroot@busybox.net> @ 2009-08-03 19:36 ` Raed Abu-Sanad 2009-08-03 20:49 ` Dan Lyke 0 siblings, 1 reply; 3+ messages in thread From: Raed Abu-Sanad @ 2009-08-03 19:36 UTC (permalink / raw) To: buildroot > 1. Building Linux system - Beginner (Raed Abu-Sanad) > 2. Re: Building Linux system - Beginner (Lars Lockenvitz) > Hi, > > normally all your downloads are in dl directory. > And you can configure your kernel with "make linux26-menuconfig" > > Try a "make help" and you see witch other options you have with make! > > Regards > > Raed Abu-Sanad schrieb: >> Hi,, >> >> I read the documentation of buildroot. and i manged to configure and >> build the filesystem using "make menuconfig" and "make" after >> extracting the downloaded file. I noticed in the begginning it was >> downloading the kernel 2.6.30.. >> My wquestion is: where it has been downloaded and how can i >> configure/compile the kernel? or it is already done? >> >> Thanks >> Hi, I found in the dl the kernel package. Do i have to extract it and "make linux26-menuconfig" and then "make" ?? I am asking this because oi found an extracted kernel inside toolchain_build_i686 directory. thanks _________________________________________________________________ Windows Live Messenger: Celebrate 10 amazing years with free winks and emoticons. http://clk.atdmt.com/UKM/go/157562755/direct/01/ ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Building Linux system - Beginner Q2 2009-08-03 19:36 ` [Buildroot] Building Linux system - Beginner Q2 Raed Abu-Sanad @ 2009-08-03 20:49 ` Dan Lyke 2009-08-03 21:37 ` H Hartley Sweeten 0 siblings, 1 reply; 3+ messages in thread From: Dan Lyke @ 2009-08-03 20:49 UTC (permalink / raw) To: buildroot On Mon, 3 Aug 2009 20:36:00 +0100 > I found in the dl the kernel package. Do i have to extract it and > "make linux26-menuconfig" and then "make" ?? I am asking this because > oi found an extracted kernel inside toolchain_build_i686 directory. > thanks I believe that the one you're looking for to modify is in project_build_arm/*/linux-* . I find that when I've modified files in there (it's been several months since I've had to do that), I've needed to do a pushd project_build_arm/*/linux-* make clean popd make To make sure that the kernel gets rebuilt properly, but there's a good chance that since I've last played with this the dependency checking stuff has gotten better. You shouldn't have to extract any files manually, Buildroot should do that for you. And if you do a "make menuconfig" at the highest level, you can then go to "Kernel->Linux Kernel Configuration", that should be the equivalent of just typing "make linux26-menuconfig" directly. Dan ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Building Linux system - Beginner Q2 2009-08-03 20:49 ` Dan Lyke @ 2009-08-03 21:37 ` H Hartley Sweeten 0 siblings, 0 replies; 3+ messages in thread From: H Hartley Sweeten @ 2009-08-03 21:37 UTC (permalink / raw) To: buildroot On Monday, August 03, 2009 1:50 PM, Dan Lyke wrote: >> I found in the dl the kernel package. Do i have to extract it and >> "make linux26-menuconfig" and then "make" ?? I am asking this because >> oi found an extracted kernel inside toolchain_build_i686 directory. >> thanks > > I believe that the one you're looking for to modify is in > project_build_arm/*/linux-* . I find that when I've modified files > in there (it's been several months since I've had to do that), I've > needed to do a > > pushd project_build_arm/*/linux-* > make clean > popd > make > > To make sure that the kernel gets rebuilt properly, but there's a good > chance that since I've last played with this the dependency checking > stuff has gotten better. > > You shouldn't have to extract any files manually, Buildroot should do > that for you. And if you do a "make menuconfig" at the highest level, > you can then go to "Kernel->Linux Kernel Configuration", that should be > the equivalent of just typing "make linux26-menuconfig" directly. You should never have to manually extract anything. If an archive is needed during the make process it will be downloaded and extracted as required. You really should create a symbolic link to the dl directory, this will keep buildroot from deleting any packages you download. "make menuconfig" just allows you to set the buildroot configuration. To configure your kernel you will still need to do "make linux26-menuconfig". Busybox and a couple other packages have similar "make <package>-menuconfig". If you change your kernel configuration using "make linux26-menuconfig" it will get recompiled during the next "make". If you manually edit or patch any of the kernel source it will not automatically get recompiled. To force a recompile of the kernel do a "make linux26-force" then "make". Regards, Hartley ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-03 21:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.16140.1249312217.24852.buildroot@busybox.net>
2009-08-03 19:36 ` [Buildroot] Building Linux system - Beginner Q2 Raed Abu-Sanad
2009-08-03 20:49 ` Dan Lyke
2009-08-03 21:37 ` H Hartley Sweeten
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox