* Patching eglibc for AArch64
@ 2012-11-29 11:19 Marcin Juszkiewicz
2012-12-04 9:56 ` Marcin Juszkiewicz
0 siblings, 1 reply; 6+ messages in thread
From: Marcin Juszkiewicz @ 2012-11-29 11:19 UTC (permalink / raw)
To: openembedded-core
I would like to merge AArch64 eglibc support into OE-Core. As patch is
nearly 0.5MB I provide it in hrw/aarch64-support branch:
http://git.openembedded.org/openembedded-core-contrib/commit/?h=hrw/aarch64-support&id=aaa36e3ae6ff39682555ac6f21384b44d6f631e3
Commit adds two patches which add AArch64 support for 2.16 version of
eglibc. Both were merged upstream but with some alterations to fit into
trunk properly. As such trunk patches depend on other patches which can
alter state of other architectures which I prefer to avoid.
At Linaro we do daily builds of minimal, lamp, sdk images with this patch.
commit aaa36e3ae6ff39682555ac6f21384b44d6f631e3
Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Date: Wed Nov 21 17:08:13 2012 +0100
eglibc: add AArch64 support
Both patches are from libc-alpha mailing list and got merged into
eglibc/trunk. I can not use direct trunk commits because they already
depend on other changes.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
meta/recipes-core/eglibc/eglibc-2.16/aarch64-glibc-fsf-v1-eaf6f205.patch | 15455 +
meta/recipes-core/eglibc/eglibc-2.16/aarch64-glibc-v3-elf.patch
| 47 +
meta/recipes-core/eglibc/eglibc_2.16.bb
| 6 +-
3 files changed, 15506 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patching eglibc for AArch64
2012-11-29 11:19 Patching eglibc for AArch64 Marcin Juszkiewicz
@ 2012-12-04 9:56 ` Marcin Juszkiewicz
2012-12-04 10:49 ` Richard Purdie
2012-12-04 10:53 ` Patching eglibc for AArch64 Phil Blundell
0 siblings, 2 replies; 6+ messages in thread
From: Marcin Juszkiewicz @ 2012-12-04 9:56 UTC (permalink / raw)
To: openembedded-core
W dniu 29.11.2012 12:19, Marcin Juszkiewicz pisze:
> I would like to merge AArch64 eglibc support into OE-Core. As patch is
> nearly 0.5MB I provide it in hrw/aarch64-support branch:
>
> http://git.openembedded.org/openembedded-core-contrib/commit/?h=hrw/aarch64-support&id=aaa36e3ae6ff39682555ac6f21384b44d6f631e3
>
> Commit adds two patches which add AArch64 support for 2.16 version of
> eglibc. Both were merged upstream but with some alterations to fit into
> trunk properly. As such trunk patches depend on other patches which can
> alter state of other architectures which I prefer to avoid.
>
> At Linaro we do daily builds of minimal, lamp, sdk images with this patch.
ping?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patching eglibc for AArch64
2012-12-04 9:56 ` Marcin Juszkiewicz
@ 2012-12-04 10:49 ` Richard Purdie
2012-12-04 10:54 ` Marcin Juszkiewicz
2012-12-04 10:53 ` Patching eglibc for AArch64 Phil Blundell
1 sibling, 1 reply; 6+ messages in thread
From: Richard Purdie @ 2012-12-04 10:49 UTC (permalink / raw)
To: Marcin Juszkiewicz; +Cc: openembedded-core
On Tue, 2012-12-04 at 10:56 +0100, Marcin Juszkiewicz wrote:
> W dniu 29.11.2012 12:19, Marcin Juszkiewicz pisze:
> > I would like to merge AArch64 eglibc support into OE-Core. As patch is
> > nearly 0.5MB I provide it in hrw/aarch64-support branch:
> >
> > http://git.openembedded.org/openembedded-core-contrib/commit/?h=hrw/aarch64-support&id=aaa36e3ae6ff39682555ac6f21384b44d6f631e3
> >
> > Commit adds two patches which add AArch64 support for 2.16 version of
> > eglibc. Both were merged upstream but with some alterations to fit into
> > trunk properly. As such trunk patches depend on other patches which can
> > alter state of other architectures which I prefer to avoid.
> >
> > At Linaro we do daily builds of minimal, lamp, sdk images with this patch.
>
> ping?
The main thing worrying me about these now is the size of the patches.
I'd prefer not to add them into the main repository since they then
become part of history and increase the repo size. I'd really therefore
like to host the patches somewhere and then point SRC_URI at them.
Is that something linaro can do or should we find somewhere on the
yoctoproject.org infrastructure?
Cheers,
Richard
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patching eglibc for AArch64
2012-12-04 10:49 ` Richard Purdie
@ 2012-12-04 10:54 ` Marcin Juszkiewicz
2012-12-10 17:20 ` [PATCH] eglibc: add AArch64 support Marcin Juszkiewicz
0 siblings, 1 reply; 6+ messages in thread
From: Marcin Juszkiewicz @ 2012-12-04 10:54 UTC (permalink / raw)
To: Richard Purdie; +Cc: openembedded-core
W dniu 04.12.2012 11:49, Richard Purdie pisze:
> The main thing worrying me about these now is the size of the patches.
> I'd prefer not to add them into the main repository since they then
> become part of history and increase the repo size. I'd really therefore
> like to host the patches somewhere and then point SRC_URI at them.
>
> Is that something linaro can do or should we find somewhere on the
> yoctoproject.org infrastructure?
We can host those patches. I sent this version for review as I do
development with local patchsets. Will prepare version with hosted patches.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Patching eglibc for AArch64
2012-12-04 9:56 ` Marcin Juszkiewicz
2012-12-04 10:49 ` Richard Purdie
@ 2012-12-04 10:53 ` Phil Blundell
1 sibling, 0 replies; 6+ messages in thread
From: Phil Blundell @ 2012-12-04 10:53 UTC (permalink / raw)
To: Marcin Juszkiewicz; +Cc: openembedded-core
On Tue, 2012-12-04 at 10:56 +0100, Marcin Juszkiewicz wrote:
> W dniu 29.11.2012 12:19, Marcin Juszkiewicz pisze:
> > I would like to merge AArch64 eglibc support into OE-Core. As patch is
> > nearly 0.5MB I provide it in hrw/aarch64-support branch:
> >
> > http://git.openembedded.org/openembedded-core-contrib/commit/?h=hrw/aarch64-support&id=aaa36e3ae6ff39682555ac6f21384b44d6f631e3
> >
> > Commit adds two patches which add AArch64 support for 2.16 version of
> > eglibc. Both were merged upstream but with some alterations to fit into
> > trunk properly. As such trunk patches depend on other patches which can
> > alter state of other architectures which I prefer to avoid.
> >
> > At Linaro we do daily builds of minimal, lamp, sdk images with this patch.
>
> ping?
Rather than importing a huge patch, can we not just provide a recipe for
eglibc trunk? Or wait for a 2.17 release and roll it in then.
p.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-12-10 17:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29 11:19 Patching eglibc for AArch64 Marcin Juszkiewicz
2012-12-04 9:56 ` Marcin Juszkiewicz
2012-12-04 10:49 ` Richard Purdie
2012-12-04 10:54 ` Marcin Juszkiewicz
2012-12-10 17:20 ` [PATCH] eglibc: add AArch64 support Marcin Juszkiewicz
2012-12-04 10:53 ` Patching eglibc for AArch64 Phil Blundell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox