diff options
Diffstat (limited to 'openembedded/conf/local.conf.sample')
| -rw-r--r-- | openembedded/conf/local.conf.sample | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/openembedded/conf/local.conf.sample b/openembedded/conf/local.conf.sample index 7a7afb4277..489b0deb19 100644 --- a/openembedded/conf/local.conf.sample +++ b/openembedded/conf/local.conf.sample | |||
| @@ -20,11 +20,12 @@ | |||
| 20 | # expansion. Stuff like starting with ${HOME} or ${TOPDIR} is ok). | 20 | # expansion. Stuff like starting with ${HOME} or ${TOPDIR} is ok). |
| 21 | 21 | ||
| 22 | # Use this to specify where BitBake should place the downloaded sources into | 22 | # Use this to specify where BitBake should place the downloaded sources into |
| 23 | DL_DIR = "${HOME}/sources" | 23 | DL_DIR = "POKYROOT/sources" |
| 24 | 24 | ||
| 25 | # Delete the line below. Then specify which .bb files to consider for | 25 | # Delete the line below. Then specify which .bb files to consider for |
| 26 | # your build. Typically this will be something like BBFILES = "/path/to/openembedded/packages/*/*.bb" | 26 | # your build. Typically this will be something like BBFILES = "/path/to/openembedded/packages/*/*.bb" |
| 27 | BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}" | 27 | #BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}" |
| 28 | BBFILES := "POKYROOT/openembedded/packages/*/*.bb" | ||
| 28 | 29 | ||
| 29 | # Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files | 30 | # Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files |
| 30 | # This is a regulary expression, so be sure to get your parenthesis balanced. | 31 | # This is a regulary expression, so be sure to get your parenthesis balanced. |
| @@ -119,4 +120,4 @@ BBINCLUDELOGS = "yes" | |||
| 119 | CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" | 120 | CVS_TARBALL_STASH = "http://www.oesources.org/source/current/" |
| 120 | 121 | ||
| 121 | # EDIT THIS FILE and then remove the line below before using! | 122 | # EDIT THIS FILE and then remove the line below before using! |
| 122 | REMOVE_THIS_LINE:="${@oe.fatal('Read the comments in your conf/local.conf')}" | 123 | #REMOVE_THIS_LINE:="${@oe.fatal('Read the comments in your conf/local.conf')}" |
