diff options
Diffstat (limited to 'build/conf')
| -rw-r--r-- | build/conf/local.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index fea0a1828a..149c73d664 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | # Where to cache the files Poky downloads | 1 | # Where to cache the files Poky downloads |
| 2 | DL_DIR ?= "${OEROOT}/sources" | 2 | DL_DIR ?= "${OEROOT}/sources" |
| 3 | # Where to cache Poky's built staging output | ||
| 4 | PSTAGE_DIR ?= "${OEROOT}/pstage" | ||
| 3 | BBFILES += "\ | 5 | BBFILES += "\ |
| 4 | ${OEROOT}/meta/packages/*/*.bb \ | 6 | ${OEROOT}/meta/packages/*/*.bb \ |
| 5 | ${OEROOT}/meta-moblin/packages/*/*.bb" | 7 | ${OEROOT}/meta-moblin/packages/*/*.bb" |
