]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
yocto-kernel: add support for kernel feature add/rm/list
authorTom Zanussi <tom.zanussi@linux.intel.com>
Mon, 11 Mar 2013 23:52:50 +0000 (18:52 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Mar 2013 23:05:29 +0000 (23:05 +0000)
commitae68d906c5c9854f2cd7ee0870556fbfbd7d94d0
tree408a7e6069897443ff0c9091963dcfc259695ea6
parent6e93c881e2323b57f5b102db3b2b54220a06a1b6
yocto-kernel: add support for kernel feature add/rm/list

Add yocto-kernel commands allowing users to add, remove, and list
kernel features with respect to a given BSP.

Features managed by these commands modify a special
machine-user-features.scc file associated with the kernel recipe
(.bbappend) of a yocto-bsp-generated BSP.  This is analagous to the
implementation of similar support for bare config items and patches
already implemented for yocto-bsp-generated BSPs.

Future patches will add support for providing a list of eligible
features as defined by linux-yocto kernels and locally-defined
(recipe-space) kernel features.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
scripts/lib/bsp/help.py
scripts/lib/bsp/kernel.py
scripts/yocto-kernel