From 781bff802b3d61214e33ac4026aedb9e113edeb7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 18 Jul 2016 11:58:52 -0700 Subject: ref-manual: Updated the do_configure task. Added more detail for this task. Fixes [YOCTO #9965] (From yocto-docs rev: e50207488b8262bb46e58c4b9f40e487c15abc67) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-tasks.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 9b1e8e3a41..97c8a9e1dd 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml @@ -100,6 +100,20 @@ Configures the source by enabling and disabling any build-time and configuration options for the software being built. + The task runs with the current working directory set to + ${B}. + + + + The default behavior of this task is to run + oe_runmake clean if a makefile + (Makefile, makefile, + or GNUmakefile) is found and + CLEANBROKEN + is not set to "1". + If no such file is found or the CLEANBROKEN + variable is set to "1", the do_configure + task does nothing. -- cgit v1.2.3-54-g00ecf