diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-26 01:56:54 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-26 01:56:54 +0000 |
commit | 0636e261a937973904916973a80cdc139c1a0769 (patch) | |
tree | f8b70a36a759e030393d1b7a63827e61707a1c81 /conf/distro/openslug.conf | |
parent | f00bfb5d43172cceb5855fdf37ca9d01cd53ffe6 (diff) |
Support for freezing BBFILES and reading BBFILES from a conf file.
Diffstat (limited to 'conf/distro/openslug.conf')
-rw-r--r-- | conf/distro/openslug.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 6f321b50a6..dd4d7c0b5b 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -6,6 +6,9 @@ DISTRO_NAME = "OpenSlug" DISTRO_VERSION = "2.4-beta" DISTRO_TYPE ?= "beta" +# pull in the frozen list of bbfiles +include conf/distro/freeze.conf + # Add to the user's feeds from local.conf (there may be none) FEED_URIS_append_linux += "cross##http://ipkg.nslu2-linux.org/feeds/openslug/cross/${DISTRO_VERSION}" FEED_URIS_append_linux += "native##http://ipkg.nslu2-linux.org/feeds/openslug/native/${DISTRO_VERSION}" |