Re: [yocto] autobuilder repourl by commit

2014-04-23 Thread Flanagan, Elizabeth
Jate, Ah, looks like you're correct. If you pull the most recent master, I should have a fix for this. ResolveLayerHead was misbehaving. It's testing a full build out on dev right now, but this should fix it. -b On Wed, Apr 23, 2014 at 9:17 PM, Jate S wrote: > I checked out branch master, and

Re: [yocto] autobuilder repourl by commit

2014-04-23 Thread Jate S
I checked out branch master, and I went with your suggestions on the updated GIT environment variables. On the dora branch of the autobuilder, a forced build from the web interface would use the 'hash' properties of the repos successfully. In the master branch, this no longer seems to be the case

Re: [yocto] How to run c++ programs?

2014-04-23 Thread Christian Ege
Am 24.04.2014 04:46 schrieb "Rich Wilson" : > > I have my core-image-minimal distribution working. > Now, I would like to compile and run c++ programs. > How do get there from here? > I think bitbake -c populate_sdk is what you are looking for. This creates an SDK with the required headers and lib

Re: [yocto] How to run c++ programs?

2014-04-23 Thread Khem Raj
On Wed, Apr 23, 2014 at 7:45 PM, Rich Wilson wrote: > I have my core-image-minimal distribution working. > Now, I would like to compile and run c++ programs. > How do get there from here? > you need to add C++ runtime to the image. Which is provided by libstdc++-6 package mainly. > I'm a newbie

[yocto] How to run c++ programs?

2014-04-23 Thread Rich Wilson
I have my core-image-minimal distribution working. Now, I would like to compile and run c++ programs. How do get there from here? I'm a newbie here, so please be gentle :-) (I'm hoping I can use the Xilinx SDK for the compiler and debugger; I think I just need the libraries) Build Configuration:

Re: [yocto] autobuilder repourl by commit

2014-04-23 Thread Flanagan, Elizabeth
Hi Jate, So, I'm going off current master. I would probably check out the current master branch as we made a lot of changes in how we dealt with source stamps between now and dora. On Wed, Apr 23, 2014 at 9:20 AM, Jate S wrote: > I am on yocto-autobuilder dora branch. I would like my Nightly > s

Re: [yocto] autobuilder repourl by commit

2014-04-23 Thread Jate S
I am on yocto-autobuilder dora branch. I would like my Nightly scheduler check out some layers using the 'hash' repo setting. The default behavior seems to be that a nightly build does not receive 'commit_layername' information, and thus the CheckOutLayers object just uses the HEAD. Where might I

Re: [yocto] How does python-native work?

2014-04-23 Thread Chris Larson
On Wed, Apr 23, 2014 at 8:44 AM, Gary Thomas wrote: > First, it's a bit worrisome that you're inheriting a class for distutils >> when your build doesn't actually use distutils.. but beyond that, I don't >> think the classes inherited by >> distutils assume you'll be running python-config. Add th

Re: [yocto] How does python-native work?

2014-04-23 Thread Gary Thomas
On 2014-04-23 09:37, Chris Larson wrote: On Wed, Apr 23, 2014 at 7:57 AM, Gary Thomas mailto:g...@mlbassoc.com>> wrote: On 2014-04-23 08:21, Chris Larson wrote: On Wed, Apr 23, 2014 at 7:15 AM, Gary Thomas mailto:g...@mlbassoc.com>

Re: [yocto] How does python-native work?

2014-04-23 Thread Chris Larson
On Wed, Apr 23, 2014 at 7:57 AM, Gary Thomas wrote: > On 2014-04-23 08:21, Chris Larson wrote: > > On Wed, Apr 23, 2014 at 7:15 AM, Gary Thomas > g...@mlbassoc.com>> wrote: >> >> How is python-native supposed to work? I can see that it's >> built and installed in my tmp/sysroots/HOST bu

Re: [yocto] How does python-native work?

2014-04-23 Thread Gary Thomas
On 2014-04-23 08:21, Chris Larson wrote: On Wed, Apr 23, 2014 at 7:15 AM, Gary Thomas mailto:g...@mlbassoc.com>> wrote: How is python-native supposed to work? I can see that it's built and installed in my tmp/sysroots/HOST but it's installed in a sub-directory which is not found by

Re: [yocto] How does python-native work?

