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

2014-07-23 Thread Anoop
I gave bitbake for imx6qsabreauto command used bitbake -v tizen-common-core-image-minimal-dev below is the error section from the log + patch -p0 patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory + bb_exit_handler + ret=2 + echo WARNING: exit code 2 from a

[yocto] [meta-selinux][PATCH] libcap-ng: CVE-2014-3215

2014-07-23 Thread jackie.huang
From: Shan Hai shan@windriver.com seunshare in policycoreutils 2.2.5 is owned by root with 4755 permissions, and executes programs in a way that changes the relationship between the setuid system call and the getresuid saved set-user-ID value, which makes it easier for local users to gain

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

2014-07-23 Thread Joseph Andrew de la Peña
Good day Anoop, Error is from do_patch task for rpm-native unit: patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory Please verify in your recipe all the SRC_URIs (patches) to be applied. Could be that your SRCREV and patches are in conflict. The odd thing is why

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

2014-07-23 Thread Burton, Ross
On 23 July 2014 07:51, Anoop babu.an...@gmail.com wrote: patch: Can't create file /tmp/tmpT3pUSD/poMZnbmM : No such file or directory This is a bug in the meta-tizen rpm package. Until they fix it you'll have to do bitbake rpm-native -cclean and then re-run bitbake

Re: [yocto] SDK not contianing archive libraries

2014-07-23 Thread Joseph Andrew de la Peña
Thanks for your reply Anooj. Apparently, based on my findings, the SDK contains libraries that are libtool archives, .la. For my part, I have used .a only which is not libtoolized. I'm finding a way how to make my unit generate a libtool archive. - Joseph On Wed, Jul 23, 2014 at 3:18 PM, Anooj

Re: [yocto] SDK not contianing archive libraries

2014-07-23 Thread Burton, Ross
On 23 July 2014 10:23, Joseph Andrew de la Peña jdelap...@lexmark.com wrote: Thanks for your reply Anooj. Apparently, based on my findings, the SDK contains libraries that are libtool archives, .la. For my part, I have used .a only which is not libtoolized. I'm finding a way how to make my

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

2014-07-23 Thread Anoop
Good day Joseph Andrew Thank you for the inputs. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2014-07-23 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 This is a bug in the meta-tizen rpm package. Until they fix it you'll have to do bitbake rpm-native -cclean and

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

2014-07-23 Thread Burton, Ross
On 23 July 2014 11:00, Anoop babu.an...@gmail.com wrote: Thank you for the inputs. So until I over come this error I need to do bitbake rpm-native -cclean and then re-run bitbake tizen-common-core-image-minimal-dev. ? I'm asking this since i'm continuously getting task error on meta-tizen rpm

Re: [yocto] Fwd: How to find the bb file from package name

2014-07-23 Thread Barros Pena, Belen
On 22/07/2014 18:08, Anooj Gopi anoojg...@gmail.com wrote: Hello Bharath, This is already known to me. The confusion mainly here was because of the name of the rpm package. From the recipe expected name was nativesdk-qtbase-tools-dev-5.2.1-r1.i686_nativesdk.rpm but generated package name is

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

2014-07-23 Thread zhenhua....@freescale.com
I tried dora(poky + meta-selinux + meta-fsl-ppc), following error message appears during kernel boot up, please help. RAMDISK: gzip image found at block 0 VFS: Mounted root (ext2 filesystem) on device 1:0. devtmpfs: mounted Freeing unused kernel memory: 340k freed Mount failed for selinuxfs on

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

2014-07-23 Thread Mark Hatle
On 7/22/14, 9:28 PM, zhenhua@freescale.com wrote: Hi Mark, Thanks for your comments. -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Mark Hatle On 7/22/14, 10:11 AM, zhenhua@freescale.com wrote: Hi all, Which

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

2014-07-23 Thread Mark Hatle
On 7/23/14, 7:15 AM, zhenhua@freescale.com wrote: I tried dora(poky + meta-selinux + meta-fsl-ppc), following error message appears during kernel boot up, please help. RAMDISK: gzip image found at block 0 VFS: Mounted root (ext2 filesystem) on device 1:0. devtmpfs: mounted Freeing unused

[yocto] cross - prelinker - new version available

2014-07-23 Thread Mark Hatle
A new version of the cross-prelinker has been pushed to the git repository (cross_prelink branch). I will work to get OE-Core/Poky updated in the next few days. Changes since the last version: commit faa069deec99bf61418d0bab831c83d7c1b797ca Author: Maciej W. Rozycki ma...@codesourcery.com

[yocto] cross - prelinker - new version available

2014-07-23 Thread Mark Hatle
A new version of the cross-prelinker has been pushed to the git repository (cross_prelink branch). I will work to get OE-Core/Poky updated in the next few days. Changes since the last version: commit faa069deec99bf61418d0bab831c83d7c1b797ca Author: Maciej W. Rozycki ma...@codesourcery.com

Re: [yocto] [oe] [Yocto 1.6] PAM _pam_load_conf_file: unable to open /etc/pam.d/system-auth

2014-07-23 Thread Khem Raj
On Tue, Jul 22, 2014 at 4:07 PM, Kevyn-Alexandre Paré kap...@rogue-research.com wrote: Hi, Just trying to found what's missing for PAM to work so ssh will stop exiting with Broken pipe? Quick fix to solve ssh broken pipe is to change in /etc/ssh/sshd_config UsePAM yes to UsePAM no. But this

[yocto] cross - prelinker - new version available

2014-07-23 Thread Mark Hatle
A new version of the cross-prelinker has been pushed to the git repository (cross_prelink branch). I will work to get OE-Core/Poky updated in the next few days. Changes since the last version: commit faa069deec99bf61418d0bab831c83d7c1b797ca Author: Maciej W. Rozycki ma...@codesourcery.com

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

2014-07-23 Thread Burton, Ross
On 23 July 2014 07:51, Anoop babu.an...@gmail.com 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 oe-core/poky. Their fork of poky has been

[yocto] interfaces file on a per-image basis

2014-07-23 Thread Allan Matthew
I have two separate images, call them server and client. The client will have one /network/interfaces file and the server will have another. I can successfully override the init-ifupdown in my own bbappend in my layer and use one of my interface files, but I can't figure out how to pick between

Re: [yocto] interfaces file on a per-image basis

2014-07-23 Thread Nicolas Dechesne
On Thu, Jul 24, 2014 at 12:25 AM, Allan Matthew amatt...@3drobotics.com wrote: I have two separate images, call them server and client. The client will have one /network/interfaces file and the server will have another. I can successfully override the init-ifupdown in my own bbappend in my

Re: [yocto] interfaces file on a per-image basis

2014-07-23 Thread Allan Matthew
Thanks Nicolas! Option 3 worked perfectly. I just added two interfaces files (interfaces-client, interfaces-server) to my init-ifupdown bbappend, and using a ROOTFS_POSTPROCESS_COMMAND in my image recipe I replace the /etc/network/interfaces file with one of the two depending on the image.