From 62dc8f47b3c17cf0b1a5d4bf4f0173d5d4fb4c1a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 10 Feb 2006 10:11:32 +0000 Subject: Update bitbake to latest bitbake svn git-svn-id: https://svn.o-hand.com/repos/poky/trunk@262 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake/doc/manual/usermanual.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bitbake/doc') diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml index b96863c031..277e615100 100644 --- a/bitbake/doc/manual/usermanual.xml +++ b/bitbake/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 v1.2.3-54-g00ecf