2014-04-23 Thread Chris Larson
On Wed, Apr 23, 2014 at 7:15 AM, Gary Thomas wrote: > How is python-native supposed to work? I can see that it's > built and installed in my tmp/sysroots/HOST but it's installed > in a sub-directory which is not found by normal means. > inherit pythonnative (or one of the classes that inherit i

[yocto] How does python-native work?

2014-04-23 Thread Gary Thomas
How is python-native supposed to work? I can see that it's built and installed in my tmp/sysroots/HOST but it's installed in a sub-directory which is not found by normal means. In particular, I'm trying to build a package which uses configure to discover python support and if present package a p

[yocto] PACKAGECONFIG and related parameters

2014-04-23 Thread Diego
Hi, I'd like to update the glmark2 recipe: http://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-benchmark/glmark2/glmark2_2012.12.bb to latest upstream version. The problem is the configure step is done with: ./waf configure --with-flavors=x11-gl,x11-glesv2 instead of the previous r

Re: [yocto] PR server doesn't always work?

2014-04-23 Thread Laurentiu Palcu
Hi Gary, Sorry for the late reply. It could be possible that the packages index files are not re-generated when you run 'bitbake package-index'. Depending on the PM you use, can you please try to remove the index files in all the directories in tmp/deploy/(ipk|deb|rpm)? So, before "Rebuild package

Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto Dora

2014-04-23 Thread Carlos Rafael Giani
Right, its 1.2.2. But 1.2.3 is just a bugfix release. Simply replacing the version number and the md5&sha256 sums should be enough. New plugins and features will be introduced in the 1.4 release. Actually, 1.2.4 just came out. I will update the versions to 1.2.4 in a few days. Sooner is not po

Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto Dora

2014-04-23 Thread Dipesh Karmakar
Hi Carlos, Thanks for your reply. Actually we have built Gst-1.2.3 and all its plugins in Ubuntu 12.10 with libdrm-2.4.53, libva-1.3.0, gst-libav-1.2.3, libva-intel-driver-1.3.0, gstreamer-vaapi-0.5.8 to test x264 vaapi with foreign window (as suggested by the vaapi maintainer). Its working qu

Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto Dora

2014-04-23 Thread Carlos Rafael Giani
Hi Dipesh, why not just use the dora branch of the meta-gstreamer1.0 layer? Carlos On 2014-04-23 10:06, Dipesh Karmakar wrote: Hi All, Can we integrate GST-1.2.3 to Dora? Is there any document available? We need it badly. Thanks, Dipesh -Original Message- From: Dipesh Karmakar Sent

Re: [yocto] eglibc-2.18 is not compiling

2014-04-23 Thread Kai Ulrich
I am using GNU Awk 4.0.2 2014-04-22 22:01 GMT+02:00 Khem Raj : > > On Apr 22, 2014 12:47 PM, "Kai Ulrich" wrote: > > > > thanx for your interest > > yes, it seams all right > > gcc-Version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) > > make-Version GNU Make 3.82 Built for x86_64-pc-linux-gnu > >

Re: [yocto] Rgardring GSTreamer1.0 integration on Yocto Dora

2014-04-23 Thread Dipesh Karmakar
Hi All, Can we integrate GST-1.2.3 to Dora? Is there any document available? We need it badly. Thanks, Dipesh -Original Message- From: Dipesh Karmakar Sent: Tuesday, April 22, 2014 12:41 PM To: 'Carlos Rafael Giani' Cc: yocto@yoctoproject.org; Meenakumari Shedole Subject: [yocto] Rgard

[yocto] [meta-selinux][PATCH 1/4] udev init: restorecon for /dev/shm, /dev/pts

2014-04-23 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- recipes-core/udev/udev/init |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/udev/udev/init b/recipes-core/udev/udev/init index 7194e8c..66359f2 100644 --- a/recipes-core/udev/udev/init +++ b/recipes-core/udev/u

[yocto] [meta-selinux][PATCH 3/4] semanage: process ValueError for sepolicy, seobject

2014-04-23 Thread wenzong.fan
From: Wenzong Fan The sepolicy, seobject modules raise many unprocessed ValueError, just process them in semanage to make the script proivdes error message but not error trace. Signed-off-by: Wenzong Fan --- ...-process-ValueError-for-sepolicy-seobject.patch | 48 recipe

[yocto] [meta-selinux][PATCH 4/4] policycoreutils: fix TypeError for seobject.py

2014-04-23 Thread wenzong.fan
From: Wenzong Fan Fix python error about: File "/usr/lib64/python2.7/site-packages/seobject.py", line 109, in log message += " sename=" + sename TypeError: cannot concatenate 'str' and 'NoneType' objects Signed-off-by: Wenzong Fan --- ...cycoreutils-fix-TypeError-for-seobject.py.patch | 3

[yocto] [meta-selinux][PATCH 2/4] always force to restore file contexts for /var/lib

2014-04-23 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- recipes-core/initscripts/initscripts_1.0.bbappend |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/initscripts/initscripts_1.0.bbappend b/recipes-core/initscripts/initscripts_1.0.bbappend index b8172c0..7ec66ea

[yocto] [meta-selinux][PATCH 0/4] some minor fixes to udevd, initscripts, policycoreutils

2014-04-23 Thread wenzong.fan
From: Wenzong Fan * udevd: it creates /dev/shm, /dev/pts, restorecon for them as well; * initscripts: always force to restore file contexts for /var/lib * policycoreutils: get semanage process the ValueError from sepolicy, seobject; fix TypeError from seobject.py The following changes since

Re: [yocto] [meta-ivi][PATCH] weston: Add weston.ini config file

2014-04-23 Thread sujith h
On Wed, Apr 23, 2014 at 11:34 AM, Khem Raj wrote: > On Tue, Apr 22, 2014 at 10:59 PM, sujith h wrote: > >> what if I am not root ? IOW is there more systemwide way of doing it ? > > > > > > I couldn't find any other login variable( like $ROOT_HOME) in > bitbake.conf. > > I agree that if we can d

[yocto] [meta-ivi][PATCH] weston: Add weston.ini config file

2014-04-23 Thread Sujith H
Adding weston.ini to /etc/xdg. With this change user can login and launch weston with ivi-shell. Signed-off-by: Sujith H --- recipes-graphics/wayland/weston_1.4.0.bbappend | 14 ++ 1 file changed, 14 insertions(+) diff --git a/recipes-graphics/wayland/weston_1.4.0.bbappend b/recipe