[yocto] [PATCH 0/1] [error-report-web]

2014-09-18 Thread Roxana Ciobanu
The following changes since commit 661cc25d79ce5a443b3ef842ea97b3e913cd2818: error-report-web: Sorting error tables (2014-09-08 17:02:24 +0300) are available in the git repository at: git://git.yoctoproject.org/poky-contrib roxana/YB6540

[yocto] [PATCH 1/1] error-report-web: Enhancements to the error pager

2014-09-18 Thread Roxana Ciobanu
- add link to the Yocto Project web repositor - add link to the Yocto Project Bugzilla instance [YOCTO #6540] Signed-off-by: Roxana Ciobanu roxana.ciob...@intel.com --- Post/static/css/custom.css| 17 + templates/error-details.html | 22 --

[yocto] Integration of custom recipe with SDK

2014-09-18 Thread Navani Srivastava
Hi, I am using Poky-8.0.2 danny version for development. I want to integrate my custom recipe with sdk generated by meta-toolchain-qte so that I can use header files and libraries generated by my custom recipe for cross compilation. I am not sure of the proper way to do it. Right now generated

[yocto] Customizing task basehash

2014-09-18 Thread Vuille, Martin (Martin)
I have defined a class with a customized fetch task (that copies files from a local directory to the ${S} directory). I am looking for a way to cause the fetch task to run whenever the contents of the local directory change w.r.t. what was last fetched/copied to ${S}. Seems to me that I could do

Re: [yocto] [meta-selinux] refpolicy update in master-next

2014-09-18 Thread Mark Hatle
On 9/18/14, 2:57 PM, Joe MacDonald wrote: Hey all, As we'd all discussed at different times in the past, we're well behind the curve on a refpolicy update for meta-selinux. With the 1.7 release of Yocto coming up, we thought it was important to update the policy sooner rather than later, so

Re: [yocto] Integration of custom recipe with SDK

2014-09-18 Thread Randy Witt
On 09/18/2014 05:12 AM, Navani Srivastava wrote: Hi, I am using Poky-8.0.2 danny version for development. I want to integrate my custom recipe with sdk generated by meta-toolchain-qte so that I can use header files and libraries generated by my custom recipe for cross compilation. I am not

[yocto] Nothing PROVIDES nativesdk-krb5

2014-09-18 Thread Joseph Andrew de la Peña
Good day Yocto Community, I have an ERROR when building my nativesdk recipe: ERROR: Nothing PROVIDES 'nativesdk-krb5' (but virtual:nativesdk:poky/meta/recipes-support/curl/curl_7.32.0.bb DEPENDS or otherwise requires it). Haven't seen a DEPENDS for krb5 in curl and openssl recipe. Is there any