]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
yocto-kernel: add support for destroying recipe-space kernel features
authorTom Zanussi <tom.zanussi@intel.com>
Tue, 12 Mar 2013 03:36:44 +0000 (22:36 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Mar 2013 23:10:28 +0000 (23:10 +0000)
commit8c9320cc922a165946ac557f0bda2e29ab794951
treefa84332422b156ae252821b163ca5e6a2d74cb1e
parent5edc7af428cccfbf53780fc98ed1685b655f43d1
yocto-kernel: add support for destroying recipe-space kernel features

Add a yocto-kernel command allowing users to destroy a recipe-space
kernel feature local to a particular BSP.  The removed feature is
subsequently no longer available for the normal feature addition and
removal yocto-kernel commands.

(From meta-yocto rev: faa18f56d9412694f2c8e0b0c09e751cb7f3a743)

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