diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-17 06:50:30 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-17 06:50:30 +0000 |
commit | 42bd2609fb89ca183a16bfd0f1227f174aab69a3 (patch) | |
tree | 23a3d9dff2bf63a1bb6384d9756098e3c1c9ad70 /conf | |
parent | 24321190ac707cbe3a4ff3a0b93356ba0b3d019f (diff) |
Clarify the example BBFILES in local.conf.sample a bit.
BKrev: 41c281b6r7cipPZsURNbe7rE3cX5RA
Diffstat (limited to 'conf')
-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 e18fc9d06b..0877d3146b 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -20,7 +20,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/oe-packages/packages/*/*.bb" +# your build. Typically this will be something like BBFILES = "/path/to/openembedded/packages/*/*.bb" BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}" # Use the BBMASK below to instruct BitBake to _NOT_ consider some .bb files |