All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kamal GMBH" <kamalgmbh32@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Need Support: how to install Multilib in yocto: I am enabling  Multilib ,lib32-gcc, lib32g++ and lib32fotran
Date: Tue, 03 Dec 2024 12:54:56 -0800	[thread overview]
Message-ID: <rtPJ.1733259296056727661.h2CI@lists.openembedded.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2101 bytes --]

*local.conf file:*

*DISTRO_FEATURES:append = " multilib"*
*# Enable multilib support*
*MULTILIBS = "multilib:lib32"*
*DEFAULTTUNE_virtclass- multilib-lib32 = "x86"*
*# Include lib32 versions of GCC, G++, and Fortran*
*IMAGE_INSTALL:append = " lib32-libgcc lib32-gcc-runtime lib32-libstdc++ lib32-gfortran"*

umesha@yocto-server-2:/media/ nvme1/umesha/kamal-poky/poky/ build$ *bitbake-layers show-recipes | grep libgcc*
libgcc:
libgcc-initial:

umesha@yocto-server-2:/media/ nvme1/umesha/kamal-poky/poky/ build$
*Here lib32-gcc details is not showing ..*
============================== =
*another try:*
*require conf/multilib.conf  => newly added*
local.conf file:
DISTRO_FEATURES:append = " multilib"
# Enable multilib support
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass- multilib-lib32 = "x86"
# Include lib32 versions of GCC, G++, and Fortran
IMAGE_INSTALL:append = " lib32-libgcc lib32-gcc-runtime lib32-libstdc++ lib32-gfortran"

umesha@yocto-server-2:/media/ nvme1/umesha/kamal-poky/poky/ build$ *bitbake-layers show-recipes | grep libgcc*
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Toolchain tunings invalid:
No tuning found for lib32 multilib.
Traceback (most recent call last):
File "/media/nvme1/umesha/kamal- poky/poky/bitbake/bin/bitbake- layers", line 95, in <module>
ret = main()
File "/media/nvme1/umesha/kamal- poky/poky/bitbake/bin/bitbake- layers", line 85, in main
tinfoil.parse_recipes()
File "/media/nvme1/umesha/kamal- poky/poky/bitbake/lib/bb/ tinfoil.py", line 448, in parse_recipes
self.run_actions(config_ params)
File "/media/nvme1/umesha/kamal- poky/poky/bitbake/lib/bb/ tinfoil.py", line 431, in run_actions
raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
umesha@yocto-server-2:/media/ nvme1/umesha/kamal-poky/poky/ build$
umesha@yocto-server-2:/media/ nvme1/umesha/kamal-poky/poky/ build$

Thank you in Advance!!

[-- Attachment #2: Type: text/html, Size: 11225 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: "Kamal GMBH" <kamalgmbh32@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Need Support: how to install Multilib in yocto: I am enabling Multilib ,lib32-gcc, lib32g++ and lib32fotran
Date: Tue, 03 Dec 2024 12:56:36 -0800	[thread overview]
Message-ID: <rtPJ.1733259296056727661.h2CI@lists.openembedded.org> (raw)
Message-ID: <20241203205636.JBKL6lBm35UC0deFy16qb9Rhrt7LabaakTUUK-Ze-J4@z> (raw)

[-- Attachment #1: Type: text/plain, Size: 2101 bytes --]

*local.conf file:*

*DISTRO_FEATURES:append = " multilib"*
*# Enable multilib support*
*MULTILIBS = "multilib:lib32"*
*DEFAULTTUNE_virtclass- multilib-lib32 = "x86"*
*# Include lib32 versions of GCC, G++, and Fortran*
*IMAGE_INSTALL:append = " lib32-libgcc lib32-gcc-runtime lib32-libstdc++ lib32-gfortran"*

umesha@yocto-server-2:/media/ nvme1/umesha/kamal-poky/poky/ build$ *bitbake-layers show-recipes | grep libgcc*
libgcc:
libgcc-initial:

umesha@yocto-server-2:/media/ nvme1/umesha/kamal-poky/poky/ build$
*Here lib32-gcc details is not showing ..*
============================== =
*another try:*
local.conf file:
*require conf/multilib.conf  => newly added*
DISTRO_FEATURES:append = " multilib"
# Enable multilib support
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass- multilib-lib32 = "x86"
# Include lib32 versions of GCC, G++, and Fortran
IMAGE_INSTALL:append = " lib32-libgcc lib32-gcc-runtime lib32-libstdc++ lib32-gfortran"

umesha@yocto-server-2:/media/ nvme1/umesha/kamal-poky/poky/ build$ *bitbake-layers show-recipes | grep libgcc*
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:
Toolchain tunings invalid:
No tuning found for lib32 multilib.
Traceback (most recent call last):
File "/media/nvme1/umesha/kamal- poky/poky/bitbake/bin/bitbake- layers", line 95, in <module>
ret = main()
File "/media/nvme1/umesha/kamal- poky/poky/bitbake/bin/bitbake- layers", line 85, in main
tinfoil.parse_recipes()
File "/media/nvme1/umesha/kamal- poky/poky/bitbake/lib/bb/ tinfoil.py", line 448, in parse_recipes
self.run_actions(config_ params)
File "/media/nvme1/umesha/kamal- poky/poky/bitbake/lib/bb/ tinfoil.py", line 431, in run_actions
raise TinfoilUIException(ret)
bb.tinfoil.TinfoilUIException: 1
umesha@yocto-server-2:/media/ nvme1/umesha/kamal-poky/poky/ build$
umesha@yocto-server-2:/media/ nvme1/umesha/kamal-poky/poky/ build$

Thank you in Advance!!

[-- Attachment #2: Type: text/html, Size: 6841 bytes --]

             reply	other threads:[~2024-12-03 20:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-03 20:54 Kamal GMBH [this message]
2024-12-03 20:56 ` Need Support: how to install Multilib in yocto: I am enabling Multilib ,lib32-gcc, lib32g++ and lib32fotran Kamal GMBH
  -- strict thread matches above, loose matches on Subject: below --
2024-12-03 19:11 Kamal GMBH

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=rtPJ.1733259296056727661.h2CI@lists.openembedded.org \
    --to=kamalgmbh32@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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.