Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] uclibc: Add UCLIBC_MMU_CONFIG to UCLIBC_SETUP_DOT_CONFIG
@ 2013-09-05  2:24 Axel Lin
  2013-09-05 21:32 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Axel Lin @ 2013-09-05  2:24 UTC (permalink / raw)
  To: buildroot

commit c798bec25 "uclibc: set MMU usage accordingly" defines UCLIBC_MMU_CONFIG,
but forgot adding it to UCLIBC_SETUP_DOT_CONFIG. Fix it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/uclibc/uclibc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/uclibc/uclibc.mk b/package/uclibc/uclibc.mk
index 7f72d5e..a25bfee 100644
--- a/package/uclibc/uclibc.mk
+++ b/package/uclibc/uclibc.mk
@@ -424,6 +424,7 @@ define UCLIBC_SETUP_DOT_CONFIG
 	$(call UCLIBC_OPT_SET,RUNTIME_PREFIX,"/",$(@D))
 	$(call UCLIBC_OPT_SET,DEVEL_PREFIX,"/usr",$(@D))
 	$(call UCLIBC_OPT_SET,SHARED_LIB_LOADER_PREFIX,"/lib",$(@D))
+	$(UCLIBC_MMU_CONFIG)
 	$(UCLIBC_ARM_TYPE_CONFIG)
 	$(UCLIBC_ARM_ABI_CONFIG)
 	$(UCLIBC_ARM_BX_CONFIG)
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] uclibc: Add UCLIBC_MMU_CONFIG to UCLIBC_SETUP_DOT_CONFIG
  2013-09-05  2:24 [Buildroot] [PATCH] uclibc: Add UCLIBC_MMU_CONFIG to UCLIBC_SETUP_DOT_CONFIG Axel Lin
@ 2013-09-05 21:32 ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2013-09-05 21:32 UTC (permalink / raw)
  To: buildroot

Dear Axel Lin,

On Thu, 05 Sep 2013 10:24:19 +0800, Axel Lin wrote:
> commit c798bec25 "uclibc: set MMU usage accordingly" defines UCLIBC_MMU_CONFIG,
> but forgot adding it to UCLIBC_SETUP_DOT_CONFIG. Fix it.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] uclibc: Add UCLIBC_MMU_CONFIG to UCLIBC_SETUP_DOT_CONFIG
@ 2013-09-18  7:38 Axel Lin
  2013-09-18 16:38 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Axel Lin @ 2013-09-18  7:38 UTC (permalink / raw)
  To: buildroot

2013/9/6 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>:
> Dear Axel Lin,
>
> On Thu, 05 Sep 2013 10:24:19 +0800, Axel Lin wrote:
>> commit c798bec25 "uclibc: set MMU usage accordingly" defines UCLIBC_MMU_CONFIG,
>> but forgot adding it to UCLIBC_SETUP_DOT_CONFIG. Fix it.
>>
>> Signed-off-by: Axel Lin <axel.lin@ingics.com>
>> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
>
> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Hi Peter,
I sent the patch 2 weeks ago, and it got Thomas's Acked-by.
Any chance to pick up this path as I need it for nommu build.
If a resend or revision is necessary, just let me know.

The patch is available in patchwork:
http://patchwork.ozlabs.org/patch/272778/

Thanks,
Axel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] uclibc: Add UCLIBC_MMU_CONFIG to UCLIBC_SETUP_DOT_CONFIG
  2013-09-18  7:38 Axel Lin
@ 2013-09-18 16:38 ` Thomas Petazzoni
  2013-09-18 22:30   ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2013-09-18 16:38 UTC (permalink / raw)
  To: buildroot

Axel, Peter,

On Wed, 18 Sep 2013 15:38:11 +0800, Axel Lin wrote:
> 2013/9/6 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>:
> > Dear Axel Lin,
> >
> > On Thu, 05 Sep 2013 10:24:19 +0800, Axel Lin wrote:
> >> commit c798bec25 "uclibc: set MMU usage accordingly" defines UCLIBC_MMU_CONFIG,
> >> but forgot adding it to UCLIBC_SETUP_DOT_CONFIG. Fix it.
> >>
> >> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> >> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
> >
> > Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> 
> Hi Peter,
> I sent the patch 2 weeks ago, and it got Thomas's Acked-by.
> Any chance to pick up this path as I need it for nommu build.
> If a resend or revision is necessary, just let me know.
> 
> The patch is available in patchwork:
> http://patchwork.ozlabs.org/patch/272778/

Gently-requested-to-be-applied-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH] uclibc: Add UCLIBC_MMU_CONFIG to UCLIBC_SETUP_DOT_CONFIG
  2013-09-18 16:38 ` Thomas Petazzoni
@ 2013-09-18 22:30   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2013-09-18 22:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Axel, Peter,
 Thomas> On Wed, 18 Sep 2013 15:38:11 +0800, Axel Lin wrote:
 >> 2013/9/6 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>:
 >> > Dear Axel Lin,
 >> >
 >> > On Thu, 05 Sep 2013 10:24:19 +0800, Axel Lin wrote:
 >> >> commit c798bec25 "uclibc: set MMU usage accordingly" defines UCLIBC_MMU_CONFIG,
 >> >> but forgot adding it to UCLIBC_SETUP_DOT_CONFIG. Fix it.
 >> >>
 >> >> Signed-off-by: Axel Lin <axel.lin@ingics.com>
 >> >> Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
 >> >
 >> > Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 >> 
 >> Hi Peter,
 >> I sent the patch 2 weeks ago, and it got Thomas's Acked-by.
 >> Any chance to pick up this path as I need it for nommu build.
 >> If a resend or revision is necessary, just let me know.
 >> 
 >> The patch is available in patchwork:
 >> http://patchwork.ozlabs.org/patch/272778/

 Thomas> Gently-requested-to-be-applied-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Heh ;)

Sorry for the delay - Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-18 22:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05  2:24 [Buildroot] [PATCH] uclibc: Add UCLIBC_MMU_CONFIG to UCLIBC_SETUP_DOT_CONFIG Axel Lin
2013-09-05 21:32 ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2013-09-18  7:38 Axel Lin
2013-09-18 16:38 ` Thomas Petazzoni
2013-09-18 22:30   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox