diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-05-09 16:10:18 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 16:10:18 +0000 |
| commit | 8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c (patch) | |
| tree | 86922c4000d1f4550c9dee9c14856968c95d4951 /openembedded/conf/bitbake.conf | |
| parent | 0d791a970638c9398ed94adafecbca54a0ea5374 (diff) | |
| download | poky-8d41bd1c8f4c36ed9c1c73e0586031af8a0f292c.tar.gz | |
Sync conf files with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@373 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/bitbake.conf')
| -rw-r--r-- | openembedded/conf/bitbake.conf | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/openembedded/conf/bitbake.conf b/openembedded/conf/bitbake.conf index 3b642e58f7..2043a500eb 100644 --- a/openembedded/conf/bitbake.conf +++ b/openembedded/conf/bitbake.conf | |||
| @@ -304,6 +304,8 @@ XORG_MIRROR = "http://xorg.freedesktop.org/releases" | |||
| 304 | GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" | 304 | GNOME_MIRROR = "http://ftp.gnome.org/pub/GNOME/sources" |
| 305 | FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" | 305 | FREEBSD_MIRROR = "ftp://ftp.freebsd.org/pub/FreeBSD/" |
| 306 | HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" | 306 | HANDHELDS_CVS = "cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs" |
| 307 | E_CVS = "cvs://anonymous@anoncvs.enlightenment.org/var/cvs/e" | ||
| 308 | E_URI = "http://enlightenment.freedesktop.org/files" | ||
| 307 | FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs" | 309 | FREEDESKTOP_CVS = "cvs://anoncvs:anoncvs@anoncvs.freedesktop.org/cvs" |
| 308 | GENTOO_MIRROR = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles" | 310 | GENTOO_MIRROR = "http://distro.ibiblio.org/pub/linux/distributions/gentoo/distfiles" |
| 309 | APACHE_MIRROR = "http://www.apache.org/dist" | 311 | APACHE_MIRROR = "http://www.apache.org/dist" |
| @@ -313,13 +315,13 @@ APACHE_MIRROR = "http://www.apache.org/dist" | |||
| 313 | # export SOURCEFORGE_MIRROR = "http://belnet.dl.sourceforge.net/sourceforge" | 315 | # export SOURCEFORGE_MIRROR = "http://belnet.dl.sourceforge.net/sourceforge" |
| 314 | # into your local.conf | 316 | # into your local.conf |
| 315 | 317 | ||
| 316 | FETCHCOMMAND = "" | 318 | FETCHCOMMAND = "ERROR, this must be a BitBake bug" |
| 317 | FETCHCOMMAND_wget = "/usr/bin/env wget -t 5 --passive-ftp -P ${DL_DIR} ${URI}" | 319 | FETCHCOMMAND_wget = "/usr/bin/env wget -t 5 --passive-ftp -P ${DL_DIR} ${URI}" |
| 318 | FETCHCOMMAND_cvs = "/usr/bin/env cvs -d${CVSROOT} co ${CVSCOOPTS} ${CVSMODULE}" | 320 | FETCHCOMMAND_cvs = "/usr/bin/env cvs -d${CVSROOT} co ${CVSCOOPTS} ${CVSMODULE}" |
| 319 | RESUMECOMMAND = "" | 321 | RESUMECOMMAND = "ERROR, this must be a BitBake bug" |
| 320 | RESUMECOMMAND_wget = "/usr/bin/env wget -c -t 5 --passive-ftp -P ${DL_DIR} ${URI}" | 322 | RESUMECOMMAND_wget = "/usr/bin/env wget -c -t 5 --passive-ftp -P ${DL_DIR} ${URI}" |
| 321 | UPDATECOMMAND = "" | 323 | UPDATECOMMAND = "ERROR, this must be a BitBake bug" |
| 322 | UPDATECOMMAND_cvs = "/usr/bin/env cvs update -d -P ${CVSCOOPTS}" | 324 | UPDATECOMMAND_cvs = "/usr/bin/env cvs -d${CVSROOT} update -d -P ${CVSCOOPTS}" |
| 323 | SRCDATE = "${DATE}" | 325 | SRCDATE = "${DATE}" |
| 324 | 326 | ||
| 325 | SRC_URI = "file://${FILE}" | 327 | SRC_URI = "file://${FILE}" |
| @@ -400,4 +402,10 @@ require conf/sanity.conf | |||
| 400 | # Weak variables (usually to retain backwards compatibility) | 402 | # Weak variables (usually to retain backwards compatibility) |
| 401 | ################################################################## | 403 | ################################################################## |
| 402 | 404 | ||
| 403 | PCMCIA_MANAGER ?= "pcmcia-cs" \ No newline at end of file | 405 | PCMCIA_MANAGER ?= "pcmcia-cs" |
| 406 | |||
| 407 | |||
| 408 | ################################################################## | ||
| 409 | # Magic Cookie for SANITY CHECK | ||
| 410 | ################################################################## | ||
| 411 | OES_BITBAKE_CONF = "1" | ||
