On Monday 04 February 2008 17:02:47 Jean-Michel Bouffard wrote: > I need to do some changes to the kernel configuration. I have the > complete build environment and I'm using the MokoMakefile. > > What I thought I could do is calling "make menuconfig" from > "moko/build/tmp/work/neo1973-angstrom-linux-gnueabi/linux-openmoko-2.6.22.5 >-moko11+svnr3801-r13/linux-2.6.22" and then "make > rebuild-package-linux-openmoko" but it doesn't work because the original > configuration is used. I also tried to delete the stamp > "build/tmp/stamps/neo1973-angstrom-linux-gnueabi/linux-openmoko-2.6.22.5-mo >ko11+svnr3801-r13.do_compile" and call "make build-package-linux-openmoko" > after changing the > configuration but it gives me some errors (http://pastebin.com/m7b9fb8c2). > > So how can I make any changes into the kernel config and then built a > new kernel image?
bitbake -c devshell virtual/kernel This opens a terminal window inside an OE build process with all important variables setup. Now you can "make menuconfig" and edit as wanted. Then you can just "make". -- Dr. Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de
