diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-02 17:09:06 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-03 19:42:48 +0200 |
commit | 1729c29575f7baca8aa94b8c11320393c8c8ae6f (patch) | |
tree | c9b814e1f625704c0c61e81cd41078b42c390f2b /conf | |
parent | 93864d8cbea67eb5759ddd5f86c5ee5423ce4021 (diff) |
angstrom: add PSTAGE_MIRROR example in the distro conf file
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index ce0cd8b88d..2b03e718a3 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -59,6 +59,8 @@ IMAGE_LINGUAS = '${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-us", d)} # set feed path variables FEED_BASEPATH = "feeds/unstable/${ANGSTROM_PKG_FORMAT}/${LIBC}/" +# Uncomment this to fetch packaged-staging packages from the central angstrom server +#PSTAGE_MIRROR = "${ANGSTROM_URI}/${FEED_BASEPATH}packaged-staging" #The angstrom-mirrors.bbclass should have everything, but we can use this as a fallback CVS_TARBALL_STASH ?= "\ |