Re: building a new kernel, and firmware

2014-02-12 Thread Robert P. J. Day
On Wed, 12 Feb 2014, poma wrote: > On 11.02.2014 23:41, Robert P. J. Day wrote: > > > > last question about "building kernel" wiki page, i promise. here: > > > > https://fedoraproject.org/wiki/Building_a_custom_kernel#Build_the_New_Kernel > > > > one reads: > > > > "To build with firmware includ

Re: building a new kernel, and firmware

2014-02-11 Thread poma
On 11.02.2014 23:41, Robert P. J. Day wrote: > > last question about "building kernel" wiki page, i promise. here: > > https://fedoraproject.org/wiki/Building_a_custom_kernel#Build_the_New_Kernel > > one reads: > > "To build with firmware included, do: > > rpmbuild -bb --with baseonly --with

building a new kernel, and firmware

2014-02-11 Thread Robert P. J. Day
last question about "building kernel" wiki page, i promise. here: https://fedoraproject.org/wiki/Building_a_custom_kernel#Build_the_New_Kernel one reads: "To build with firmware included, do: rpmbuild -bb --with baseonly --with firmware --without debuginfo \ --target=`uname -m` kernel.spec "