I am new to OpenEmbedded Yocto project and have a requirement to provide
sftp-client support on my target board.
Sftp-server bins are already packed into final image and is installed at
tmp/work/fkm-poky-linux-gnueabi/openssh/6.1p1-r3/package/usr/lib/openssh/sftp-server
Now ,same way Do I have t
El 01/10/2013 9:52, Amit Tomer escribió:
I am new to OpenEmbedded Yocto project and have a requirement to provide
sftp-client support on my target board.
Sftp-server bins are already packed into final image and is installed at
tmp/work/fkm-poky-linux-gnueabi/openssh/6.1p1-r3/package/usr/lib/ope
* Amit Tomer [131001 09:53]:
> I am new to OpenEmbedded Yocto project and have a requirement to provide
> sftp-client support on my target board.
> Sftp-server bins are already packed into final image and is installed at
> tmp/work/fkm-poky-linux-gnueabi/openssh/6.1p1-r3/package/usr/lib/openssh
Hello,
I have custom board with core-image-minimal and boot goes fine. Problem is
that image has /sys and /proc directories but they are empty. I tried also
core-image-sato but boot hangs on Starting udev...
Is there a way to add these directories to image? Or should I bitbake other
Yocto image mo
Sure thing. Updated patch coming soon.
-J.
On Wed, Sep 25, 2013 at 6:01 PM, mulhern wrote:
> Hi!
>
> Thanks for the patch.
>
> Could you amend it in the following way:
> 1) Omit the changes to the Bastille code.
> 2) According to the CPAN documentation the Lib module has been part of perl
> cor
Add an option to read the displayed message from a file.
Additionally the maximum length for the read string can be defined.
The string will then be cut after the given number of chars.
It is also possible to define a prefix which is displayed in front
of the read file content.
If no file is defin
Hi everybody,
I recently sent a patch for psplash to add the ability to read the displayed
message from a file.
I'd appreciate any comments on it!
Thanks and best regards,
Richard Leitner
> -Original Message-
> From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org]
On Tue, 2013-10-01 at 11:48 +0530, Dilip Kumar wrote:
>
> >
> >
> >
> >
> > Hi,
> >
> > I need to create a local BSP layer using Yocto-bsp
> create command without the use of Git.
> >
> >
> >
> >
> >
> > yocto-bsp create mylayers qemu -s
> >
> > Which qemu architecture would you
Hello. We have stumbled into a problem when using ld directly instead
of going through the gcc frontend.
A simple operation like this fails:
>${CC} -c hello_world.c
>${LD} hello_world.o -lgcc
arm-poky-linux-gnueabi-ld: cannot find -lgcc
And yes, I know -lgcc is not required in this case to compil
Amit Tomer wrote:
>Thansk Anders for your kind response
>
>
>Yes we are created our image and can see there are some IMAGE_INSTALL
>already used
Good.
>But when I add IMAGE_INSTALL += "openssh-sftp"
>
>
>Getting below error
>
>
>Error: openssh-sftp not found in the base feeds (fzm_lsp_k2
>co
Hi,
I want to set/reset GPIO registers in freescale p1022 processor. I saw a
hello-mod kernel module in yocto and I added it to my image and it worked.
According to hello-mod kernel module, I created GPIO module like hello-mod.
But it GPIO module failed when I run it in kernel level. I checked seve
Amit Tomer wrote:
>Yes Anders, I can see openssh-sftp folder inside
>"tmp/work/fkm-poky-linux-gnueabi/openssh/6.1p1-r3/packages-split".But
>its empty one.
Ok, then the sftp binary should have been packaged into openssh-sftp. The
question is then why your package is being empty.
You said tha
Jack wrote:
>Hi,
>I want to set/reset GPIO registers in freescale p1022 processor. I saw
>a
>hello-mod kernel module in yocto and I added it to my image and it
>worked.
>According to hello-mod kernel module, I created GPIO module like
>hello-mod.
>But it GPIO module failed when I run it in kerne
Hello
We are trying to bitbake meta-toolchain-qt with master and dora. Both
launch this error:
ERROR: QA Issue: nativesdk-dbus: Files/directories were installed but
not shipped
/run
/run/dbus
ERROR: QA run found fatal errors. Please consider fixing them.
We compare it to dylan dbus. We
Use xterm instead of vt100 in order to avoid having
unreadable output for latencytop due to some control characters.
Signed-off-by: Tudor Florea
---
.../src/org/yocto/sdk/remotetools/actions/LatencytopHandler.java |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/plugi
Use xterm instead of vt100 in order to avoid having
unreadable output for latencytop due to some control characters.
Signed-off-by: Tudor Florea
---
.../src/org/yocto/sdk/remotetools/actions/LatencytopHandler.java |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/plug
Ok, so now I am at it again :) The package.bbclass is missing support
for stripping .beam files. Nothing strange about that.
But, now I wish to extend this class with support for erlang .beam
files. Initially I do not wish to add this functionality directly into
package.bbclass since it will requir
Removed CentOS-6.3, Fedora-17, Debian-6.0 and Poky-1.3 from
SANITY_TESTED_DISTROS.
Signed-off-by: Alexandru Palalau
---
meta-yocto/conf/distro/poky.conf | 4
1 file changed, 4 deletions(-)
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index 4752356..465d
Hi Alex,
On Tuesday 01 October 2013 19:40:04 Alexandru Palalau wrote:
> Removed CentOS-6.3, Fedora-17, Debian-6.0 and Poky-1.3 from
> SANITY_TESTED_DISTROS.
Sorry, I forgot to mention last time, these patches should go to the poky
mailing list. Also, this is somewhat pedantic, but the shortlog p
On Oct 1, 2013, at 6:16 AM, Hans Beckérus wrote:
> Hello. We have stumbled into a problem when using ld directly instead
> of going through the gcc frontend.
> A simple operation like this fails:
>
>> ${CC} -c hello_world.c
>> ${LD} hello_world.o -lgcc
> arm-poky-linux-gnueabi-ld: cannot find -
On 2013-10-01 7:35, Khem Raj wrote:
> On Oct 1, 2013, at 6:16 AM, Hans Beckérus wrote:
>
>> Hello. We have stumbled into a problem when using ld directly instead
>> of going through the gcc frontend.
>> A simple operation like this fails:
>>
>>> ${CC} -c hello_world.c
>>> ${LD} hello_world.o -lgcc
Remove lib-perl from meta-security entirely since it has been a part of
PERL since 5.001.
The Bastille dependency is now on perl-module-lib, already noted as an
RDEPENDS for other parts of meta-security.
Signed-off-by: Joe MacDonald
---
recipes-security/bastille/bastille_3.2.1.bb |2 +-
rec
Attendees:
Mark, Michael, Cristian, Darren, Corneliu, Paul, Tom, JeffP, Jessica, ScottR,
Saul, Nitin, Beth, AlexG, Ross, Song
Agenda:
* Opens collection - 5 min (Song)
* Yocto 1.5 status - 10 min (Song/team)
https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status
- Bug fixing: Thanks to
Hi,
I'm currently putting together a bunch of recipes to install some cpan
modules. I had some complaints by bitbake about files being installed
but not shipped.
I figured that I need to populate FILES_{PN} but I'm not clear about
what I should do with it: use ${libdir}, use "usr/*" ? Knowin
On Oct 1, 2013, at 11:03 AM, Hans Beckerus wrote:
> On 2013-10-01 7:35, Khem Raj wrote:
>> On Oct 1, 2013, at 6:16 AM, Hans Beckérus wrote:
>>
>>> Hello. We have stumbled into a problem when using ld directly instead
>>> of going through the gcc frontend.
>>> A simple operation like this fails
All
1.5_M5.rc6 is now available for testing. We've identified one issue
with package index
https://bugzilla.yoctoproject.org/show_bug.cgi?id=5277
Artifacts are available:
http://autobuilder.yoctoproject.org/pub/releases/1.5_M5.rc6
poky 0197e5cb4253d6137b0d166cfcd699d404d2cab3
eclipse-poky-juno
26 matches
Mail list logo