From 05129b857915ac93254469aa3c5e0207e234d922 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 23 Jul 2009 10:44:55 -0700 Subject: 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 --- conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/bitbake.conf') 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'}" -- cgit 1.2.3-korg