* Error, DISTRO_PR has changed (.1 to ) when switching from Angstrom glibc to uclibc
@ 2008-11-24 15:58 Cliff Brake
2008-11-24 17:48 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Cliff Brake @ 2008-11-24 15:58 UTC (permalink / raw)
To: openembedded-devel
I get this when I set ANGSTROM_MODE="uclibc" and restart a build with
an existing tmp directory created for a glibc build. I like re-using
the same tmp directory for mixed glibc/uclibc builds to save
rebuilding a few packages, but the savings is probably negligible.
This obviously requires DISTRO_PR to track in glibc and uclibc conf
files, IE:
diff --git a/conf/distro/include/angstrom-uclibc.inc
b/conf/distro/include/angstrom-uclibc.inc
index c26613b..29a50cd 100644
--- a/conf/distro/include/angstrom-uclibc.inc
+++ b/conf/distro/include/angstrom-uclibc.inc
@@ -36,3 +36,5 @@ TARGET_LINK_HASH_STYLE = "-Wl,--hash-style=gnu"
CXXFLAGS += "-fvisibility-inlines-hidden"
+DISTRO_PR = ".1"
+
As I not aware how DISTRO_PR is intended to be used, which way do we want to go:
1) force separate tmp dirs for glibc and uclibc builds?
2) keep DISTRO_PR in sync for Angstrom glibc, uclibc, eglibc distros?
Thanks,
Cliff
--
=======================
Cliff Brake
http://bec-systems.com
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: Error, DISTRO_PR has changed (.1 to ) when switching from Angstrom glibc to uclibc
2008-11-24 15:58 Error, DISTRO_PR has changed (.1 to ) when switching from Angstrom glibc to uclibc Cliff Brake
@ 2008-11-24 17:48 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2008-11-24 17:48 UTC (permalink / raw)
To: openembedded-devel
On 24-11-08 16:58, Cliff Brake wrote:
> I get this when I set ANGSTROM_MODE="uclibc" and restart a build with
> an existing tmp directory created for a glibc build. I like re-using
> the same tmp directory for mixed glibc/uclibc builds to save
> rebuilding a few packages, but the savings is probably negligible.
> This obviously requires DISTRO_PR to track in glibc and uclibc conf
> files, IE:
>
> diff --git a/conf/distro/include/angstrom-uclibc.inc
> b/conf/distro/include/angstrom-uclibc.inc
> index c26613b..29a50cd 100644
> --- a/conf/distro/include/angstrom-uclibc.inc
> +++ b/conf/distro/include/angstrom-uclibc.inc
> @@ -36,3 +36,5 @@ TARGET_LINK_HASH_STYLE = "-Wl,--hash-style=gnu"
>
> CXXFLAGS += "-fvisibility-inlines-hidden"
>
> +DISTRO_PR = ".1"
> +
>
> As I not aware how DISTRO_PR is intended to be used, which way do we want to go:
>
> 1) force separate tmp dirs for glibc and uclibc builds?
> 2) keep DISTRO_PR in sync for Angstrom glibc, uclibc, eglibc distros?
3) put DISTRO_PR in angstrom-2008.conf
regards,
Koen
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-24 17:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 15:58 Error, DISTRO_PR has changed (.1 to ) when switching from Angstrom glibc to uclibc Cliff Brake
2008-11-24 17:48 ` Koen Kooi
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.