]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
yocto-kernel: add support for listing available kernel features
authorTom Zanussi <tom.zanussi@intel.com>
Tue, 12 Mar 2013 02:25:46 +0000 (21:25 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Mar 2013 23:10:28 +0000 (23:10 +0000)
commit934f2ed2539e046f91a234d30fc4da71ffbe28a0
treed23b6fdda5c60c2ac29df1f1a923b6bb93786603
parent0bfe83edbb65f94fca8028be0ca20fdfec5ffc81
yocto-kernel: add support for listing available kernel features

Add a yocto-kernel command allowing users to list all the kernel
features available to a BSP.  This includes the features contained in
linux-yocto meta branches as well as recipe-space features defined
locally to the BSP.

(From meta-yocto rev: 12f3af8d92456ad9212170decdbe102fc78b58f6)

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/bsp/help.py
scripts/lib/bsp/kernel.py
scripts/yocto-kernel