[OE-core] [oe-commits] Khem Raj : eglibc-2.16: Add kconfig infrastructure

Martin Jansa martin.jansa at gmail.com
Mon Sep 10 12:45:18 UTC 2012


On Mon, Sep 10, 2012 at 12:08:35PM +0000, git at 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 at 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 at gmail.com>
> Signed-off-by: Saul Wold <sgw at 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 at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-commits

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20120910/79e23a39/attachment-0002.sig>


More information about the Openembedded-core mailing list