diff options
author | Chris Larson <clarson@mvista.com> | 2009-07-23 10:44:55 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-07-23 10:44:55 -0700 |
commit | 05129b857915ac93254469aa3c5e0207e234d922 (patch) | |
tree | 169b937196ea9d6fc43e25e5f863d82702a538e7 /conf | |
parent | d715da0ab6fecb85d1bd4722dbc315a6ec079599 (diff) | |
download | bitbake-contrib-05129b857915ac93254469aa3c5e0207e234d922.tar.gz |
Update the minimal base.bbclass & bitbake.conf.
I could argue in favor of the removal of these entirely, as their usefulness
is limited, and I've yet to see anyone use bitbake for anything without using
OE as a base. It's something to consider, anyway, but this at least makes
them parse without complaining.
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 19a3fe8ef..e11dabcf2 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -38,6 +38,7 @@ MKTEMPCMD = "mktemp -q ${TMPBASE}" MKTEMPDIRCMD = "mktemp -d -q ${TMPBASE}" OVERRIDES = "local:${MACHINE}:${TARGET_OS}:${TARGET_ARCH}" P = "${PN}-${PV}" +PERSISTENT_DIR = "${TMPDIR}/cache" PF = "${PN}-${PV}-${PR}" PN = "${@bb.parse.BBHandler.vars_from_file(bb.data.getVar('FILE',d),d)[0] or 'defaultpkgname'}" PR = "${@bb.parse.BBHandler.vars_from_file(bb.data.getVar('FILE',d),d)[2] or 'r0'}" |