Re: [OE-core] [PATCH] runqemu: take TMPDIR from bitbake

2011-06-13 Thread Yury Bushmelev
ake is frequently used task. May be our bitbake people will add some special mode to bitbake for this? E.b. like bsd make have (make -V KERNCONF)[1]. I would suggest syntax like 'bitbake -V TMPDIR' [1] http://www.freebsd.org/cgi/man.cgi?query=mak

Re: [OE-core] [PATCH] runqemu: take TMPDIR from bitbake

2011-06-14 Thread Yury Bushmelev
2011/6/14 Anders Darander : > On Tue, Jun 14, 2011 at 00:22, Yury Bushmelev wrote: >> 2011/6/13 Anders Darander : >>> +        # We have bitbake in PATH, get TMPDIR from bitbake >>> +        TMPDIR=`bitbake -e | grep TMPDIR=\" | cut -d '=' -f2 | cut -d &

[OE-core] [cross-post] OE web- and git-server are down

2011-06-21 Thread Yury Bushmelev
your replies if any :) -- Yury Bushmelev ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] Recipes with disabled parallel make

2012-02-12 Thread Yury Bushmelev
of these > are fixed by time or can be fixed > > it can help in paralleling the build a bit more. I can run set of builds to check is P_M still needed for that recipes or not. But I need suggestion - what MACHINE/DISTRO/IMAGE to build? -- Yury Bushmelev _

Re: [OE-core] Recipes with disabled parallel make

2012-03-02 Thread Yury Bushmelev
KE="-j 5" for ARCH'es: qemuarm, qemumips and qemux86. I've attached patch which enable P_M for recipes from list #2. I hope someone else will test it in own environment (not safe for production, use separate branch). -- Yury Bushmelev From 31ea9e54b8a1b31fd85b0e512a2c12767784

Re: [OE-core] Recipes with disabled parallel make

2012-03-02 Thread Yury Bushmelev
2012/3/3 Khem Raj : > On Fri, Mar 2, 2012 at 2:29 PM, Yury Bushmelev wrote: >> 2012/2/10 Khem Raj : >>> Hi >>> >>> Just grepped for the occurances of disabled parallel make and I see >>> around 40 cases on oe-core [skip] >> I've attached

Re: [OE-core] Recipes with disabled parallel make

2012-03-02 Thread Yury Bushmelev
2012/3/3 Yury Bushmelev : > 2012/2/10 Khem Raj : >> Hi >> >> Just grepped for the occurances of disabled parallel make and I see >> around 40 cases on oe-core [skip] > 2. Recipes _not_ confirmed to fail with P_M enabled (i.e. are building > ok in my environment

Re: [OE-core] Recipes with disabled parallel make

2012-03-03 Thread Yury Bushmelev
2012/3/3 Khem Raj : > On Fri, Mar 2, 2012 at 11:48 PM, Yury Bushmelev wrote: >>> meta/recipes-extended/net-tools/net-tools_1.60-23.bb >> >> net-tools confirmed to fail with P_M disabled when build was run with >> BB_N_T="7" and P_M="-j 7". > &

Re: [OE-core] [OE-Core] [PATCH 1/5] Split xcb-util into separate packages.

2012-03-13 Thread Yury Bushmelev
> +SRC_URI = "http://xcb.freedesktop.org/dist/${PN}-${PV}.tar.bz2"; > >  inherit autotools pkgconfig > > ___ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > -- Yury Bushmelev ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] RFC: On-screen- / virtual-keyboard

2011-12-04 Thread Yury Bushmelev
* xvkbd http://homepage3.nifty.com/tsato/xvkbd/ * qvkeyboard http://qt-apps.org/content/show.php/QVKeyboard?content=77983 * Florence http://florence.sourceforge.net/english.html * GTKeyboard http://www.gnu.org/software/gtkeyboard/gtkeyboard.html * Literki http://wiki.openmoko.org/wiki/Literki And "hybrid" input methods: * Dasher http://www.inference.phy.cam.ac.uk/dasher/ * QWO http://www.nongnu.org/qwo/ -- Yury Bushmelev ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH 7/7] Enable PARALLEL_MAKE for testing

2012-05-02 Thread Yury Bushmelev
1.bb > +++ b/meta/recipes-multimedia/speex/speex_1.2rc1.bb > @@ -14,7 +14,6 @@ SRC_URI = " > http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz"; > SRC_URI[md5sum] = "c4438b22c08e5811ff10e2b06ee9b9ae" > SRC_URI[sha256sum] = > "342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6" > > -PARALLEL_MAKE = "" > > inherit autotools pkgconfig > > diff --git a/meta/recipes-support/icu/icu-3.6.inc > b/meta/recipes-support/icu/icu-3.6.inc > index e3f9dd2..d3264ae 100644 > --- a/meta/recipes-support/icu/icu-3.6.inc > +++ b/meta/recipes-support/icu/icu-3.6.inc > @@ -17,7 +17,6 @@ DEPENDS_virtclass-native = "" > > S = "${WORKDIR}/icu/source" > > -PARALLEL_MAKE = "" > FULL_OPTIMIZATION_arm = "-Os" > > inherit autotools pkgconfig binconfig > diff --git > a/meta/recipes-support/libpcre/libpcre_8.21.bbb/meta/recipes-support/libpcre/ > libpcre_8.21.bb > index f5fa4ef..9477c74 100644 > --- a/meta/recipes-support/libpcre/libpcre_8.21.bb > +++ b/meta/recipes-support/libpcre/libpcre_8.21.bb > @@ -22,7 +22,6 @@ DEPENDS = "bzip2 zlib readline" > > inherit autotools binconfig > > -PARALLEL_MAKE = "" > > CFLAGS_append = " -D_REENTRANT" > CXXFLAGS_powerpc += "-lstdc++" > -- > 1.7.5.4 > > > ___ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > -- Yury Bushmelev ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Re: [OE-core] Qemu-native requires alsa-libs-native

2011-03-21 Thread Yury Bushmelev
d (2). we may use different recipes. qemu-testing and qemu e.g. Then qemu-testing may have minimal set of features suitable only for runtime testing but qemu may have full set of features suitable for common usage. -- Yury Bushmelev ___ Openembedded-cor

Re: [OE-core] RFC: Recipe based User & Group addition, modification and deletion

2011-05-03 Thread Yury Bushmelev
51-server/Makefile: USERS= mysql GROUPS= mysql UID_FILES and GID_FILES are pointing to UIDs and GIDs files in ports dir. Sample record from UIDs file: mysql:*:88:88::0:0:MySQL Daemon:/var/db/mysql:/usr/sbin/nologin Sample record from GIDs file: mysql: