[OE-core] building SDK

2011-12-06 Thread Sergey Lapin
Hi, all! Is it known how to build custom SDK with current OE-core based build system? Also how to put basic toolchain into device image? Thanks a lot, S. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc into the compatible host list

2011-12-22 Thread Sergey Lapin
On Wed, Dec 21, 2011 at 9:07 PM, Richard Purdie wrote: > On Wed, 2011-12-21 at 06:21 +, Luo Zhenhua-B19537 wrote: >> Since nobody confirm that it works on mips, I will create a new patch to >> define COMPATIBLE_HOST as following, does it make sense? >>       COMPATIBLE_HOST = >> '(i.86|x86_6

[OE-core] python-2.7.2 is broken

2012-01-26 Thread Sergey Lapin
Hi, oe-core build of python 2.7.2 is broken regarding the following modules: Python build finished, but the necessary bits to build these modules were not found: _bsddb _curses_curses_panel _tkinter bsddb185 dbm dl imageoplin

Re: [OE-core] python-2.7.2 is broken

2012-01-27 Thread Sergey Lapin
> Could you file a bug at bugzilla.yoctoproject.org please. > > Thanks >        Sau! Sorry, I fail to see where this bug belongs, no matching products. S. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtog

Re: [OE-core] [patch-v2 0/7] Various recipe upgrades

2012-02-03 Thread Sergey Lapin
On Fri, Feb 3, 2012 at 7:57 PM, Richard Purdie wrote: > On Wed, 2012-02-01 at 15:40 -0800, nitin.a.kam...@intel.com wrote: >> From: Nitin A Kamble >> >> Just upgrades. And some cleanups as per comments on v1 pull request. >> >> Nitin >> >> The following changes since commit 8d4d9a15c4947e55ed217c

[OE-core] systemd.bbclass problems

2012-02-08 Thread Sergey Lapin
Hi, all! For some reason the following doesn't work: inherit systemd ... SYSTEMD_PACKAGES = "pongo" SYSTEMD_SERVICE_${PN} = "client1.service client2.service sms.service \ registry.service alarm.service \ geos-dbus.service gpsd-dbus-client.service" While it produc

[OE-core] multiple kernel builds

2012-03-01 Thread Sergey Lapin
Hi, all! How could I achieve multiple kernel packages builds in single build? I need multiple kernel configurations for single hardware (which will live in single build and booted on request). So I need to put 2 uImages on one ubifs partition or different mtd partitions, which is ok. But I need

[OE-core] broken ncurses support for python

2012-03-06 Thread Sergey Lapin
commit dd05e06b89906002f68d616a6326c962e725bc54 Author: Christopher Larson Date: Tue Jan 10 13:51:18 2012 -0600 ncurses-native: install to libdir, not base_libdir breaks python ncurses support. Any ideas on proper fixing? For myself I revert this locally and everything works perfectly. (I

Re: [OE-core] broken ncurses support for python

2012-03-06 Thread Sergey Lapin
On Tue, Mar 6, 2012 at 3:08 PM, Sergey Lapin wrote: > commit dd05e06b89906002f68d616a6326c962e725bc54 > Author: Christopher Larson > Date:   Tue Jan 10 13:51:18 2012 -0600 > >    ncurses-native: install to libdir, not base_libdir I was wrong with this one, actual culprit is th

[OE-core] python build check

2012-03-06 Thread Sergey Lapin
Hi, all! is there some custom QA mechanism to run on compilation output to detect Bad Things? I need to check that mandatory modules in Python are built properly (like _hashlib). Because it reports normal status but becomes unusable in non-obvious way. It prints failed modules on stdout during co

Re: [OE-core] broken ncurses support for python

2012-03-06 Thread Sergey Lapin
On Tue, Mar 6, 2012 at 11:20 PM, Scott Garman wrote: > On 03/06/2012 05:06 AM, Sergey Lapin wrote: >> >> On Tue, Mar 6, 2012 at 3:08 PM, Sergey Lapin  wrote: >>> >>> commit dd05e06b89906002f68d616a6326c962e725bc54 >>> Author: Christopher Larson