All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] poky-tiny.conf: clean PACKAGECONFIG for lib32-opkg-utils
@ 2015-03-11 10:20 Robert Yang
  2015-03-11 10:20 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Yang @ 2015-03-11 10:20 UTC (permalink / raw)
  To: poky

The following changes since commit 0aff27522d467ee5d02289594207ddef4add7081:

  layer.conf: bump version as error-report interface changed (2015-03-10 17:45:05 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/tiny
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/tiny

Robert Yang (1):
  poky-tiny.conf: clean PACKAGECONFIG for lib32-opkg-utils

 meta-yocto/conf/distro/poky-tiny.conf |    1 +
 1 file changed, 1 insertion(+)

-- 
1.7.9.5



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

* [PATCH 1/1] poky-tiny.conf: clean PACKAGECONFIG for lib32-opkg-utils
  2015-03-11 10:20 [PATCH 0/1] poky-tiny.conf: clean PACKAGECONFIG for lib32-opkg-utils Robert Yang
@ 2015-03-11 10:20 ` Robert Yang
  2015-03-11 10:25   ` Richard Purdie
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Yang @ 2015-03-11 10:20 UTC (permalink / raw)
  To: poky

Otherwise lib32-python would be built because lib32-opkg-utils depends
on it and cause build errors:

./libpython2.7.so: undefined reference to `localeconv'
./libpython2.7.so: undefined reference to `towlower'
./libpython2.7.so: undefined reference to `iswlower'
./libpython2.7.so: undefined reference to `nl_langinfo'
./libpython2.7.so: undefined reference to `iswupper'
./libpython2.7.so: undefined reference to `iswalpha'
./libpython2.7.so: undefined reference to `towupper'
./libpython2.7.so: undefined reference to `iswspace'

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta-yocto/conf/distro/poky-tiny.conf |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 75508c1..b227427 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -142,3 +142,4 @@ PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny"
 
 # Disable python usage in opkg-utils since it won't build with tiny config
 PACKAGECONFIG_pn-opkg-utils = ""
+PACKAGECONFIG_pn-lib32-opkg-utils = ""
-- 
1.7.9.5



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

* Re: [PATCH 1/1] poky-tiny.conf: clean PACKAGECONFIG for lib32-opkg-utils
  2015-03-11 10:20 ` [PATCH 1/1] " Robert Yang
@ 2015-03-11 10:25   ` Richard Purdie
  2015-03-12  1:31     ` Robert Yang
  0 siblings, 1 reply; 4+ messages in thread
From: Richard Purdie @ 2015-03-11 10:25 UTC (permalink / raw)
  To: Robert Yang; +Cc: poky

On Wed, 2015-03-11 at 03:20 -0700, Robert Yang wrote:
> Otherwise lib32-python would be built because lib32-opkg-utils depends
> on it and cause build errors:
> 
> ./libpython2.7.so: undefined reference to `localeconv'
> ./libpython2.7.so: undefined reference to `towlower'
> ./libpython2.7.so: undefined reference to `iswlower'
> ./libpython2.7.so: undefined reference to `nl_langinfo'
> ./libpython2.7.so: undefined reference to `iswupper'
> ./libpython2.7.so: undefined reference to `iswalpha'
> ./libpython2.7.so: undefined reference to `towupper'
> ./libpython2.7.so: undefined reference to `iswspace'

I have to ask, does using multilib with poky-tiny even make sense?

Cheers,

Richard



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

* Re: [PATCH 1/1] poky-tiny.conf: clean PACKAGECONFIG for lib32-opkg-utils
  2015-03-11 10:25   ` Richard Purdie
@ 2015-03-12  1:31     ` Robert Yang
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2015-03-12  1:31 UTC (permalink / raw)
  To: Richard Purdie; +Cc: poky



On 03/11/2015 06:25 PM, Richard Purdie wrote:
> On Wed, 2015-03-11 at 03:20 -0700, Robert Yang wrote:
>> Otherwise lib32-python would be built because lib32-opkg-utils depends
>> on it and cause build errors:
>>
>> ./libpython2.7.so: undefined reference to `localeconv'
>> ./libpython2.7.so: undefined reference to `towlower'
>> ./libpython2.7.so: undefined reference to `iswlower'
>> ./libpython2.7.so: undefined reference to `nl_langinfo'
>> ./libpython2.7.so: undefined reference to `iswupper'
>> ./libpython2.7.so: undefined reference to `iswalpha'
>> ./libpython2.7.so: undefined reference to `towupper'
>> ./libpython2.7.so: undefined reference to `iswspace'
>
> I have to ask, does using multilib with poky-tiny even make sense?

Maybe not:-), I'm fine to drop this patch, the lib32-comre-image-minimal
works well when poky-tiny with this patch.

// Robert

>
> Cheers,
>
> Richard
>
>
>


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

end of thread, other threads:[~2015-03-12  1:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-11 10:20 [PATCH 0/1] poky-tiny.conf: clean PACKAGECONFIG for lib32-opkg-utils Robert Yang
2015-03-11 10:20 ` [PATCH 1/1] " Robert Yang
2015-03-11 10:25   ` Richard Purdie
2015-03-12  1:31     ` Robert Yang

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.