diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-01-07 08:58:44 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-07 08:58:44 +0000 |
commit | 8fb6b2d3d410ad2badf0c99ed7a66b698aafaa17 (patch) | |
tree | 8a700d795bdf33061b8bccc353fe0aaffa044036 /conf/distro/slugos.conf | |
parent | 0b67482ddc4fe571d16fa094627abb447b9a8edb (diff) |
slugos: Major rename of common SlugOS files and directories from openslug to slugos.
Diffstat (limited to 'conf/distro/slugos.conf')
-rw-r--r-- | conf/distro/slugos.conf | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/conf/distro/slugos.conf b/conf/distro/slugos.conf index 6ebec413c5..21f1ae5bb9 100644 --- a/conf/distro/slugos.conf +++ b/conf/distro/slugos.conf @@ -21,9 +21,8 @@ # # The following names are deprecated: # -# openslug - the historical name of a canonical nslu2-bag distro, -# used generically for NSLU2 specific distro features and -# the default OVERRIDE for all these NSLU2 builds +# openslug - the historical name of a canonical nslu2-bag distro +# also the name of a standard nslu2-bag distro with a package feed # ucslugc - the historical (and obsolete) name of nslu2-btu # also the name of a standard nslu2-btu distro with a package feed # @@ -62,10 +61,7 @@ USE_NLS_glib-2.0 = "yes" INHERIT += "package_ipk debian" -# The value of DISTRO_BASE is set to 'openslug' to pick up the original openslug -# overrides, slugos is the preferred override! -#FIXME: remove openslug -DISTRO_BASE = ":slugos:openslug" +DISTRO_BASE = ":slugos" # packages/meta/slugos-image.bb generates a binary image of the root file system # with a name controlled by the following setting - it defaults to the top level |