]> code.ossystems Code Review - openembedded-core.git/commit
classes/cml1: ensure -c menuconfig forces a rebuild next time
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 18 Jun 2012 15:50:50 +0000 (16:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Jun 2012 11:37:23 +0000 (12:37 +0100)
commit9bf6b60e1599cf5dd87089d42584583cdfd6807a
tree5b269ffdc63863c9a86475660b4ecc4d247d298c
parentc09bf5d177a7ecd2045ef7e13fff4528137a9775
classes/cml1: ensure -c menuconfig forces a rebuild next time

Ensure the following results in the kernel being rebuilt, repackaged and
re-deployed in the final step:

bitbake virtual/kernel
bitbake -c menuconfig virtual/kernel
[ make changes to the kernel configuration and save ]
bitbake virtual/kernel

If there are no changes to the configuration saved, the rebuild will not
be triggered.

Note that this relies on a function recently added to BitBake and
requires full hashing (i.e. BB_SIGNATURE_HANDLER must be set to a
signature handler that inherits from BasicHash) - if this is not the
case or the function is not available in the version of BitBake being
used this change will do nothing.

Fixes [YOCTO #2256].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/classes/cml1.bbclass