[oe-commits] Chris Larson : Siteinfo cleanup

git version control git at git.openembedded.org
Mon Jul 26 17:59:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 87dc166bade8722af4076c8644cac6a0a437826f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=87dc166bade8722af4076c8644cac6a0a437826f

Author: Chris Larson <clarson at kergoth.com>
Date:   Sun Jun 20 14:35:05 2010 -0700

Siteinfo cleanup

- Don't supply site files for native
- Split up the site information, so we don't need to add every single
  combination of os and architecture to the siteinfo.bbclass
- Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>',
  leverage FILESPATH.  Now it searches the paths in both BBPATH and FILESPATH
  for "site/<sitefile>".
- SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS

Signed-off-by: Chris Larson <clarson at kergoth.com>

---

 classes/dsmg600-image.bbclass                  |    2 +-
 classes/nas100d-image.bbclass                  |    2 +-
 classes/siteinfo.bbclass                       |  203 +++++++++++-------------
 conf/distro/include/slugos.inc                 |    4 +-
 docs/usermanual/chapters/recipes.xml           |   12 +-
 docs/usermanual/reference/class_siteinfo.xml   |    8 +-
 recipes/apex/apex-nslu2-16mb_1.5.14.bb         |    8 +-
 recipes/apex/apex-nslu2_1.5.14.bb              |    8 +-
 recipes/arm-kernel-shim/arm-kernel-shim_1.5.bb |    8 +-
 recipes/espeak/espeak_1.37.bb                  |    4 +-
 recipes/gnash/gnash-fb_0.8.5.bb                |    2 +-
 recipes/gnash/gnash_0.8.5.bb                   |    2 +-
 recipes/gnash/gnash_0.8.7.bb                   |    2 +-
 recipes/hping/hping2_1.9.9+2.0.0rc3.bb         |    2 +-
 recipes/linux/ixp4xx-kernel.inc                |   50 +++---
 recipes/linux/linux.inc                        |    2 +-
 recipes/meta/canadian-sdk.bb                   |    2 +-
 recipes/net-snmp/net-snmp.inc                  |    2 +-
 recipes/ogre/ogre-egl_svn.bb                   |    2 +-
 recipes/openssl/openssl.inc                    |    2 +-
 recipes/openttd/openttd.inc                    |    2 +-
 recipes/openttd/openttd_0.7.4.bb               |    2 +-
 recipes/qt4/qt4_arch.inc                       |    4 +-
 23 files changed, 159 insertions(+), 176 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=87dc166bade8722af4076c8644cac6a0a437826f




More information about the Openembedded-commits mailing list