aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-03-19 20:19:48 -0700
committerChris Larson <chris_larson@mentor.com>2010-03-19 20:19:48 -0700
commit5911b9afddee7c72ab266e72783a36c05b4f89d7 (patch)
tree2fcdb2ea247b07bd7cdfa91dc923dcebe7d419f6 /conf
parentbcf8d1320ff6b1f27f367392c4c867a2a9e41c69 (diff)
downloadopenembedded-5911b9afddee7c72ab266e72783a36c05b4f89d7.tar.gz
slugos: add siteinfo to INHERIT, since it's used for the distro and image names
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/slugos.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc
index 10a2bc4a02..e7ecc80b12 100644
--- a/conf/distro/include/slugos.inc
+++ b/conf/distro/include/slugos.inc
@@ -44,7 +44,7 @@ USE_NLS_glib-2.0 = "yes"
USE_NLS_glib-2.0-native = "yes"
USE_NLS_gcc-cross = "no"
-INHERIT += "package_ipk debian testlab packaged-staging"
+INHERIT += "package_ipk debian testlab packaged-staging siteinfo"
# FULL_OPTIMIZATION
# Optimization settings. Os works fine and is significantly better than O2.