Re: [oe] kernel config/rebuilding

2014-05-13 Thread Gary Thomas

On 2014-05-12 18:18, Richard Cagley wrote:

On Mon, May 12, 2014 at 12:15 PM, Gary Thomas g...@mlbassoc.com wrote:


bitbake linux-xlnx -C compile



That definitely caused the kernel to get rebuilt. Thanks.

While I was waiting for a reply I stumbled on this
https://community.freescale.com/docs/DOC-95045

Do I need to move the new .config into a defconfig file somewhere? Similar
to this step?
$ cp
tmp/work/imx6qsabresd-poky-linux-gnueabi/linux-imx/3.0.35-r33.10/git/.config
../sources/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig



You can do this, but only if you are interested in saving
the new/changed configuration.

--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] kernel config/rebuilding

2014-05-12 Thread Richard Cagley
This is likely an incredibly dumb question.

After I do this
bitbake -c menuconfig linux-xlnx
Then go through the menu options and select the kernel changes I want.

How do I get the kernel to rebuild?

bitbake linux-xlnx
and
bitbake core-image-minimal-dev
don't seem to generate new uImages.
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] kernel config/rebuilding

2014-05-12 Thread Gary Thomas

On 2014-05-12 12:43, Richard Cagley wrote:

This is likely an incredibly dumb question.

After I do this
bitbake -c menuconfig linux-xlnx
Then go through the menu options and select the kernel changes I want.

How do I get the kernel to rebuild?

bitbake linux-xlnx


Try 'bitbake linux-xlnx -C compile'


and
bitbake core-image-minimal-dev
don't seem to generate new uImages.



--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] kernel config/rebuilding

2014-05-12 Thread Richard Cagley
On Mon, May 12, 2014 at 12:15 PM, Gary Thomas g...@mlbassoc.com wrote:

 bitbake linux-xlnx -C compile


That definitely caused the kernel to get rebuilt. Thanks.

While I was waiting for a reply I stumbled on this
https://community.freescale.com/docs/DOC-95045

Do I need to move the new .config into a defconfig file somewhere? Similar
to this step?
$ cp
tmp/work/imx6qsabresd-poky-linux-gnueabi/linux-imx/3.0.35-r33.10/git/.config
../sources/meta-fsl-arm/recipes-kernel/linux/linux-imx-3.0.35/mx6/defconfig
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel