From 34d1994b9bc47b22e219e93a3e1e27fc2cba41a6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 5 Jan 2006 20:26:12 +0000 Subject: bitbake/doc/manual: -Mention the new require keyword --- doc/manual/usermanual.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/manual/usermanual.xml b/doc/manual/usermanual.xml index b96863c03..277e61510 100644 --- a/doc/manual/usermanual.xml +++ b/doc/manual/usermanual.xml @@ -138,6 +138,12 @@ will be introduced. Inclusion Next, there is the include directive, which causes BitBake to parse in whatever file you specify, and insert it at that location, which is not unlike make. However, if the path specified on the include line is a relative path, BitBake will locate the first one it can find within BBPATH. +
+ Requiring Inclusion + In contrast to the include directive, require will +raise an ParseError if the to be included file can not be found. Otherwise it will behave just like the +include directive. +
Python variable expansion DATE = "${@time.strftime('%Y%m%d',time.gmtime())}" -- cgit 1.2.3-korg