From: Theodore A. Roth Date: Thu, 19 Mar 2009 17:57:01 +0000 (-0700) Subject: local.conf.sample: Replace packages/ with recipes/. X-Git-Tag: Release-2010-05/1~3796^2~84^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c62ab83589ad2ba141ee283a1c09308e0254230;p=openembedded.git local.conf.sample: Replace packages/ with recipes/. --- 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