From 882e9cd2affb773eec8b1d387ab4e3b5cbdc0994 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 26 Feb 2008 11:31:34 +0000 Subject: Add Poky handbook git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3865 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- handbook/ref-varlocality.xml | 204 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 handbook/ref-varlocality.xml (limited to 'handbook/ref-varlocality.xml') diff --git a/handbook/ref-varlocality.xml b/handbook/ref-varlocality.xml new file mode 100644 index 0000000000..a0c185694b --- /dev/null +++ b/handbook/ref-varlocality.xml @@ -0,0 +1,204 @@ + + + + Reference: Variable Locality (Distro, Machine, Recipe etc.) + + + Whilst most variables can be used in almost any context (.conf, .bbclass, + .inc or .bb file), variables are often associated with a particular + locality/context. This section describes some common associations. + + +
+ Distro Configuration + + + + DISTRO + + + DISTRO_NAME + + + DISTRO_VERSION + + + MAINTAINER + + + PACKAGE_CLASSES + + + TARGET_OS + + + TARGET_FPU + + + POKYMODE + + + POKYLIBC + + +
+ +
+ Machine Configuration + + + + TARGET_ARCH + + + SERIAL_CONSOLE + + + PACKAGE_EXTRA_ARCHS + + + IMAGE_FSTYPES + + + ROOT_FLASH_SIZE + + + MACHINE_FEATURES + + + MACHINE_EXTRA_RDEPENDS + + + MACHINE_EXTRA_RRECOMMENDS + + + MACHINE_ESSENTIAL_RDEPENDS + + + MACHINE_ESSENTIAL_RRECOMMENDS + + +
+ +
+ Local Configuration (local.conf) + + + DISTRO + + + MACHINE + + + DL_DIR + + + BBFILES + + + IMAGE_FEATURES + + + PACKAGE_CLASSES + + + BB_NUMBER_THREADS + + + BBINCLUDELOGS + + + CVS_TARBALL_STASH + + + ENABLE_BINARY_LOCALE_GENERATION + + +
+ +
+ Recipe Variables - Required + + + + DESCRIPTION + + + LICENSE + + + SECTION + + + HOMEPAGE + + + AUTHOR + + + SRC_URI + + +
+ +
+ Recipe Variables - Dependencies + + + + DEPENDS + + + RDEPENDS + + + RRECOMMENDS + + + RCONFLICTS + + + RREPLACES + + +
+ +
+ Recipe Variables - Paths + + + + WORKDIR + + + S + + + FILES + + +
+ +
+ Recipe Variables - Extra Build Information + + + + EXTRA_OECONF + + + EXTRA_OEMAKE + + + PACKAGES + + + DEFAULT_PREFERENCE + + +
+
+ -- cgit v1.2.3-54-g00ecf