[OE-core] how to check which package is installed for specific image, and whey it is installed?

2017-07-13 Thread Yi Qingliang
Hello, I checked the 'taskexp', but can't get what I want. I want to know what package is installed, and why it is installed, indeed, for 'systemd-vconsole-setup'. Thanks! Yi Qingliang -- ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] [meta-qt5] the QV4 engine will crash result in SIGSEGV

2016-08-25 Thread Yi Qingliang
sorry! On Thu, Aug 25, 2016 at 9:34 AM, Burton, Ross <ross.bur...@intel.com> wrote: > meta-qt5 bugs should go to openembedded-devel@, not -core@. > > Ross > > On 25 August 2016 at 08:45, Yi Qingliang <niqingliang2...@gmail.com> wrote: >> >> bug detail: &

[OE-core] [meta-qt5] the QV4 engine will crash result in SIGSEGV

2016-08-25 Thread Yi Qingliang
bug detail: https://bugs.archlinux.org/task/49723 patch: https://git.archlinux.org/svntogit/packages.git/tree/trunk/qt5-declarative-gcc6.patch?h=packages/qt5-declarative Yi Qingliang -- ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] [BUG] gcc: require neon on arch without neon

2016-07-20 Thread Yi Qingliang
https://bugzilla.yoctoproject.org/show_bug.cgi?id=9991 On Tue, Jul 19, 2016 at 3:03 PM, Khem Raj <raj.k...@gmail.com> wrote: > Thanks. You can open a yp bugzilla to track it or even better send this > patch backported > > > On Jul 18, 2016 11:53 PM, "Yi Qingliang&q

[OE-core] [BUG] gcc: require neon on arch without neon

2016-07-19 Thread Yi Qingliang
); | ^ bug description: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71056 upstream patch: https://gcc.gnu.org/viewcvs/gcc?view=revision=236910 mirror on github: https://github.com/gcc-mirror/gcc/commit/84d2a5509892b65ed60d39e6e2f9719e3762e40e Yi Qingliang

[OE-core] software implementation opengl

2016-02-03 Thread Yi Qingliang
. and the mesa in poky dropped fbdev. Yi Qingliang -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] can't compile ffmpeg without x11

2016-02-02 Thread Yi Qingliang
e. can I use ffmpeg without x11 ? (indeed, I want to use opencv) the old poky will work with libav, but now libav has been dropped. Yi Qingliang -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.

Re: [OE-core] [RFC PATCH 1/2] android-tools: import android-tools from meta-smartphone into oe-core

2015-08-31 Thread Yi Qingliang
can we compile android system using oe? the Makefile system of android is too complicated to load/use. On Mon, Aug 31, 2015 at 10:28 PM, Nicolas Dechesne wrote: > On Mon, Aug 31, 2015 at 4:12 PM, Otavio Salvador > wrote: >>>

Re: [OE-core] gcc 5.2 failures

2015-07-27 Thread Yi Qingliang
using gcc 5.1, the boost statechart library compile fail. On Mon, Jul 27, 2015 at 9:20 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 15-07-27 05:30 AM, Richard Purdie wrote: I've run a gcc 5.2 test build on the autobuilder:

Re: [OE-core] zImage-dtb

2015-06-24 Thread Yi Qingliang
Oh, forgot one thing. it looks like a function android provided. On Wed, Jun 24, 2015 at 10:10 AM, Yi Qingliang niqingliang2...@gmail.com wrote: Hello, has someone used the zImage-dtb? the zImage-dtb will concatenate multiple dtbs append to zImage. How the kernel select dtb

[OE-core] zImage-dtb

2015-06-23 Thread Yi Qingliang
Hello, has someone used the zImage-dtb? the zImage-dtb will concatenate multiple dtbs append to zImage. How the kernel select dtb in running time? Yi Qingliang -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] zImage-dtb

2015-06-23 Thread Yi Qingliang
Hello, has someone used the zImage-dtb? the zImage-dtb will concatenate multiple dtbs append to zImage. How the kernel select dtb in running time? Yi Qingliang -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] openssh on read-only systemd rootfs

2015-01-07 Thread Yi Qingliang
Hello, in 'image.bbclass', I found some logic for openssh running on readonly rootfs, but only in sysvinit branch. do we need similar logic in systemd branch? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] where is the 'libGL.so.*?

2014-11-03 Thread Yi Qingliang
I have removed 'x11' in 'DISTRO_FEATURE', I don't know if it is the reason. On Mon, Nov 3, 2014 at 10:43 AM, Yi Qingliang niqingliang2...@gmail.com wrote: Hello, I'm using poky with 'meta-qt5'. when compiling qtbase, it said that can't find 'libGL.so'. the mesa is the default

