Good day Jim,
Seems to be that the main error is due to /bin/sh: pod2man: command not
found.
I think the tool is not present or any references to its path was not
properly established.
Also, for your expectation to be part of native and nativesdk, please add
BBCLASSEXTEND = "native nativesdk" in
Good day Neil,
I believe you need to use $CC or $BUILD_CC in your makefile to be able to
have the correct $INCLUDE paths. The $INCLUDE paths will eventually point
to your ADT's target_sysroot /usr/include
- J
On Fri, Nov 14, 2014 at 1:05 PM, wrote:
> Thank you for your reply.
> I just move the
I've been trying to get an existing python flask application running on an
embedded linux distro (Poky). The web app was originally deployed on a
Debian distro. I need to move the application to a less heftier board
and wanted to try a distro created by Yocto, rather than try to pare down
Debian.
Good day Yocto dev community,
I would like to ask how do I make a certain package only publishable in
native in just one recipe? I would want that my scripts will be published
as a separate package ${PN}-scripts but not publishable in target sysroot.
I want it be placed in host sysroot both in nat
Thank you for your reply.
I just move the adt_installer.tar.gz to another pc which don't have yocto
project. Install the adt_installer and execute the
environment-setup-armv5te-poky-linux-gnueabi
Then compile the hello.c
arm-poky-linux-gnueabi-gcc hello.c -o hello
I don't know whether need to d
Almost forgot, what about the interface for Hob. I'm thinking GTK+, am
I correct?
Thanks,
John
On Wed, Nov 12, 2014 at 5:36 PM, John Unland
wrote:
> Thank you.
>
> Regards,
> John
>
> On Wed, Nov 12, 2014 at 5:35 PM, Rudolf Streif
> wrote:
>> Hi John,
>>
>> Both are written in Python. Toaster
On 13 November 2014 17:58, Michael Gloff wrote:
> BTW, you can use tslib with xorg. This is what I have set up as I find
> ts_calibrate easier to work with.
The only mention of e.g. ts_read() that I can see in the xserver source is
in the kdrive server. Is there some compatibility mode or some
Thanks Nick, that will be much appreciated.
-Jim-
From: nick [xerofo...@gmail.com]
Sent: Thursday, November 13, 2014 1:42 PM
To: Jim Rafert; yocto@yoctoproject.org
Subject: Re: [yocto] New recipe for toolchain fails install, "ERROR: ld.so:
object 'libpse
Hey Jim,
I had a stressful day with other things so I would like some time to unwind but
I will try and help out
later if that's OK.
Nick
On 14-11-13 03:13 PM, Jim Rafert wrote:
> Hi folks,
>
> I'm trying to put together a recipe to include llvm and clang in the yocto
> toolchain. My goal is
Signed-off-by: Aníbal Limón
---
meta-yocto/conf/distro/include/maintainers.inc | 30 +-
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/meta-yocto/conf/distro/include/maintainers.inc
b/meta-yocto/conf/distro/include/maintainers.inc
index 62bb57d..0c1da37 1
On Thu, Nov 13, 2014 at 7:28 AM, Burton, Ross wrote:
> Hi,
>
> On 13 November 2014 13:19, Mike Looijmans wrote:
>
>> I've been using "ts_calibrate" in the past, and that worked just fine on
>> this board.
>>
>
> Modern X servers don't use tslib, so this won't work since we stopped
> using kdrive
Lachlan,
If that is your entire recipe, I don’t see any FILES specification:
http://www.yoctoproject.org/docs/1.7/mega-manual/mega-manual.html#var-FILES.
The SRC_URI just says where to get the source, but the FILES states which files
are expected to be added to the package. I believe the FILE
I am using yocto 1.6.1 and I have a a number of recipes in
~/home/poky/meta-atmel-lsp/recipes-lsp.
I have a lightpd.bbappend that loads local files, I have a
wpa-supplicant.bbappend that loads local files, but I am also trying
to load some firmware that should load local files but fails.
In ~/ho
On Wed, Nov 12, 2014 at 4:00 PM, John Unland
wrote:
>>I'm not sure a separate bootloaders layer would really make sense - we
>>normally keep bootloaders either in OE-Core...
>>Are there bootloader(s) that you are looking for that are currently missing?
>
> Well I know I like to use U-Boot since i
Have you read the yocto docs on ADT for building correctly your development kit,
seems to me rather trivial error in either your build or bitbake
recipe for hello world.
Cheers Nick
On Thu, Nov 13, 2014 at 4:43 AM, wrote:
> Hi all :
>
>I have installed the adt_installer .tar.gz like
For my autobuilder, I am setting up a local mirror to hold sources for packages
that have been unreliable for download. For my day-to-day work, I have setup
the PREMIRRORS in my local.conf as suggested in the latest Yocto manual and it
has been working fine. I am trying to get my autobuilder t
On 13 November 2014 14:09, Mike Looijmans wrote:
> So it seems related to the little I2C touchscreen controller, or some kind
> of rotation. The coordinate system for the small touchscreen looks rotated
> 180 degrees, looking at the numbers. xinput cannot handle that?
My touchscreen is Y-invert
On 11/13/2014 02:54 PM, Mike Looijmans wrote:
On 11/13/2014 02:28 PM, Burton, Ross wrote:
Hi,
On 13 November 2014 13:19, Mike Looijmans mailto:mike.looijm...@topic.nl>> wrote:
I've been using "ts_calibrate" in the past, and that worked just fine on
this board.
Modern X servers don't
On 11/13/2014 02:28 PM, Burton, Ross wrote:
Hi,
On 13 November 2014 13:19, Mike Looijmans mailto:mike.looijm...@topic.nl>> wrote:
I've been using "ts_calibrate" in the past, and that worked just fine on
this board.
Modern X servers don't use tslib, so this won't work since we stopped
Hi,
On 13 November 2014 13:19, Mike Looijmans wrote:
> I've been using "ts_calibrate" in the past, and that worked just fine on
> this board.
>
Modern X servers don't use tslib, so this won't work since we stopped using
kdrive about two years ago.
DEBUG: Adding click 0 (X=1023, Y=599)
> DEBUG:
On 11/13/2014 02:10 PM, Mike Looijmans wrote:
Next challenge is to calibrate the touch screen...
Hmm. That's a big disappointment.
I've been using "ts_calibrate" in the past, and that worked just fine on this
board.
Sato uses an X application for this, and it's apparently borked or so.
It
On 13 November 2014 13:10, Mike Looijmans wrote:
> Next challenge is to calibrate the touch screen...
>
This is something that regressed, the calibrator doesn't get installed out
of the box properly. Install xinput-calibrator in your image and it should
start on boot if required.
Ross
--
On 11/13/2014 02:07 PM, Burton, Ross wrote:
On 13 November 2014 12:59, Mike Looijmans mailto:mike.looijm...@topic.nl>> wrote:
I can't find anything that attempts to start anything. There's nothing in
inittab, and there's nothing in rc3.d that resembles an attempt at
starting someth
On 2014-11-13 05:59, Mike Looijmans wrote:
I finally got around to trying to use our custom board's BSP with Yocto images.
Since the board has a touchscreen (well, actually it has two) I built the
core-image-sato.
I had to tweak the startup a bit, because our framebuffer is in the FPGA it
won
Hi Mike,
What poky version are you using?
Have you tried to build your core-image-sato for a qemu machine and see if that
runs correctly?
Sato starts with a graphical launcher/desktop/window manager.
Regards,
Cristian
-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-
On 13 November 2014 12:59, Mike Looijmans wrote:
> I can't find anything that attempts to start anything. There's nothing in
> inittab, and there's nothing in rc3.d that resembles an attempt at starting
> something desktop GUI application or so.
>
core-image-sato should be shipping the xserver-n
I finally got around to trying to use our custom board's BSP with Yocto images.
Since the board has a touchscreen (well, actually it has two) I built the
core-image-sato.
I had to tweak the startup a bit, because our framebuffer is in the FPGA it
won't be available until after programming it
Hi All,
I'm trying to include a file which is over 2.5GB into a Yocto image at
/etc/FILE01 however I'm hitting errors with output being the following:
ERROR:
error: unpacking of archive failed on file /etc/FILE01;54649e43: cpio: read
failed - Resource temporarily unavailable
53:Installing lib
Hi all :
I have installed the adt_installer .tar.gz like fllowing:
$ cd ~
$ tar -xjf adt_installer.tar.bz2
$ cd adt-installer
$ ./adt_installer
Because the
YOCTOADT_TARGET_SYSROOT_LOC_arm="$HOME/test-yocto/$YOCTOADT_TARGE
29 matches
Mail list logo