All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] Khem Raj : eglibc-2.16: Add kconfig infrastructure
       [not found] <20120910120835.C24EF10348@opal>
@ 2012-09-10 12:45 ` Martin Jansa
  2012-09-10 14:04   ` [PATCH] eglibc-initial-2.16: add kconfig-frontends-native to depends Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2012-09-10 12:45 UTC (permalink / raw)
  To: openembedded-core; +Cc: openembedded-commits

[-- Attachment #1: Type: text/plain, Size: 2414 bytes --]

On Mon, Sep 10, 2012 at 12:08:35PM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 4282b86072fd5a916d0d12082d6ba575bce691f2
> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4282b86072fd5a916d0d12082d6ba575bce691f2
> 
> Author: Khem Raj <raj.khem@gmail.com>
> Date:   Wed Sep  5 21:52:34 2012 -0700
> 
> eglibc-2.16: Add kconfig infrastructure
> 
> This will let eglibc use kernel like option
> management through kconfig
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>

eglibc-initial now fails to build with
| make[1]: Entering directory
`/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/eglibc-initial-2.16-r8+svnr20393/eglibc-2_16/libc'
| make[1]: *** No rule to make target
`/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/conf', needed by
`config'.  Stop.
| make[1]: Leaving directory
`/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/eglibc-initial-2.16-r8+svnr20393/eglibc-2_16/libc'

do you have any hint for that?

I guess it's because, eglibc-initial.inc overwrites DEPENDS from eglibc_2.16.bb
OE @ ~/openembedded-core/meta/recipes-core/eglibc $ grep DEPENDS eglibc_2.16.bb 
DEPENDS += "gperf-native kconfig-frontends-native"
OE @ ~/openembedded-core/meta/recipes-core/eglibc $ grep DEPENDS eglibc-initial.inc 
DEPENDS = "linux-libc-headers virtual/${TARGET_PREFIX}gcc-initial"

and it's included after eglibc_2.16.bb
OE @ ~/openembedded-core/meta/recipes-core/eglibc $ head -n 3 eglibc-initial_2.16.bb 
require eglibc_${PV}.bb
require eglibc-initial.inc

Cheers,

> 
> ---
> 
>  .../0001-eglibc-menuconfig-support.patch           | 1007 ++++++++++++++++++++
>  ...0002-eglibc-menuconfig-hex-string-options.patch |  169 ++++
>  ...0003-eglibc-menuconfig-build-instructions.patch |  176 ++++
>  meta/recipes-core/eglibc/eglibc_2.16.bb            |    5 +-
>  4 files changed, 1356 insertions(+), 1 deletions(-)
> 
> Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=4282b86072fd5a916d0d12082d6ba575bce691f2
> 
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* [PATCH] eglibc-initial-2.16: add kconfig-frontends-native to depends
  2012-09-10 12:45 ` [oe-commits] Khem Raj : eglibc-2.16: Add kconfig infrastructure Martin Jansa
@ 2012-09-10 14:04   ` Martin Jansa
  2012-09-10 15:58     ` Richard Purdie
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2012-09-10 14:04 UTC (permalink / raw)
  To: openembedded-core

* fixes:
  | make[1]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/eglibc-initial-2.16-r8+svnr20393/eglibc-2_16/libc'
  | make[1]: *** No rule to make target `/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/conf', needed by `config'.  Stop.
  | make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/eglibc-initial-2.16-r8+svnr20393/eglibc-2_16/libc'

* it's because, eglibc-initial.inc overwrites DEPENDS from eglibc_2.16.bb
  $ grep DEPENDS eglibc_2.16.bb
  DEPENDS += "gperf-native kconfig-frontends-native"
  $ grep DEPENDS eglibc-initial.inc
  DEPENDS = "linux-libc-headers virtual/${TARGET_PREFIX}gcc-initial"

  and it's included after eglibc_2.16.bb
  $ head -n 3 eglibc-initial_2.16.bb
  require eglibc_${PV}.bb
  require eglibc-initial.inc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/recipes-core/eglibc/eglibc-initial_2.16.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/eglibc/eglibc-initial_2.16.bb b/meta/recipes-core/eglibc/eglibc-initial_2.16.bb
index f6b09ac..de45079 100644
--- a/meta/recipes-core/eglibc/eglibc-initial_2.16.bb
+++ b/meta/recipes-core/eglibc/eglibc-initial_2.16.bb
@@ -1,6 +1,8 @@
 require eglibc_${PV}.bb
 require eglibc-initial.inc
 
+DEPENDS += "kconfig-frontends-native"
+
 # main eglibc recipes muck with TARGET_CPPFLAGS to point into
 # final target sysroot but we
 # are not there when building eglibc-initial
-- 
1.7.12




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

* Re: [PATCH] eglibc-initial-2.16: add kconfig-frontends-native to depends
  2012-09-10 14:04   ` [PATCH] eglibc-initial-2.16: add kconfig-frontends-native to depends Martin Jansa
@ 2012-09-10 15:58     ` Richard Purdie
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-09-10 15:58 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-core

On Mon, 2012-09-10 at 16:04 +0200, Martin Jansa wrote:
> * fixes:
>   | make[1]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/eglibc-initial-2.16-r8+svnr20393/eglibc-2_16/libc'
>   | make[1]: *** No rule to make target `/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/conf', needed by `config'.  Stop.
>   | make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/eglibc-initial-2.16-r8+svnr20393/eglibc-2_16/libc'
> 
> * it's because, eglibc-initial.inc overwrites DEPENDS from eglibc_2.16.bb
>   $ grep DEPENDS eglibc_2.16.bb
>   DEPENDS += "gperf-native kconfig-frontends-native"
>   $ grep DEPENDS eglibc-initial.inc
>   DEPENDS = "linux-libc-headers virtual/${TARGET_PREFIX}gcc-initial"
> 
>   and it's included after eglibc_2.16.bb
>   $ head -n 3 eglibc-initial_2.16.bb
>   require eglibc_${PV}.bb
>   require eglibc-initial.inc
> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta/recipes-core/eglibc/eglibc-initial_2.16.bb | 2 ++
>  1 file changed, 2 insertions(+)

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2012-09-10 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20120910120835.C24EF10348@opal>
2012-09-10 12:45 ` [oe-commits] Khem Raj : eglibc-2.16: Add kconfig infrastructure Martin Jansa
2012-09-10 14:04   ` [PATCH] eglibc-initial-2.16: add kconfig-frontends-native to depends Martin Jansa
2012-09-10 15:58     ` Richard Purdie

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.