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

Otavio Salvador otavio at ossystems.com.br
Thu Apr 23 13:34:32 UTC 2009


Acked-by: Otavio Salvador <otavio at ossystems.com.br>

Much nicer then first one :-)

On Thu, Apr 23, 2009 at 10:17 AM, Roman I Khimov <khimov at altell.ru> wrote:
> Allows parallel build for different images.
> ---
>  classes/image.bbclass |    1 -
>  conf/bitbake.conf     |    2 +-
>  2 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/classes/image.bbclass b/classes/image.bbclass
> index cbbbbd1..89d2712 100644
> --- a/classes/image.bbclass
> +++ b/classes/image.bbclass
> @@ -104,7 +104,6 @@ LINGUAS_INSTALL = "${@" ".join(map(lambda s: "locale-base-%s" % s, bb.data.getVa
>
>  do_rootfs[nostamp] = "1"
>  do_rootfs[dirs] = "${TOPDIR}"
> -do_rootfs[lockfiles] = "${IMAGE_ROOTFS}.lock"
>  do_build[nostamp] = "1"
>  do_install[nostamp] = "1"
>
> diff --git a/conf/bitbake.conf b/conf/bitbake.conf
> index f53f7d6..9e026e4 100644
> --- a/conf/bitbake.conf
> +++ b/conf/bitbake.conf
> @@ -329,7 +329,7 @@ STAGING_KERNEL_DIR = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}/kernel"
>  # Specific image creation and rootfs population info.
>  ##################################################################
>
> -IMAGE_ROOTFS = "${TMPDIR}/rootfs"
> +IMAGE_ROOTFS = "${TMPDIR}/rootfs/${PN}"
>  IMAGE_BASENAME = "${PN}"
>  IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DATETIME}"
>  IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
> --
> 1.6.2.3
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
Otavio Salvador                  O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br




More information about the Openembedded-devel mailing list