[OE-core] where is the 'libGL.so.*?

2014-11-02 Thread Yi Qingliang
Hello, I'm using poky with 'meta-qt5'. when compiling qtbase, it said that can't find 'libGL.so'. the mesa is the default provider of virtual/libgl, but there isn't 'libGL.so.*' in package 'libgl-mesa'. any idea? thanks! Yi Qingliang

Re: [OE-core] [PATCH] boost: fix atomics for armv6

2014-09-28 Thread Yi Qingliang
It work for me on my s3c6410 board. The new image run without exception. Signed-off-by: Yi Qingliang niqingliang2...@gmail.com niqingliang2...@gmail.com On Sun, Sep 28, 2014 at 11:37 PM, Peter A. Bigot p...@pabigot.com wrote: meta-raspberrypi and some other systems are ARMv6k but tell OE

Re: [OE-core] boost 1.56 compile fail

2014-09-27 Thread Yi Qingliang
https://github.com/boostorg/atomic/commit/415db7054723291042e4ff1ffa8fdd5bc8b07163 Please, see if it helps in your case. https://svn.boost.org/trac/boost/ticket/10446 On Mon, Sep 1, 2014 at 7:37 PM, Peter A. Bigot p...@pabigot.com wrote: On 08/31/2014 09:31 PM, Yi Qingliang wrote

[OE-core] libav

2014-09-03 Thread Yi Qingliang
why there are two versions libav in oe-core? what's the difference? why the opencv will use the 0.8.x version, but not 9.x version? does it should use the higher version? libav 0.8.x has warning: WARNING: QA Issue: ELF binary

[OE-core] boost 1.56 compile fail

2014-08-29 Thread Yi Qingliang
, or the boost problem, any idea? Yi Qingliang -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] boost 1.56 compile fail

2014-08-29 Thread Yi Qingliang
and use 'gcc_atomic' in platform.hpp just for 4.8.x 4.9.x, #if ((defined(__GNUC__) ((__GNUC__ * 100 + __GNUC_MINOR__) = 407)) I don't know why low version gcc can do the lock free atomic operation, but high version can't On Fri, Aug 29, 2014 at 11:28 AM, Yi Qingliang niqingliang2

[OE-core] eglib is dead?

2014-06-19 Thread Yi Qingliang
Hello, this morning I have seen that: http://www.phoronix.com/scan.php?page=news_itempx=MTcyNDY it said that the eglibc is a dead project, and most feature had been merged into glibc at version 2.19. so maybe we should drop eglibc, and switch back to glibc? Yi

[OE-core] serial console problem

2014-03-26 Thread Yi Qingliang
Hi, after update to the latest git version of poky, my image can't start the serial console, i.e. I can't login, I'm using systemd as the init manager. any idea? log: Freeing init memory: 132K systemd[1]: systemd 211 running in system mode. (-PAM +LIBWRAP - AUDIT -SELINUX +IMA

Re: [OE-core] serial console problem

2014-03-26 Thread Yi Qingliang
On Wednesday, March 26, 2014 06:06:36 PM Yi Qingliang wrote: Hi, after update to the latest git version of poky, my image can't start the serial console, i.e. I can't login, I'm using systemd as the init manager. any idea? log: Freeing init memory: 132K systemd[1]: systemd 211

Re: [OE-core] serial console problem

2014-03-26 Thread Yi Qingliang
On Wednesday, March 26, 2014 11:16:44 AM Jacob Kroon wrote: Hi Yi, On Wed, Mar 26, 2014 at 11:06 AM, Yi Qingliang niqingliang2...@gmail.comwrote: Hi, after update to the latest git version of poky, my image can't start the serial console, i.e. I can't login, I'm using

[OE-core] kernel and boost will recompile every time

2013-11-26 Thread Yi Qingliang
Hello. I know the kernel will recompile every time for recent update, and I found the boost will also do like that, even I have sstate cache in my own server. How to debug this problem? -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com

Re: [OE-core] kernel and boost will recompile every time

2013-11-26 Thread Yi Qingliang
On Wednesday, November 27, 2013 03:03:36 AM Martin Jansa wrote: On Wed, Nov 27, 2013 at 09:51:22AM +0800, Yi Qingliang wrote: Hello. I know the kernel will recompile every time for recent update, and I found the boost will also do like that, even I have sstate cache in my own

Re: [OE-core] kernel build fail after update

