diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-02-23 14:22:30 -0800 | 
|---|---|---|
| committer | Saul Wold <sgw@linux.intel.com> | 2011-02-23 15:12:50 -0800 | 
| commit | 404afff810a19282b9fd95d8992dddb7231e2ed7 (patch) | |
| tree | a9639c9f367008c4f8aa4e3f741cb306bfa3f80c | |
| parent | e98c515b2bdf8d54e3c2eb38c6a207bde7451d3a (diff) | |
| download | poky-404afff810a19282b9fd95d8992dddb7231e2ed7.tar.gz | |
bitbake.conf: Add DISTROOVERRIDES variable
Signed-off-by: Saul Wold <sgw@linux.intel.com>
| -rw-r--r-- | meta/conf/bitbake.conf | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 162c7924e6..cba918e1e7 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf  | |||
| @@ -649,7 +649,8 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" | |||
| 649 | # | 649 | # | 
| 650 | # This works for functions as well, they are really just environment variables. | 650 | # This works for functions as well, they are really just environment variables. | 
| 651 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. | 651 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. | 
| 652 | OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable" | 652 | OVERRIDES = "local:${MACHINE}:${DISTROOVERRIDES}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}:forcevariable" | 
| 653 | DISTROOVERRIDES ?= "${DISTRO}" | ||
| 653 | 654 | ||
| 654 | CPU_FEATURES ?= "" | 655 | CPU_FEATURES ?= "" | 
| 655 | CPU_FEATURES_arm ?= "vfp" | 656 | CPU_FEATURES_arm ?= "vfp" | 
