From: "Yi Qingliang" <niqingliang2003@gmail.com>
To: bitbake-devel@lists.openembedded.org
Subject: Re: [PATCH 0/1] fetch2/git: Use basename for gitsrcname when ud.proto is file
Date: Mon, 12 May 2025 18:02:30 -0700 [thread overview]
Message-ID: <13242.1747098150057047482@lists.openembedded.org> (raw)
In-Reply-To: <13242.1747097291536868429@lists.openembedded.org>
[-- Attachment #1: Type: text/plain, Size: 959 bytes --]
indeed, what's I want is to compile program, which is expected running on OS with lower version glibc.
now, I'm using my older glibc to compile library, and use official latest one to compile my application,
the library can linked by user directly, at the same time the application is provided to user with a full root file system (running with chroot).
I checked the static link glibc solution, which is not recommended.
and my library link to external 3rd binary library, so I can't use musl libc solution.
for library:
now I have ported the 2.17 glibc to the latest bitbake/oe-core, static linking gcc/c++ related library, dynamic linking glibc, to generate my library.
for application:
The Appimage looks like is too complicated, and need to check every so on all OS, to simplify it,
I selected chroot+root filesystem (with mounting some directory, dev, var, proc, ...) as solution for my application.
maybe there is a better solution?
[-- Attachment #2: Type: text/html, Size: 1026 bytes --]
prev parent reply other threads:[~2025-05-13 1:02 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-22 5:20 [PATCH 0/1] fetch2/git: Use basename for gitsrcname when ud.proto is file liezhi.yang
2024-06-22 5:20 ` [PATCH 1/1] " liezhi.yang
2024-07-14 11:17 ` [bitbake-devel] " Richard Purdie
2024-07-14 13:03 ` Robert Yang
2024-07-14 13:32 ` Richard Purdie
2024-07-14 13:54 ` Robert Yang
2024-08-06 11:06 ` Richard Purdie
2024-08-06 11:20 ` Ross Burton
2024-08-06 13:42 ` Robert Yang
2024-08-06 14:10 ` Richard Purdie
2024-08-07 2:23 ` Robert Yang
2024-08-07 14:58 ` Richard Purdie
[not found] ` <17E927848AD479BA.28314@lists.openembedded.org>
2024-08-06 13:50 ` Robert Yang
2024-07-14 11:08 ` [bitbake-devel] [PATCH 0/1] " Robert Yang
2025-05-12 9:26 ` Yi Qingliang
2025-05-12 11:20 ` [bitbake-devel] " Koch, Stefan
2025-05-13 0:41 ` Yi Qingliang
2025-05-13 0:48 ` Yi Qingliang
2025-05-13 1:02 ` Yi Qingliang [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=13242.1747098150057047482@lists.openembedded.org \
--to=niqingliang2003@gmail.com \
--cc=bitbake-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.