Re: [yocto] Yocto Bitbake Error - rmp-native task failure

2014-07-24 Thread Anoop
Burton, Ross ross.burton@... writes: On 23 July 2014 07:51, Anoop babu.anoop@... wrote: patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory I just re-read this mail and remembered that this was a different problem with rpm-native, and I fixed it in

[yocto] Bitbake error for elfutils-native

2014-07-24 Thread Anoop
bitbake for imx6qsabreauto command used bitbake -v tizen-common-core-image-minimal-dev I have applied fix to - meta/classes/patch.bbclass i.e + del os.environ['TMPDIR'] ***Error Log ERROR: Command Error: exit status: 1 Output: Applying patch redhat-portability.diff patching file

Re: [yocto] Bitbake error for elfutils-native

2014-07-24 Thread Joseph Andrew de la Peña
Good day Anoop, Error is in do_patch task when applying patch for configure. Please check the hashes in your patch if it's compatible with the HEAD or some upstream changes for configure. Thanks, Joseph On Thu, Jul 24, 2014 at 3:05 PM, Anoop babu.an...@gmail.com wrote: bitbake for

Re: [yocto] Bitbake error for elfutils-native

2014-07-24 Thread Burton, Ross
On 24 July 2014 08:05, Anoop babu.an...@gmail.com wrote: Patch redhat-portability.diff does not apply (enforce with -f) Please update your poky, this has been fixed already and the meta-tizen fork of Poky has already integrated this fix. (poky commit 52a6d20519870103134166d91e22d21fd736195d)

Re: [yocto] SDK not contianing archive libraries

2014-07-24 Thread Joseph Andrew de la Peña
Good day Ross, I've mimic'd the bitbake.conf way of adding -staticdev. Apparently I got a QA error stating that there are already multiple definitions of -staticdev for my unit. BTW, what's the purpose of ALLOW_EMPTY_${PN} = 1 and ALLOW_EMPTY_${PN}-dev = 1? Really thank you for your help with

[yocto] [meta-mingw][PATCH] *-mingw32: Do not set binutils-crosssdk preferred provider

2014-07-24 Thread Jacob Kroon
Nowadays this is already set in OE-Core, in tcmode-default.inc. Fixes: WARNING: Variable key PREFERRED_PROVIDER_virtual/${SDK_PREFIX}binutils-crosssdk (binutils-crosssdk-${SDK_ARCH}) replaces original key

Re: [yocto] SDK not contianing archive libraries

2014-07-24 Thread Burton, Ross
On 24 July 2014 08:30, Joseph Andrew de la Peña jdelap...@lexmark.com wrote: I've mimic'd the bitbake.conf way of adding -staticdev. Apparently I got a QA error stating that there are already multiple definitions of -staticdev for my unit. Your package will already have them due to the default

Re: [yocto] What kernel configs are needed for using DM_CRYPT with cryptsetup?

2014-07-24 Thread Maxim Radugin
Hello Brian, You have to enable CONFIG_DM_CRYPT and CONFIG_BLK_DEV_DM in kernel; Also make sure you have corresponding CONFIG_CRYPTO* enabled. And, if compiled as modules, make sure that modules are loaded before running cryptsetup during runtime See https://code.google.com/p/cryptsetup/wiki for

Re: [yocto] Bitbake error for elfutils-native

