bitbake.conf: use := for BUILD_OS and BUILD_ARCH
authorChris Larson <chris_larson@mentor.com>
Sun, 23 May 2010 17:43:44 +0000 (10:43 -0700)
committerChris Larson <chris_larson@mentor.com>
Thu, 10 Jun 2010 18:35:00 +0000 (11:35 -0700)
commit9004bd8f2ee251308a21b8bdb35f070d349266d0
tree7eb7ce9de8eeefe31235169125b99dc4b5c55eb0
parent2959eb8c60df3b7ea1833238f9eac05cdafe1c06
bitbake.conf: use := for BUILD_OS and BUILD_ARCH

These don't change, so their initial values should be just fine.  Apparently,
in a typical build, those os.uname() snippets are called around 46k times,
which seems a tad excessive :)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
conf/bitbake.conf