[oe] [PATCH] bitbake.conf: use rootfs.${PN} for IMAGE_ROOTFS

Roman I Khimov khimov at altell.ru
Thu Apr 23 12:54:39 UTC 2009


On Thursday 23 April 2009 16:35:06 Marcin Juszkiewicz wrote:
> Dnia czwartek, 23 kwietnia 2009 o 14:02:18 Roman I Khimov napisał(a):
> > Allows parallel build for different images.
> > ---
> >  conf/bitbake.conf |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > -IMAGE_ROOTFS = "${TMPDIR}/rootfs"
> > +IMAGE_ROOTFS = "${TMPDIR}/rootfs.${PN}"
>
> I would suggest ${TMPDIR}/rootfs/${PN}/ to not pollute TMPDIR with lot
> of directories.

This one needs some more care as it fails with

ERROR: Error, lockfile path does not exist!: /path-to-oe/tmp/rootfs




More information about the Openembedded-devel mailing list