summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2011-01-27 11:00:02 -0500
committerChris Larson <chris_larson@mentor.com>2011-01-27 11:00:05 -0500
commitf1ea2f35f4ffa4b307cfd4139a4d2b5dd60e30e2 (patch)
treedae3c14f1b34a9a9bf78895da44b684ff860929c
parent76390d32248b7caa1f3a01e8ff4851c1ccd9433d (diff)
downloadopenembedded-f1ea2f35f4ffa4b307cfd4139a4d2b5dd60e30e2.tar.gz
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@mentor.com>
-rw-r--r--classes/siteinfo.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass
index bb0ed1f5e3..a18ada16ba 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",