2014-07-24 Thread Anoop
Burton, Ross ross.burton@... writes: On 24 July 2014 08:05, Anoop babu.anoop@... wrote: Patch redhat-portability.diff does not apply (enforce with -f) Please update your poky, this has been fixed already and the meta-tizen fork of Poky has already integrated this fix. (poky commit

Re: [yocto] Bitbake error for elfutils-native

2014-07-24 Thread Burton, Ross
On 24 July 2014 10:25, Anoop babu.an...@gmail.com wrote: Ross many thanks for the valuable input. I had been building tizen with yocto based on the following link. https://wiki.tizen.org/wiki/Build_Tizen_with_Yocto For poky it is mentioned to use git clone

Re: [yocto] SELinux doesn't work on t4240qds

2014-07-24 Thread zhenhua....@freescale.com
Hi Mark, -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Mark Hatle Sent: Wednesday, July 23, 2014 10:41 PM To: yocto@yoctoproject.org Subject: Re: [yocto] SELinux doesn't work on t4240qds On 7/23/14, 7:15 AM,

[yocto] [meta-selinux][PATCH] Enable two options to ensure selinux can boot up

2014-07-24 Thread Zhenhua Luo
* CONFIG_SECURITY=y * CONFIG_SECURITYFS=y Signed-off-by: Zhenhua Luo zhenhua@freescale.com --- recipes-kernel/linux/linux-yocto/selinux.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-yocto/selinux.cfg b/recipes-kernel/linux/linux-yocto/selinux.cfg index

Re: [yocto] Bitbake error for elfutils-native

2014-07-24 Thread Anoop
Thank you Ross for the wonderful support. I cherrypicked the commit. The issue is resolved now. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Bitbake error for rpm-native -- do compile failed

2014-07-24 Thread Anoop
bitbake for imx6qsabreauto command used bitbake -v tizen-common-core-image-minimal-dev Summary: 1 task failed: virtual:native:/home/sfm/yocto_temp/meta-tizen/recipes- tizen/rpm/rpm_git.bb, do_compile + CPPFLAGS=-isystem/home/sfm/yocto_temp/build/tmp/sysroots/i686- linux/usr/include

Re: [yocto] Bitbake error for rpm-native -- do compile failed

2014-07-24 Thread Burton, Ross
On 24 July 2014 14:29, Anoop babu.an...@gmail.com wrote: + export CCFLAGS+= -fPIC /home/sfm/yocto_temp/build/tmp/work/i686-linux/rpm-native/git- r0/temp/run.do_compile.26826: 120: export: CCFLAGS+: bad variable name += is a bash extension and those scripts are not running under bash. This has

[yocto] whose leg do you have to hump to get access to RDK?

2014-07-24 Thread Robert P. J. Day
was asked about the yocto-based RDK initiative last week: http://rdkcentral.com/ looked interesting so i thought i would read up on it. tried to access the wiki, was told i needed an account and password. registered for that, was told i wasn't on the list of official licensees. applied for

[yocto] Why won't my app use multiple threads under 'valleyisland'?

2014-07-24 Thread Chris Tapp
I've got a recipe for an application. This has: 1) A main thread; 2) An OpenGL ('X' / EGL) graphics rendering thread created using posix threads; 3) As many threads as required from the graphics thread for GStreamer to service various pipelines. On a Cedartrail platform this happily uses

[yocto] OpenSSL 1.0.0m

2014-07-24 Thread Mark Evans
question on the openssl recipes and openssl versions... Point me to the correct distro if this is the incorrect spot to ask this... We're currently on Danny, 1.3.2. In there, the openssl version is 1.0.0j. The openssl project is currently promoting 1.0.1h. Due to the multiple CVEs being

Re: [yocto] OpenSSL 1.0.0m

2014-07-24 Thread Khem Raj
On Thu, Jul 24, 2014 at 5:44 PM, Mark Evans mark.a.ev...@gmail.com wrote: question on the openssl recipes and openssl versions... Point me to the correct distro if this is the incorrect spot to ask this... We're currently on Danny, 1.3.2. In there, the openssl version is 1.0.0j. The openssl

Re: [yocto] OpenSSL 1.0.0m

2014-07-24 Thread Mark Evans
Thanks for the nfo. I'll go there and take a look. --MarkE On 7/24/2014 7:51 PM, Khem Raj wrote: On Thu, Jul 24, 2014 at 5:44 PM, Mark Evans mark.a.ev...@gmail.com wrote: question on the openssl recipes and openssl versions... Point me to the correct distro if this is the incorrect spot to ask