]> code.ossystems Code Review - openembedded-core.git/commit
kernel-yocto: move SRCREV validation to patching phase
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 18 Mar 2014 02:28:03 +0000 (22:28 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Sep 2014 13:34:26 +0000 (14:34 +0100)
commit97075af9e9a691276cd417f1181ca73223f52d1c
treef8757863ccc792dfb0074b2624c75755e5bc699c
parent228c05013fe691321ec00467d8d0c0bb64dd175c
kernel-yocto: move SRCREV validation to patching phase

Rather than attempting to condition the entire tree to machine SRCREV (since
we don't know what branch will be built), we can instead wait until patching
has completed and then confirm that we are indeed building a decendant of the
specified SRCREV. The result is a much simpler check, and no mangling of the
tree.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/classes/kernel-yocto.bbclass