On 08/03/2011 01:04 PM, Douglas Peterson wrote:
Also the Kernel being targeted is linux-2.6.29.6.

Though I cannot, for the life of me, figure out how defconfig, defconfig.dev, 
and main.lkc (in this custom platform) specify which kernel package gets 
downloaded by LTIB (linux-2.6.29.6.tar.bz2 in this case).
Your custom platform main.lkc file sets PKG_KERNEL to the name of a spec file (with .spec.in added to it) in dist/lfs-5.1/kernel that contains the name of the source kernel tarball plus the list of patches to be applied to it.

Grep for CONFIG_PKG_KERNEL in .config in your custom platform (if .config exists). If not then grep for CONFIG_PKG_KERNEL in defconfig.dev in your custom platform (if defconfig.dev exists). If not then grep for CONFIG_PKG_KERNEL in defconfig in your custom platform.

Hope this helps!

--
Peter Barada
peter.bar...@logicpd.com


_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
Ltib@nongnu.org
https://lists.nongnu.org/mailman/listinfo/ltib

Reply via email to