diff options
author | Theodore A. Roth <taroth@gmail.com> | 2009-03-19 10:57:01 -0700 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-19 14:10:58 -0400 |
commit | 7c62ab83589ad2ba141ee283a1c09308e0254230 (patch) | |
tree | 6ea67e6686ee7ba34ae94accf706259fccd20f00 /conf/local.conf.sample | |
parent | 332db9ccd29c15038e7ba960cb7204704a1a76c4 (diff) |
local.conf.sample: Replace packages/ with recipes/.
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r-- | conf/local.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 36407b015d..022d65d4c2 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -23,7 +23,7 @@ DL_DIR = "${HOME}/sources" # Delete the line below. Then specify which .bb files to consider for -# your build. Typically this will be something like BBFILES = "/path/to/openembedded/packages/*/*.bb" +# your build. Typically this will be something like BBFILES = "/path/to/openembedded/recipes/*/*.bb" BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}" # Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files |