diff options
Diffstat (limited to 'packages/linux/LAB-kernel_cvs.bb')
-rw-r--r-- | packages/linux/LAB-kernel_cvs.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/linux/LAB-kernel_cvs.bb b/packages/linux/LAB-kernel_cvs.bb index b035d8cf21..25241cec1e 100644 --- a/packages/linux/LAB-kernel_cvs.bb +++ b/packages/linux/LAB-kernel_cvs.bb @@ -40,6 +40,11 @@ do_deploy() { #add the bootshim? } +do_stage() { +#do nothing +} + + do_deploy[dirs] = "${S}" addtask deploy before do_build after do_compile |