diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-24 18:46:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-24 18:46:12 +0000 |
commit | f2ea136f0de4797dbfb55213e5b7e5d866a029e5 (patch) | |
tree | 01282fe71f345f6a20df3f0909d54bd1d4289c09 /conf/distro/ucslugc.conf | |
parent | dd6f6afd83f7c64f0252ce56e68fbb6069edfb73 (diff) |
ucslugc: correct UCSLUG_EXTRA_BBFILES, damaged by change to nslu2-dist.conf in distro conf
Diffstat (limited to 'conf/distro/ucslugc.conf')
-rw-r--r-- | conf/distro/ucslugc.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/distro/ucslugc.conf b/conf/distro/ucslugc.conf index ae4b850f62..d349812932 100644 --- a/conf/distro/ucslugc.conf +++ b/conf/distro/ucslugc.conf @@ -8,7 +8,16 @@ DISTRO_VERSION = "3-beta" DISTRO_FEED = "unstable" DISTRO_TYPE ?= "beta" +# NOTE: to build new packages set UCSLUGC_EXTRA_BBFILES to the full path name to +# the .bb files for the packages to build - see ucslugc-packages.conf in this +# directory +UCSLUGC_EXTRA_BBFILES ?= "" + FEED_URIS_append += "cross##http://ipkg.nslu2-linux.org/feeds/ucslugc/cross/${DISTRO_FEED}" FEED_URIS_append += "native##http://ipkg.nslu2-linux.org/feeds/ucslugc/native/${DISTRO_FEED}" include conf/distro/nslu2-btu.conf + +#FIXME +# This seems to be required with thumb. +PREFERRED_VERSION_samba ?= "3.0.14a" |