diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-19 16:41:25 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-19 16:41:25 +0000 |
commit | 1c3a546c0aefd3b2f107a3aad28613ab570e7ad4 (patch) | |
tree | 0d8179f34ab46d548b0a79109458e33b778f1ee6 /openembedded | |
parent | c79b207f6db65fa59d62cee36e107b14ef8480d7 (diff) | |
download | openembedded-core-1c3a546c0aefd3b2f107a3aad28613ab570e7ad4.tar.gz openembedded-core-1c3a546c0aefd3b2f107a3aad28613ab570e7ad4.tar.bz2 openembedded-core-1c3a546c0aefd3b2f107a3aad28613ab570e7ad4.zip |
bitbake.conf: Add PN to overrides, prefixed by pn- which will allow variables to be overridden on a per package basis from central conf files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@515 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/conf/bitbake.conf b/openembedded/conf/bitbake.conf index 9c1ba1f47c..529405a3eb 100644 --- a/openembedded/conf/bitbake.conf +++ b/openembedded/conf/bitbake.conf @@ -385,7 +385,7 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" # This works for functions as well, they are really just environment variables. #OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}" # Alternative OVERRIDES to make compilation fail fast, we will enable it by default soon -OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast" +OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}" ################################################################## # Include the rest of the config files. |