From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Changqing Li <changqing.li@eng.windriver.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] conmon: avoid host contamination by GOCACHE
Date: Thu, 1 Dec 2022 16:58:33 -0500 [thread overview]
Message-ID: <20221201215831.GA31292@gmail.com> (raw)
In-Reply-To: <20221201084041.2312838-1-changqing.li@windriver.com>
merged.
Bruce
In message: [meta-virtualization][PATCH] conmon: avoid host contamination by GOCACHE
on 01/12/2022 Changqing Li wrote:
> From: Changqing Li <changqing.li@windriver.com>
>
> By default GOCACHE is set to $HOME/.cache.
>
> Fix:
> make[1]: Entering directory '/mnt/tmp-glibc/work/core2-64-wrs-linux/conmon/2.1.3+gitAUTOINC+19110c9746-r0/git/tools'
> | failed to initialize build cache at /home/build/.cache/go-build: mkdir /home/build: permission denied
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
> recipes-containers/conmon/conmon_git.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb
> index a20af04..4c58dab 100644
> --- a/recipes-containers/conmon/conmon_git.bb
> +++ b/recipes-containers/conmon/conmon_git.bb
> @@ -20,6 +20,8 @@ S = "${WORKDIR}/git"
>
> inherit pkgconfig
>
> +export GOCACHE = "${B}/.cache"
> +
> EXTRA_OEMAKE = "PREFIX=${prefix} BINDIR=${bindir} LIBEXECDIR=${libexecdir}"
>
> PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7719): https://lists.yoctoproject.org/g/meta-virtualization/message/7719
> Mute This Topic: https://lists.yoctoproject.org/mt/95377985/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
prev parent reply other threads:[~2022-12-01 21:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-01 8:40 [meta-virtualization][PATCH] conmon: avoid host contamination by GOCACHE changqing.li
2022-12-01 21:58 ` Bruce Ashfield [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221201215831.GA31292@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=changqing.li@eng.windriver.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.