[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 maili

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 wrote: > meta-qt5 bugs should go to openembedded-devel@, not -core@. > > Ross > > On 25 August 2016 at 08:45, Yi Qingliang wrote: >> >> bug detail: >> https://bugs.archlinux.org/task/49723 >> >> pa

[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 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" wrote: >> >>

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

2016-07-18 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&revision=236910 mirror on github: https://github.com/gcc-mirror/gcc/commit/84d2a5509892b65ed60d39e6e2f9719e3762e40e Yi Qingl

[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
detection in 'PACKAGECONFIG' will not work anymore. 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 Openemb

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: >>> compared to 'regular' ext4 images , fastboot added the (convenient) >>>

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 wrote: > On 15-07-27 05:30 AM, Richard Purdie wrote: >> >> I've run a gcc 5.2 test build on the autobuilder: >> >> >> http://errors.yoctoproject.org/Errors/Search/?items=10&query=3628c3c06fa4

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 wrote: > Hello, > has someone used the "zImage-dtb"? > > the "zImage-dtb" will concatenate multiple dtbs append to zImage. > How th

[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 li

[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 li

[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 http://lists.op

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 wrote: > Hello, > I'm using poky with 'meta-qt5'. when compiling qtbase, it said that > can't find 'libGL.s

[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 

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 On Sun, Sep 28, 2014 at 11:37 PM, Peter A. Bigot wrote: > meta-raspberrypi and some other systems are ARMv6k but tell OE that > they're ARMv6 which doesn't fully support

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 wrote: > On 08/31/2014 09:31 PM, Yi Qingliang wrote: > > then wh

[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 '/mnt/qt5-test/build/tmp/work/armv6-vfp-jilong-linux-gnueabi/libav/0.8.

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, Y

[OE-core] boost 1.56 compile fail

2014-08-29 Thread Yi Qingliang
FENCE' as 2. so the conflict is: *BOOST_ATOMIC_THREAD_FENCE* and *BOOST_ATOMIC_FLAG_LOCK_FREE* I don't know it is the new poky problem, 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

[OE-core] eglib is dead?

2014-06-19 Thread Yi Qingliang
quot;eglibc", and switch back to "glibc"? Yi Qingliang 20140620 -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

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 wrote: > > Hi, > > > > after update to the latest git version of poky, my image can't > > > > start > > the serial

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: > >

[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 +SYSVINI

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

[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 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' > &g

[OE-core] kernel build fail after update

2013-11-18 Thread Yi Qingliang
ERROR: Task 3 (/mnt/src/optimus/poky/../meta-jilong/recipes- kernel/linux/linux-jilong.bb, do_populate_sysroot) failed 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
the success machine don't have 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

[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

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 chang

[OE-core] intercept script "update_font_cache" failed, falling back to running postinstalls at first boot

2013-07-14 Thread Yi Qingliang
3-January/000452.html it said that the fc-cache would have --sysroot option, maybe we can use it to avoid postintall? -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing list Openembedded-core@li

[OE-core] qt 4.8.5 package error

2013-07-14 Thread Yi Qingliang
mples/declarative/cppextensions/plugins/.debug/libqmlqwidgetsplugin.so ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa -- Nanjing Jilong Yi Qingliang niqingliang2...@gmail.com ___ Openembedded-core mailing

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 r

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 c

[OE-core] boost 1.54 compile fail

2013-07-10 Thread Yi Qingliang
c/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

[OE-core] nativesdk-dbus do_package error

2013-07-02 Thread Yi Qingliang
mary: Attempted 4092 tasks of which 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

Re: [OE-core] systemd

2013-07-02 Thread Yi Qingliang
On Tuesday, July 02, 2013 09:35:20 AM Yi Qingliang wrote: > Hi, All: > > I want use systemd, add following into my own distro.conf > DISTRO_FEATURES_append = " systemd" > VIRTUAL-RUNTIME_init_manager = "systemd" > DISTRO_FEATURES_BACKFILL

Re: [OE-core] systemd

2013-07-02 Thread Yi Qingliang
On Tuesday, July 02, 2013 09:35:20 AM Yi Qingliang wrote: > Hi, All: > > I want use systemd, add following into my own distro.conf > DISTRO_FEATURES_append = " systemd" > VIRTUAL-RUNTIME_init_manager = "systemd" > DISTRO_FEATURES_BACKFILL

[OE-core] systemd

2013-07-01 Thread Yi Qingliang
or: package update-rc.d 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

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

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 yoc

Re: [OE-core] qt keyboard problem

2013-05-15 Thread Yi Qingliang
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. > > > > the problem is: > > > > key event issued

[OE-core] qt keyboard problem

2013-05-14 Thread Yi Qingliang
n /etc/inittab, everything ok. any 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] [PATCH] local.conf.sample: Have comments ready to go for quad-core (4 -> 8).

2013-04-18 Thread Yi Qingliang
ed, > so I currently leave it at 3.8GHz over-clocked. > > I'm using two SSDs in a RAID 0 striped configuration, and build times is > around 22 minutes for a Zynq-7-ZC702 build for core-image-minimal. > > Elvis Dowson > ___ > 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 Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

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

2013-04-18 Thread Yi Qingliang
builder > isn't able to help with this although obviously that is something we > need to fix in the 1.5 cycle. > > Cheers, > > Richard > > > > > > _______ > Openembedded-core maili

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.

[OE-core] gcc compile error

2013-04-15 Thread Yi Qingliang
libgcc2.c:273:1: 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
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 >

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

2013-03-28 Thread Yi Qingliang
ailing 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 Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[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 ___ Openemb

[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 h

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

2013-01-14 Thread Yi Qingliang
suggestion? THANKS Nanjing Jilong Yi Qingliang On Mon, Jan 14, 2013 at 7:23 AM, Yi Qingliang wrote: > 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 /s

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

2013-01-13 Thread Yi Qingliang
m. On Sun, Jan 13, 2013 at 4:29 PM, Yi Qingliang wrote: > 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

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

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 i

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 sysvin

[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 2

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 O

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 +0000, 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: > > > >

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 +0000, 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

[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- buil

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 wrote: > > When using poky, I got following problem: > > > > WARNING: The free inode of /dev/md127 is running low (0.000K left) > > ERROR: Immediately

[OE-core] disk space problem

2012-12-29 Thread Yi Qingliang
27; 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@lists.openembedded.

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 merg

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

2012-12-18 Thread Yi Qingliang
"meta-toolchain-qte", but how to use it? where 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 Openemb

[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 meta-openembedd

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, go

[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

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

2012-12-09 Thread Yi Qingliang
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 +0000, Yi Qingliang wrot

[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? > > W