All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] poky.yaml: change gcc-multilib to gcc
@ 2021-04-06 10:53 Ross Burton
  2021-04-06 13:11 ` [docs] " Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2021-04-06 10:53 UTC (permalink / raw)
  To: docs

None of the other distributions install compilers for 32-bit compilation,
and this package isn't available on arm64 Ubuntu systems.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 documentation/poky.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index de264c963..85b6347be 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -11,7 +11,7 @@ YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
 YOCTO_DL_URL : "https://downloads.yoctoproject.org"
 YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
 YOCTO_RELEASE_DL_URL : "&YOCTO_DL_URL;/releases/yocto/yocto-&DISTRO;"
-UBUNTU_HOST_PACKAGES_ESSENTIAL : "gawk wget git-core diffstat unzip texinfo gcc-multilib \
+UBUNTU_HOST_PACKAGES_ESSENTIAL : "gawk wget git-core diffstat unzip texinfo gcc \
      build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
      xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
      pylint3 xterm python3-subunit mesa-common-dev"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [docs] [PATCH] poky.yaml: change gcc-multilib to gcc
  2021-04-06 10:53 [PATCH] poky.yaml: change gcc-multilib to gcc Ross Burton
@ 2021-04-06 13:11 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2021-04-06 13:11 UTC (permalink / raw)
  To: Ross Burton, docs

On Tue, 2021-04-06 at 11:53 +0100, Ross Burton wrote:
> None of the other distributions install compilers for 32-bit compilation,
> and this package isn't available on arm64 Ubuntu systems.
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  documentation/poky.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I was a bit worried about this but I checked by Ubuntu builder and it 
doesn't have gcc-multilib installed so we're probably good with this 
change.

Cheers,

Richard


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-06 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-06 10:53 [PATCH] poky.yaml: change gcc-multilib to gcc Ross Burton
2021-04-06 13:11 ` [docs] " Richard Purdie

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.