From: Max Krummenacher <max.oss.09@gmail.com>
To: Sathishkumar Duraisamy <sathishkumar.d.cbe@gmail.com>
Cc: Otavio Salvador <otavio.salvador@ossystems.com.br>,
meta-freescale@lists.yoctoproject.org
Subject: Re: [meta-freescale] weston-imx-14.0.1
Date: Mon, 5 May 2025 13:53:39 +0200 [thread overview]
Message-ID: <aBimw0gA_gjyy1PI@toolbox> (raw)
In-Reply-To: <CAHebdzQN2jV4OaVpj3nFqKL47N0Vzicg5PzyGT_D9s6Q022imA@mail.gmail.com>
On Mon, May 05, 2025 at 11:04:03AM +0530, Sathishkumar Duraisamy wrote:
Hi Sathishkumar D
> Dear Otavio, Dear All,
>
> I am facing a problem in building the master branch for the systemd recipe.
> Below is the error. I am using verdin-imx8mp from toradex. How to disable
> GCS?
I noticed the same build time error. I'm pretty sure it has nothing to do
with meta-freescale but rather is hidden somewhere in openembedded-core/meta
and meta-security/meta-tpm.
I sent an mail on the oe mailinglist including a workaround, please have
a look here:
https://lore.kernel.org/openembedded-core/aBilFkr4HF-MSBd6@toolbox/T/#u
Regards
Max
>
> ------8<---------------------8<-------------------8<---------------------8<-------------------8<---------------------8<-------------------8<---------------------8<-------------------8<---------------------8<-------------
> | aarch64-tdx-linux-gcc -march=armv8-a+crypto -mbranch-protection=standard
> -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security
> -Werror=format-security
> --sysroot=/home/sathishkumar/yoctospace/verdin-next/build/tmp
> /work/armv8a-tdx-linux/systemd/257.5/recipe-sysroot -o
> src/shared/libsystemd-shared-257.so -Wl,--as-needed -Wl,--no-undefined
> -shared -fPIC -Wl,-soname,libsystemd-shared-257.so -Wl,--whole-archive
> -Wl,--start-group src/shared/libsyste
> md-shared-257.a src/basic/libbasic.a src/libsystemd/libsystemd_static.a
> -Wl,--no-whole-archive -fstack-protector -Wl,-O1 -Wl,--hash-style=gnu
> -Wl,--as-needed
> -ffile-prefix-map=/home/sathishkumar/yoctospace/verdin-next/build/tmp/work/arm
> v8a-tdx-linux/systemd/257.5/git=/usr/src/debug/systemd/257.5
> -ffile-prefix-map=/home/sathishkumar/yoctospace/verdin-next/build/tmp/work/armv8a-tdx-linux/systemd/257.5/build=/usr/src/debug/systemd/257.5
> -ffile-prefix-map=/home/sathishkum
> ar/yoctospace/verdin-next/build/tmp/work/armv8a-tdx-linux/systemd/257.5/recipe-sysroot=
> -ffile-prefix-map=/home/sathishkumar/yoctospace/verdin-next/build/tmp/work/armv8a-tdx-linux/systemd/257.5/recipe-sysroot-native=
> -Wl,-z,relro,-z,now
> -shared
> -Wl,--version-script=/home/sathishkumar/yoctospace/verdin-next/build/tmp/work/armv8a-tdx-linux/systemd/257.5/git/src/shared/libshared.sym
> -pthread
> /home/sathishkumar/yoctospace/verdin-next/build/tmp/work/armv8a-tdx-linux/system
> d/257.5/recipe-sysroot/usr/lib/libacl.so
> /home/sathishkumar/yoctospace/verdin-next/build/tmp/work/armv8a-tdx-linux/systemd/257.5/recipe-sysroot/usr/lib/libblkid.so
> /home/sathishkumar/yoctospace/verdin-next/build/tmp/work/armv8a-tdx-linu
> x/systemd/257.5/recipe-sysroot/usr/lib/libcap.so
> /home/sathishkumar/yoctospace/verdin-next/build/tmp/work/armv8a-tdx-linux/systemd/257.5/recipe-sysroot/usr/lib/libcrypt.so
> -ldl /home/sathishkumar/yoctospace/verdin-next/build/tmp/work/ar
> mv8a-tdx-linux/systemd/257.5/recipe-sysroot/usr/lib/libmount.so
> /home/sathishkumar/yoctospace/verdin-next/build/tmp/work/armv8a-tdx-linux/systemd/257.5/recipe-sysroot/usr/lib/libssl.so
> /home/sathishkumar/yoctospace/verdin-next/build/tmp
> /work/armv8a-tdx-linux/systemd/257.5/recipe-sysroot/usr/lib/libcrypto.so
> /home/sathishkumar/yoctospace/verdin-next/build/tmp/work/armv8a-tdx-linux/systemd/257.5/recipe-sysroot/usr/lib/libpam.so
> -lrt /home/sathishkumar/yoctospace/verdin-
> next/build/tmp/work/armv8a-tdx-linux/systemd/257.5/recipe-sysroot/usr/lib/libseccomp.so
> -Wl,--fatal-warnings -Wl,-z,now -Wl,-z,relro -Wl,--warn-common
> -Wl,--gc-sections -Wl,--fatal-warnings -Wl,-z,now -Wl,-z,relro
> -Wl,--warn-common -Wl,
> --gc-sections -lm -Wl,--end-group -Wl,--fatal-warnings -Wl,-z,now
> -Wl,-z,relro -Wl,--warn-common -Wl,--gc-sections -Wl,--fatal-warnings
> -Wl,-z,now -Wl,-z,relro -Wl,--warn-common -Wl,--gc-sections
> |
> /home/sathishkumar/yoctospace/verdin-next/build/tmp/work/armv8a-tdx-linux/systemd/257.5/recipe-sysroot/usr/lib/libcrypto.so:
> warning: GCS is required by -z gcs, but this shared library lacks the
> necessary property note. The dynamic lo
> ader might not enable GCS or refuse to load the program unless all the
> shared library dependencies have the GCS marking.
> | collect2: error: ld returned 1 exit status
>
> ------8<---------------------8<-------------------8<---------------------8<-------------------8<---------------------8<-------------------8<---------------------8<-------------------8<---------------------8<-------------
> Thank you,
>
> Regards,
> Sathishkumar D
>
> On Tue, Apr 29, 2025 at 6:07 PM Sathishkumar D via lists.yoctoproject.org
> <sathishkumar.d.cbe=gmail.com@lists.yoctoproject.org> wrote:
>
> > Hello Otavio,
> >
> >
> > On Tue, Apr 29, 2025 at 5:16 PM Otavio Salvador <
> > otavio.salvador@ossystems.com.br> wrote:
> >
> >> Hello, I hope you are doing great today.
> >>
> > Thank you. I am doing well.
> >
> >>
> >> We didn't. Please take a look at GitHub issues to coordinate this effort.
> >> Your help on that is very welcome.
> >>
> >>
> > Sure, I’ll work on updating it. The task looks straight forward since the
> > recipe is available in meta-imx. I’ll port it from meta-imx, and after
> > testing it on my board, I’ll raise a pull request.
> >
> >
> >> Em ter., 29 de abr. de 2025 às 04:45, Sathishkumar D via
> >> lists.yoctoproject.org <sathishkumar.d.cbe=
> >> gmail.com@lists.yoctoproject.org> escreveu:
> >>
> >>> Hello,
> >>>
> >>> Anyone started to support for weston-imx-14.0.1 in our meta-freescale
> >>> repo?
> >>>
> >>> Regards,
> >>> Sathishkumar D
> >>>
> >>>
> >>>
> >>>
> >>
> >> --
> >> Otavio Salvador O.S. Systems
> >> http://www.ossystems.com.br http://code.ossystems.com.br
> >> Mobile: +55 (53) 9 9981-7854
> >>
> >
> > Regards,
> > Sathishkumar D
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#24950):
> > https://lists.yoctoproject.org/g/meta-freescale/message/24950
> > Mute This Topic: https://lists.yoctoproject.org/mt/112516251/6416184
> > Group Owner: meta-freescale+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/meta-freescale/unsub [
> > sathishkumar.d.cbe@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
> >
next prev parent reply other threads:[~2025-05-05 11:53 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-29 7:45 weston-imx-14.0.1 Sathishkumar D
2025-04-29 11:46 ` [meta-freescale] weston-imx-14.0.1 Otavio Salvador
2025-04-29 12:37 ` Sathishkumar Duraisamy
[not found] ` <183ACA4DAEC89E9B.27143@lists.yoctoproject.org>
2025-05-05 5:34 ` Sathishkumar Duraisamy
2025-05-05 11:53 ` Max Krummenacher [this message]
2025-05-06 11:42 ` Sathishkumar Duraisamy
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=aBimw0gA_gjyy1PI@toolbox \
--to=max.oss.09@gmail.com \
--cc=meta-freescale@lists.yoctoproject.org \
--cc=otavio.salvador@ossystems.com.br \
--cc=sathishkumar.d.cbe@gmail.com \
/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.