[oe] [PATCH] Angstrom: weak-assign DEPLOY_DIR

Tom Rini trini at kernel.crashing.org
Mon Mar 23 00:05:42 UTC 2009


On Mon, Mar 23, 2009 at 12:30:10AM +0100, Andrea Adami wrote:
> Wait a moment:
> 
> if we weak-assign DEPLOY_DIR in angstrom.inc
> DEPLOY_DIR ?= "${TMPDIR}/deploy/${ANGSTROMLIBC}"
> 
> then it takes the value from bitbake.conf?
> DEPLOY_DIR ?= "${TMPDIR}/deploy"

Sounds like Angstrom needs:
USER_DEPLOY_DIR ?= "${TMPDIR}/deploy/${ANGSTROMLIBC}"
DEPLOY_DIR = "${USER_DEPLOY_DIR}" if users are going to further override
what the distro thinks is best.

-- 
Tom Rini




More information about the Openembedded-devel mailing list