[oe-commits] Chris Larson : siteinfo: add linux-gnu os

git version control git at git.openembedded.org
Thu Feb 3 22:36:27 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: 03d23476eafe11036491bbb92b839587fd773db0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=03d23476eafe11036491bbb92b839587fd773db0

Author: Chris Larson <chris_larson at mentor.com>
Date:   Thu Jan 27 11:00:02 2011 -0500

siteinfo: add linux-gnu os

Aside: should really shift most of the bits from this class into a python
module in the oe package, which would make it possible to manipulate the data
from the metadata if necessary.

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 classes/siteinfo.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass
index bb0ed1f..a18ada1 100644
--- a/classes/siteinfo.bbclass
+++ b/classes/siteinfo.bbclass
@@ -45,6 +45,7 @@ def siteinfo_data(d):
         "darwin": "common-darwin",
         "darwin9": "common-darwin",
         "linux": "common-linux common-glibc",
+        "linux-gnu": "common-linux common-glibc",
         "linux-gnueabi": "common-linux common-glibc",
         "linux-gnuspe": "common-linux common-glibc",
         "linux-uclibc": "common-linux common-uclibc",





More information about the Openembedded-commits mailing list