From b978c8e25198fc584963299e3f3087835777ca62 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Nov 2010 10:54:36 -0800 Subject: Poky Reference Manual: Added BBFILE_PRIORITY glossary term. The Extending Poky chapter referenced this non-existent term. I added it. Signed-off-by: Scott Rifenbark --- documentation/poky-ref-manual/ref-variables.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'documentation/poky-ref-manual') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 3089166ba7..cb308b76ab 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -77,6 +77,22 @@ + BBFILE_PATTERN + + Variable that expands to match files from BBFILES in a particular layer. BBFILE_PATTERN + is used in the conf/layer.conf file and must contain the name of the + specific layer (e.g. BBFILE_PATTERN_emenlow). + + + + BBFILE_PRIORITY + + Assigns different priorities to recipe files in different layers. + This variable is useful in situations where the same package might appear in multiple layers. + It allows you to choose what takes precedence. + + + BBFILES List of recipes used by BitBake to build software -- cgit v1.2.3-54-g00ecf