2013-11-19 Thread Yi Qingliang
On Tuesday, November 19, 2013 11:35:14 AM Phil Blundell wrote: On Tue, 2013-11-19 at 09:24 +, Phil Blundell wrote: On Tue, 2013-11-19 at 07:21 +0800, Yi Qingliang wrote: I found one patch 'Use hardlinks for do_populate_sysroot for speed' may be related with this error. The failure

[OE-core] kernel build fail after update

2013-11-18 Thread Yi Qingliang
with exit code '1' -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] boost package fail

2013-11-04 Thread Yi Qingliang
this file. so the different result in this error is: the failure machine installed package 'boost-build'. after remove 'boost-build' from Archlinux and bitbake -c clean boost, I have done package correctly. I think it is oe bug, do you think so:)? -- Nanjing Jilong Yi

[OE-core] systemd getty

2013-10-28 Thread Yi Qingliang
Hello, my QT app can't response to key, when tty1 hold by getty. how to disable getty@tty1.service when generating image? -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] qt 4.8.5 package error

2013-07-15 Thread Yi Qingliang
On Monday, July 15, 2013 09:48:15 AM Paul Eggleton wrote: On Monday 15 July 2013 09:12:23 Yi Qingliang wrote: hello, I'm using latest poky, when packaging qte, got following error, any idea? Please pull the latest changes, this has been switched back to a warning

Re: [OE-core] boost 1.54 compile fail

2013-07-11 Thread Yi Qingliang
On Thursday, July 11, 2013 09:30:30 AM Martin Jansa wrote: On Thu, Jul 11, 2013 at 09:54:28AM +0800, Yi Qingliang wrote: maybe it is the gcc's fault (recently it is updated to 4.8.x in poky) I can found uintptr_t in cstdint, but it is wrapped by a c99 related macro. See http

[OE-core] boost 1.54 compile fail

2013-07-10 Thread Yi Qingliang
/thread/src/pthread/thread.cpp:11: -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] boost 1.54 compile fail

2013-07-10 Thread Yi Qingliang
maybe it is the gcc's fault (recently it is updated to 4.8.x in poky) I can found uintptr_t in cstdint, but it is wrapped by a c99 related macro. On Wednesday, July 10, 2013 04:21:02 PM Yi Qingliang wrote: Hello! after update poky to latest git version, I got failure when compiling boost

[OE-core] nativesdk-dbus do_package error

2013-07-03 Thread Yi Qingliang
3232 didn't need to be rerun and 1 failed. -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] systemd

2013-07-01 Thread Yi Qingliang
is not installed error: package base-passwd is not installed error: package run-postinsts is not installed Any idea? Thanks! -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] qt keyboard problem

2013-05-16 Thread Yi Qingliang
On Thursday, May 16, 2013 04:51:04 PM Slater, Joseph wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core- boun...@lists.openembedded.org] On Behalf Of Yi Qingliang Sent: Tuesday, May 14, 2013 11:19 PM To: openembedded-core

[OE-core] qt keyboard problem

2013-05-15 Thread Yi Qingliang
idea? -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] qt keyboard problem

2013-05-15 Thread Yi Qingliang
On Wednesday, May 15, 2013 10:18:41 AM Mike Looijmans wrote: On 05/15/2013 10:10 AM, Yi Qingliang wrote: On Wednesday, May 15, 2013 10:05:45 AM Mike Looijmans wrote: On 05/15/2013 08:19 AM, Yi Qingliang wrote: I'm running qt application on yocto's qt image. cpu is s3c2442, like mini2440

Re: [OE-core] systemd/sysvinit in the 1.4 release

2013-04-18 Thread Yi Qingliang
___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list

Re: [OE-core] [PATCH] local.conf.sample: Have comments ready to go for quad-core (4 - 8).

2013-04-18 Thread Yi Qingliang
-- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] gcc compile error

2013-04-16 Thread Yi Qingliang
On Tuesday, April 16, 2013 09:10:43 AM Jack Mitchell wrote: On 16/04/13 05:38, Yi Qingliang wrote: hello, i'm using archlinux, the gcc is 4.8.0. when compiling gcc 4.7.2 in oe, I got the error: | /mnt/src/arm9plf-build/tmp/work-shared/gcc-4.7.2- r19/gcc-4.7.2/libgcc/libgcc2.c

[OE-core] gcc compile error

2013-04-15 Thread Yi Qingliang
: internal compiler error: Segmentation fault -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [RFT] GCC 4.8 recipes

2013-03-28 Thread Yi Qingliang
in OE-Core Thanks for your time -Khem ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com

Re: [OE-core] [RFT] GCC 4.8 recipes

