Burton, Ross writes:
>
> On 23 July 2014 07:51, 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 oe-core/poky. Their fork
>
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.
*Alla
On Thu, Jul 24, 2014 at 12:25 AM, Allan Matthew 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 layer and
> use one of
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
t
On 23 July 2014 07:51, 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 oe-core/poky. Their fork
of poky has been updated to incorporate
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
Always create a confl
On Tue, Jul 22, 2014 at 4:07 PM, Kevyn-Alexandre Paré
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
> does not remove
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
Always create a confl
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
Always create a confl
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 ke
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 rel
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 /
On 22/07/2014 18:08, "Anooj Gopi" 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 "nativesdk-l
On 23 July 2014 11:00, Anoop 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
> receipt.
That
Burton, Ross writes:
>
> On 23 July 2014 07:51, 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 then re-run bitbake
> ti
Good day Joseph Andrew
Thank you for the inputs.
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
On 23 July 2014 10:23, Joseph Andrew de la Peña 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
> unit generate a l
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, Ano
On 23 July 2014 07:51, 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 then re-run bitbake
tizen-common-core-image-minimal-dev.
Ross
The package installed tmp/sysroot and your SDK sysroot are not same by
default.
You have to find in which package your .a files are. Adding it to
"TOOLCHAIN_HOST_TASK" may help.
I am not sure if this will help as I am currently through the similar
issues.
On Wed, Jul 23, 2014 at 5:20 AM, Joseph 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
the
21 matches
Mail list logo