diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-17 18:03:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-17 18:03:46 +0000 |
commit | a8653925ca6d63ba7adf7c1001c478bd8568b2b8 (patch) | |
tree | b473c44384f846599952a687aaa9419e1a786dd3 /conf | |
parent | bc134d03784a362afd235c916e3f34f440d71740 (diff) | |
parent | 3e2660b9ae1c96b9cd44231a9f1dd280b6f48334 (diff) |
propagate from branch 'org.openembedded.dev' (head 888665f8d2b7e9a8781c746c740393ab7115129a)
to branch 'org.openembedded.nslu2-linux' (head a51050bb0bb6b5d2f70e71bda3224baf9d97929d)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index caba7b51d5..1df713f2eb 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -364,7 +364,7 @@ AUTO_LIBNAME_PKGS = "${PACKAGES}" # when ${MACHINE} is 'ramses'. And finally '<foo>_local' overrides anything. # # This works for functions as well, they are really just environment variables. -OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}" +OVERRIDES = "local:${MACHINE}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}" ################################################################## # Include the rest of the config files. |