2013-03-28 Thread Yi Qingliang
it looks like no qt5 embedded? On Thursday, March 28, 2013 09:29:15 AM Koen Kooi wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 28-03-13 08:36, Yi Qingliang schreef: GREAT! qt5 is another one I expected! https://github.com/meta-qt5/meta-qt5 -BEGIN PGP SIGNATURE

[OE-core] own-mirrors parse error?

2013-02-17 Thread Yi Qingliang
?$://.*/.* ${SOURCE_MIRROR_URL} there is not http://, after added: http://.*/.*${SOURCE_MIRROR_URL} everything is OK. so maybe recent commit broke up the https?$ parsing? -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core

[OE-core] download speed problem

2013-01-17 Thread Yi Qingliang
did you have done speed limit for the yocto source server recently? I can only get 10KBps :( -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http

Re: [OE-core] core-image-minimal boot problem

2013-01-14 Thread Yi Qingliang
? THANKS Nanjing Jilong Yi Qingliang On Mon, Jan 14, 2013 at 7:23 AM, Yi Qingliang niqingliang2...@gmail.comwrote: I have got something, after change the DEBUG to 1 in sysvinit/src/init.h, the pause between and after INIT: version 2.88 booting missed. add -i to the /sbin/agetty line in /etc

[OE-core] core-image-minimal boot problem

2013-01-13 Thread Yi Qingliang
I have compiled a core-image-minimal running on my s3c2442 board. both the kernel and barebox are compiled based on mini2440. the fs is ubifs. after set rtc, stop several seconds. and the continue mount rootfs. when execute sysvinit, after print INIT:, stop long time, and then print version

Re: [OE-core] core-image-minimal boot problem

2013-01-13 Thread Yi Qingliang
On Sunday, January 13, 2013 07:29:52 PM you wrote: I have compiled a core-image-minimal running on my s3c2442 board. both the kernel and barebox are compiled based on mini2440. the fs is ubifs. after set rtc, stop several seconds. and the continue mount rootfs. when execute sysvinit,

Re: [OE-core] [PATCH 00/21][RFC v3] systemd Integration

2013-01-13 Thread Yi Qingliang
When add it in the oe-core? On Friday, January 11, 2013 03:23:06 PM Saul Wold wrote: On 01/08/2013 04:24 AM, Radu Moisan wrote: As Ross suggested I've done the following changes to the previous set: * added two patches (the first two) that address multiple init systems support,\ as in

Re: [OE-core] core-image-minimal boot problem

2013-01-13 Thread Yi Qingliang
can you give some suggestions? I have struggled on it for 4days with a big headache.:( On Sunday, January 13, 2013 07:29:52 PM Yi Qingliang wrote: I have compiled a core-image-minimal running on my s3c2442 board. both the kernel and barebox are compiled based on mini2440. the fs is ubifs

Re: [OE-core] core-image-minimal boot problem

2013-01-13 Thread Yi Qingliang
at 4:29 PM, Yi Qingliang niqingliang2...@gmail.comwrote: can you give some suggestions? I have struggled on it for 4days with a big headache.:( On Sunday, January 13, 2013 07:29:52 PM Yi Qingliang wrote: I have compiled a core-image-minimal running on my s3c2442 board. both the kernel

Re: [OE-core] glib2.0 and dbus dependency

2013-01-11 Thread Yi Qingliang
On Friday, January 11, 2013 05:30:55 PM ChenQi wrote: On 01/11/2013 02:31 AM, Yi Qingliang wrote: when compiling using 4 threads, I got following error. the glib2.0-native want find dbus header file. If I compiled dbus/dbus-natigve, and then compile glib2.0 OK. when grep glib2.0 bb

[OE-core] glib2.0 and dbus dependency

2013-01-10 Thread Yi Qingliang
when compiling using 4 threads, I got following error. the glib2.0-native want find dbus header file. If I compiled dbus/dbus-natigve, and then compile glib2.0 OK. when grep glib2.0 bb files, I can't find dbus in dependency, why? ERROR: Function failed: do_compile (see /mnt/src/arm9plf-

Re: [OE-core] glib2.0 and dbus dependency

2013-01-10 Thread Yi Qingliang
On Thursday, January 10, 2013 11:42:53 AM Martin Jansa wrote: On Thu, Jan 10, 2013 at 06:31:22PM +, Yi Qingliang wrote: when compiling using 4 threads, I got following error. the glib2.0-native want find dbus header file. If I compiled dbus/dbus-natigve, and then compile glib2.0 OK

Re: [OE-core] glib2.0 and dbus dependency

2013-01-10 Thread Yi Qingliang
On Friday, January 11, 2013 02:52:12 AM Martin Jansa wrote: On Fri, Jan 11, 2013 at 09:18:06AM +, Yi Qingliang wrote: On Thursday, January 10, 2013 11:42:53 AM Martin Jansa wrote: On Thu, Jan 10, 2013 at 06:31:22PM +, Yi Qingliang wrote: when compiling using 4 threads, I got

Re: [OE-core] disk space problem

2012-12-30 Thread Yi Qingliang
On Saturday, December 29, 2012 06:07:27 PM Otavio Salvador wrote: On Sat, Dec 29, 2012 at 1:09 PM, Yi Qingliang niqingliang2...@gmail.com wrote: When using poky, I got following problem: WARNING: The free inode of /dev/md127 is running low (0.000K left) ERROR: Immediately abort since

[OE-core] disk space problem

2012-12-29 Thread Yi Qingliang
is reiserfs, the 'statvfs' call in bitbake got a zero f_favail. I don't know it is feature of reiserfs, or bug of reiserfs driver, or python's problem. Any idea? Yi Qingliang Nanjing Jilong ___ Openembedded-core mailing list Openembedded-core

Re: [OE-core] RFC: systemd integration

2012-12-19 Thread Yi Qingliang
GREAT!!! I have asked systemd status in yocto, maybe I can use your branch instead! THANKS! On Wednesday, December 19, 2012 07:20:45 PM Radu Moisan wrote: Hi guys, I have prepared a branch on poky-contrib (rmoisan/systemd) where I pulled systemd from meta-openembedded. The goal is to

[OE-core] how to use meta-toolchain-qte?

2012-12-18 Thread Yi Qingliang
is the coressponding env setup script? Yi Qingliang Nanjing Jilong ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] how to use the eclipse plugin with custom project (my own Makefile or qt project)

2012-12-17 Thread Yi Qingliang
Hi, All! how to use the eclipse plugin with custom project (my own Makefile or qt project)? the yocto project support autotools, but I don't want to use autotools. thanks! Yi Qingliang Nanjing Jilong ___ Openembedded-core mailing list Openembedded

[OE-core] how about the 'systemd' status?

2012-12-12 Thread Yi Qingliang
Hi, All! how about the systemd status? I'm using Arch Linux, after transite to systemd, the time from power on to enter desktop has been greatly improved. So I doubt the systemd status about yocto. (the meta-systemd' is labed deprecated.) on the openembedded.org, the systemd is

[OE-core] how to change the resolution of qemux86 machine to 320x240?

2012-12-11 Thread Yi Qingliang
Hi! I have a s3c2442 system with 320x240 touch screen, and I want use qemux86 to simulate it on pc. I googled, got vga=xxx in kernel arguments, but no success. use vga=ask can select resolution, but no 320x240. what's the right way? Yi Qingliang Nanjing Jilong

Re: [OE-core] how to change the resolution of qemux86 machine to 320x240?

2012-12-11 Thread Yi Qingliang
On Tuesday, December 11, 2012 11:07:00 AM Marcin Juszkiewicz wrote: W dniu 11.12.2012 17:54, Yi Qingliang pisze: Hi! I have a s3c2442 system with 320x240 touch screen, and I want use qemux86 to simulate it on pc. I googled, got vga=xxx in kernel arguments, but no success. use vga

[OE-core] how to customize the qt4e-demo-image?

2012-12-09 Thread Yi Qingliang
is the simplest way? PS: what's problem about gtk dependency? it should not like that. Yi Qingliang Nanjing Jilong ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [oe-core] why recompile gcc-cross/eglibc when update linux package?

2012-12-05 Thread Yi Qingliang
that's it!!! I think the version of linux-libc-headers should be same as kernel, in other words, use same source code, so I have updated both of them. VERY THANKS!!! On Wednesday, December 05, 2012 09:29:18 AM Richard Purdie wrote: On Wed, 2012-12-05 at 10:16 +, Yi Qingliang wrote: I

[OE-core] [oe-core] why recompile gcc-cross/eglibc when update linux package?

2012-12-04 Thread Yi Qingliang
I update the kernel from 3.6.6 to 3.6.9, and recompile it: bitbake linux but it will recompile eglibc/gcc-cross first, so long time:( why? the eglibc will use kernel header? if so, understand. but what about gcc-cross? Yi Qingliang Nanjing Jilong

Re: [OE-core] why remove yaffs2?

2012-12-03 Thread Yi Qingliang
clear, thanks!!! On Monday, December 03, 2012 03:54:32 PM Richard Purdie wrote: On Mon, 2012-12-03 at 14:03 +, niqingliang2...@gmail.com wrote: Hi, All: I have untouched oe for several months, and recently found that yaffs is dropped, and also in official kernel, why? We removed