Re: [yocto] running autoreconf during a configuration step

2018-01-08 Thread Jack Mitchell
On 04/01/18 20:39, Rail Shafigulin wrote: > Ross, > > Thanks for the help. Really appreciate it. > There is also already a recipe for libsoc in meta-oe. http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/libsoc/libsoc_0.8.2.bb?h=master Regards, Jack. >

Re: [yocto] [PATCH] u-boot-rockchip: update require path

2017-07-24 Thread Jack Mitchell
On 23/07/2017 02:41, Trevor Woerner wrote: Hey Tom, On Sat, Jul 22, 2017 at 7:45 PM, Tom Rini wrote: On Sat, Jul 22, 2017 at 06:40:32PM -0400, Trevor Woerner wrote: The oe-core recipe was updated (2017.05 -> 2017.07), this recipe needed to be updated to suit. However, this u-boot (from rockc

Re: [yocto] Openssh patch being overriden by original unpatched file

2017-07-10 Thread Jack Kiefer
new version of openssh and would need to be manually replaced and updated. This manual work is what I am trying to avoid. On Mon, Jul 10, 2017 at 12:02 PM Khem Raj wrote: > On 7/10/17 10:48 AM, Jack Kiefer wrote: > > Howdy all, > > > > I've been having a bit of an i

[yocto] Openssh patch being overriden by original unpatched file

2017-07-10 Thread Jack Kiefer
using the .bbappend to simply use an entire modified sshd_config file from its FILES directory rather than applying a patch. Is this how Yocto is supposed to behave? Is there a more correct way of providing fairly version-agnostic modifications to config files like this? Th

Re: [yocto] [Openembedded-architecture] Sum up - Proposal: dealing with language-specific build tools/dependency management tools

2017-03-16 Thread Jack Mitchell
eady have to split out the inner package dependencies and have specific packages for each dependency but not a separate recipe? Cheers, Jack. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] machine arch files for Jetson TX1 (Quad-core ARMCortex-A57 MPCore Processor)

2016-05-15 Thread Jack Mitchell
o google meta + devboard name. Usually turns something up :) Cheers, Jack. --- Jack Mitchell Embedded Linux Consultant www.tuxable.co.uk -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Compiling Pseudo on Scientific Linux 6.4

2014-06-24 Thread Jack Lovell
Hi I'm having issues running bitbake on SL 6.4. I'm trying to build U-boot, but before I even get to that stage, Pseudo fails on do_install for quilt-native. I keep getting the error message: | The current directory must be set to the ITT directory. | Change the default to the ITT dire

Re: [yocto] Changing /etc/shadow file

2013-11-25 Thread Jack Mitchell
pend = " \ sed -i 's/*/x/' \ ${IMAGE_ROOTFS}/etc/passwd ;" -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer Cambridgeshire, UK http://www.embed.me.uk -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread jack lemon
Thanks a lot for your answers Stefano, I put the patch in my bsp directory and adjust my u-boot receipe. On Tue, Nov 19, 2013 at 3:40 PM, Stefano Babic wrote: > Hi Jack, > > On 19/11/2013 12:25, Jack wrote: > > > For Nor-Flash we have only three files(kernel,rootfs,dtb).

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Jack
Stefano Babic writes: > > On 19/11/2013 10:59, Jack Lemon wrote: > > Stefano Babic ...> writes: > > > > > >> Is it not enough to add SERIAL_CONSOLE = "115200 ttyS0" (or which serial > >> you use as console) to your machine conf ? > &g

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-19 Thread Jack Lemon
Stefano Babic writes: > Is it not enough to add SERIAL_CONSOLE = "115200 ttyS0" (or which serial > you use as console) to your machine conf ? > > Best regards, > Stefano Babic > Thank you Stefano for your reply. Does it not any need to edit u-boot source code? just adding SERIAL_CONSOLE = "11

Re: [yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-18 Thread Jack Lemon
It wasn't any help??!! really??!! ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] How to modify u-boot in Root File System rootfs.ext2.gz.u-boot ?

2013-11-16 Thread Jack lemon
Hi everybody, I worked with P1022DS-PB and then designed my custom board according to its documents. For sd card I adjust u-boot to 115200 baud rate and compile it with ELDK independently. However in Nor-flash we haven't u-boot.bin independently. For Nor-Flash I need to adjust baud rate in .ext2.g

Re: [yocto] Busybox configuration example?

2013-10-17 Thread Jack Mitchell
t; } > > which is just editing the confguration file to match my preferences. > Is there a way to do this using the "configuration fragments" mentioned > above? > > Thanks > If I remember correctly there is one in meta-skeleton. -

Re: [yocto] (no subject)

2013-10-10 Thread Jack
Anders Darander writes: > > > Jack wrote: > >Anders Darander ...> writes: > > > >Thanks Anders, > > > >But I have this problem not only for GPIOs, but also for other > >registers. > > Well, my comment about dereferencing physical ad

Re: [yocto] (no subject)

2013-10-03 Thread Jack
Anders Darander writes: > > > Jack gmail.com> 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 hel

[yocto] "Kernel access of bad area" in kernel module

2013-10-01 Thread Jack
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

[yocto] Adding kernel module to minimal image

2013-09-20 Thread Jack
Hello, How can I add kernel module to fsl-image-minimal? I want to add hello-mod module in /yocto/meta-skeleton/recipes-kerne/hello-mod path to my fsl-image-minimal. Then I read the Kernel Development Manual document and add MACHINE_EXTRA_RRECOMMENDS += "kernel-module-hello-mod" to local.conf fi

Re: [yocto] Add nfs package to image minimal for atom-pc

2013-09-16 Thread Jack
I have already tested it. But I got error again. Error is : Computing transaction...error: Can't install nfs-utils-1.2.7-r0@core2: no package provides /bin/bash What can I do? ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.or

[yocto] Add nfs package to image minimal for atom-pc

2013-09-16 Thread Jack
Hi, I built a core-image-minimal for atom-pc. Then, I want to add it nfs and ssh packages. I added IMAGE_INSTALL_append_pn-core-image-minimal = " packagegroup-core-ssh-openssh packagegroup-core-nfs" line to local.conf file. Package packagegroup-core-ssh-openssh was built but I got error for packag

Re: [yocto] Building an atom-pc image

2013-09-05 Thread Jack
Thanks Sean. I uncommented MACHINE ?= "atom-pc" in local.conf file and the bitbake created .hddimg extension. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Building an atom-pc image

2013-09-04 Thread Jack
Hi, I looked at this page https://www.yoctoproject.org/download/intel%C2%AE- atom%E2%84%A2-based-pcs-and-devices-atom-pc . I downloaded atom-pc-dylan- 9.0.0.tar.bz2 and ran bitbake core-image-minimal. When building process finished, I didn't give core-image-minimal-atom-pc with .hddimg. While som

Re: [yocto] Sending mail from embedded device

2013-08-06 Thread Jack Mitchell
On 06/08/13 15:50, Mark Hatle wrote: > On 8/6/13 9:41 AM, Jack Mitchell wrote: >> On 06/08/13 15:31, Gary Thomas wrote: >>> My embedded device needs to send out email. >>> >>> I've looked around a bit and I don't see any recipes for a >>> ma

Re: [yocto] Sending mail from embedded device

2013-08-06 Thread Jack Mitchell
suggestions? > > Surely my application isn't the first that wants to send email... > Would recipes-extended/msmtp do the job? Do you need to run the whole mail stack or is pushing out emails to an smtp server adequate? -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer

Re: [yocto] Modify udev

2013-06-18 Thread Jack
Thanks a lot ChenQi for your comments. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Modify udev

2013-06-17 Thread Jack
ChenQi writes: > > On 06/17/2013 01:19 PM, jack wrote: > > ChenQi ...> writes: > > > >> On 06/16/2013 07:45 PM, Jack wrote: > >>> Hi, > >>> > >>> In my imageو starting udev take a long time about 6 seconds whereas the time &g

Re: [yocto] Modify udev

2013-06-16 Thread jack
ChenQi writes: > > On 06/16/2013 07:45 PM, Jack wrote: > > Hi, > > > > In my imageو starting udev take a long time about 6 seconds whereas the time > If the performance is important, what about using udev-cache to speed up > the boot process? &

[yocto] Modify udev

2013-06-16 Thread Jack
Hi, In my imageو starting udev take a long time about 6 seconds whereas the time is so important for me. Therefore, I decide to remove udev from task-core-boot but I get a problem in mounting SATA drive. So, I add udev to task-core-boot. In addition to mount SATA drive by udev some other packages

Re: [yocto] anyone building for the arrow sockit eval board?

2013-06-04 Thread Jack Mitchell
On 04/06/13 13:22, Robert P. J. Day wrote: On Tue, 4 Jun 2013, Jack Mitchell wrote: On 04/06/13 12:32, Robert P. J. Day wrote: that's this board: http://www.rocketboards.org/foswiki/Documentation/ArrowSoCKitEvaluationBoard there's an alleged page for downloading an appropr

Re: [yocto] yocto - lbcm3m1 camera driver source code

2013-06-04 Thread Jack Mitchell
e of Technology Kharagpur The chip used on that module is apparently mt9t112, so this is the source code. http://lxr.free-electrons.com/source/drivers/media/i2c/soc_camera/mt9t112.c Please note, this is not really the place for such questions, or homework assignments... Good luck.

Re: [yocto] anyone building for the arrow sockit eval board?

2013-06-04 Thread Jack Mitchell
ch. If you still need me to ask any questions in a couple of weeks I will do so for you. Cheers, Jack. -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How can I remove packages from rootfs file ?

2013-05-28 Thread Jack
Thanks Nicolas, Nicolas Dechesne writes: > > > > On Sun, May 26, 2013 at 1:41 PM, Paul Eggleton wrote: > On Saturday 25 May 2013 13:58:46 Jack wrote: > > > > I maked a fsl-image-minaml rootfs file and customized it with adding > > particul

Re: [yocto] How can I remove packages from rootfs file ?

2013-05-27 Thread Jack
Thanks a lot Paul. Paul Eggleton writes: > > On Saturday 25 May 2013 13:58:46 Jack wrote: > > I maked a fsl-image-minaml rootfs file and customized it with adding > > particular packages. For example, I added > > IMAGE_INSTALL_append_pn-fsl-image-minimal = " task-c

Re: [yocto] How can I remove packages from rootfs file ?

2013-05-25 Thread Jack
Any help ??? ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] How can I remove packages from rootfs file ?

2013-05-25 Thread Jack
Hi, I maked a fsl-image-minaml rootfs file and customized it with adding particular packages. For example, I added IMAGE_INSTALL_append_pn-fsl-image-minimal = " task-core-ssh-openssh task-core-nfs-server" in local.conf file. The problem is that, the rootfs file has 6-7 MB capacity but this capacit

Re: [yocto] Trying to bitbake core-image-minimal on Archlinux

2013-03-03 Thread Jack Mitchell
) and then things should at least start to get going again. I'm afraid however if you insist on using a rolling release distro you are going to hit these problems more often than most, if you want a stable build environment then I would suggest using a sanity tested distro. I

Re: [yocto] meta-raspberrypi has a new home - yocto

2013-01-25 Thread Jack Mitchell
for meta-raspberrypi specific discussions. Please don't forget to add "[meta-raspberrypi]" in subject. For more information check the included README in the layer. In the end i want to thank the group who added value to this layer: Aurelian Zanoschi David-John Willis Gary Thoma

Re: [yocto] Adding ALSA to the Yocto SDK

2013-01-21 Thread Jack Mitchell
st copy the meta-toolchain-sdk image and add/remove packages as you would in a target image. Hope this helps! Regards, Jack. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-05 Thread Jack Mitchell
accept patches. Jack, I've taken up your invitation, forked the repo and committed a change to my fork which updates the document to current meta-raspberrypi commit and a recent (circa two weeks) Yocto commit. I've just built this from scratch here and aside from a couple of GitHub feed

Re: [yocto] Basic failures building 1st Yocto Project and Yocto Raspberry Pi

2013-01-03 Thread Jack Mitchell
be a matter of changing a few git revisions, and tweaking the wording a bit to involve the new meta-yocto, meta-yocto-bsp split. If anyone wishes to step up to the plate the source for this blog post is available at [1] and I will happily accept patches. Cheers, Jack. [1] https://githu

Re: [yocto] [meta-freescale] hiawatha-8.6 using Yocto

2012-12-28 Thread Jack Mitchell
you changed the recipe in anyway 3) What architecture are you building for If you satisfy all of these then I would suggest you drop Hugo and email who is the Hiawatha developer, his email can be found on the Hiawatha website. He is fairly friendly and usually responds to querys quic

Re: [yocto] What is GMAE?

2012-12-15 Thread Jack Mitchell
t and now when ever I make an update to the image it is just a case of running bitbake core-image-product meta-toolchain-product and that spits out both the image and customized toolchain. If I have missed something obvious then please excuse my ramblings :) Cheers

Re: [yocto] Alternative SDK installation directory working?

2012-11-19 Thread Jack Mitchell
. e.g. --sysroot=/opt/poky-test/sysroots/arch-blah-blah-blah What am I missing here? Best regards, Wolfgang Denk Regards, -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___ yocto mailing list yocto@

Re: [yocto] Correct procedure for rebuilding after a git pull

2012-10-03 Thread Jack Mitchell
On 03/10/12 14:37, Burton, Ross wrote: On 3 October 2012 14:37, Jack Mitchell wrote: I also use this work flow. If something goes wrong with a particular package then I will -c cleansstate failed-package and then start the build again. This usually fixes it. Bringing the failure on on the

Re: [yocto] Correct procedure for rebuilding after a git pull

2012-10-03 Thread Jack Mitchell
low. If something goes wrong with a particular package then I will -c cleansstate failed-package and then start the build again. This usually fixes it. Regards, ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/li

[yocto] Poky SDK Issues

2012-09-14 Thread Jack Mitchell
I tried the most recent poky SDK image as it allows you to extract to anywhere you wish and I have run into an issue. When I try to compile my program with it (which worked with a poky sdk from a couple of months ago, 4.7.1) I run into the following error: /home/jack/Projects/pokySDK-140912

[yocto] Adding items to meta-toolchain

2012-09-13 Thread Jack Mitchell
brary on a host without the build sysroot? Regards, Jack. -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] raspberrypi image questions

2012-09-05 Thread Jack Mitchell
On 05/09/2012 22:46, Paul Eggleton wrote: On Wednesday 05 September 2012 12:16:44 Gary Thomas wrote: I just built Yocto/Poky for the raspberrypi, following the recent thread on this list. I noticed that the resulting SD image is ~4GB, but most of that space seems to be unused: $ ssh root@1

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Jack Mitchell
On 04/09/12 09:43, Jack Mitchell wrote: On 03/09/12 22:00, Tomas Frydrych wrote: Hi Jack, On 03/09/12 18:52, Jack Mitchell wrote: As some of you know I run a small Raspberry Pi community site[1] and I would like to write a follow up to an earlier blog post about preparing yourself for

Re: [yocto] raspberrypi image questions

2012-09-05 Thread Jack Mitchell
On 05/09/2012 22:46, Paul Eggleton wrote: On Wednesday 05 September 2012 12:16:44 Gary Thomas wrote: I just built Yocto/Poky for the raspberrypi, following the recent thread on this list. I noticed that the resulting SD image is ~4GB, but most of that space seems to be unused: $ ssh root@1

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Jack Mitchell
over it all. Cheers, Jack ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Jack Mitchell
On 05/09/12 16:20, Trevor Woerner wrote: On Wed, Sep 5, 2012 at 5:58 AM, Jack Mitchell wrote: This is now livefor anyone interested. http://www.pimpmypi.com/blog/blogPost.php?blogPostID=7 Shouldn't the instructions include a step adding the meta-raspberrypi layer to conf/bblayers.conf?

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-05 Thread Jack Mitchell
On 03/09/12 22:00, Tomas Frydrych wrote: Hi Jack, On 03/09/12 18:52, Jack Mitchell wrote: As some of you know I run a small Raspberry Pi community site[1] and I would like to write a follow up to an earlier blog post about preparing yourself for programming on the Raspberry Pi with the Yocto

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-04 Thread Jack Mitchell
On 04/09/12 09:43, Jack Mitchell wrote: On 03/09/12 22:00, Tomas Frydrych wrote: Hi Jack, On 03/09/12 18:52, Jack Mitchell wrote: As some of you know I run a small Raspberry Pi community site[1] and I would like to write a follow up to an earlier blog post about preparing yourself for

Re: [yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-04 Thread Jack Mitchell
On 03/09/12 22:00, Tomas Frydrych wrote: Hi Jack, On 03/09/12 18:52, Jack Mitchell wrote: As some of you know I run a small Raspberry Pi community site[1] and I would like to write a follow up to an earlier blog post about preparing yourself for programming on the Raspberry Pi with the Yocto

Re: [yocto] yocto beagleboard.conf -- should it not go away?

2012-09-04 Thread Jack Mitchell
Regards, -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Building a Custom Raspberry Pi Image using OpenEmbedded and Yocto

2012-09-03 Thread Jack Mitchell
ypi.com [2] https://github.com/CommunistCode/PimpMyPi-Community-Blog-Posts Cheers, Jack ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] gettext RPATH QA issue

2012-08-31 Thread Jack Mitchell
On 31/08/12 10:26, Jack Mitchell wrote: So, I have run into a second problem with the new RPATH sanity checks in bitbake. I'm on master for everything and this is the error I am receiving: [jack@archHP raspberry]$ bitbake rpi-hwup-image Pseudo may be out of date, rebuilding p

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 10:20, Andrei Gherzan wrote: On Fri, Aug 31, 2012 at 12:18 PM, Tomas Frydrych mailto:tf+lists.yo...@r-finger.com>>wrote: On 31/08/12 10:10, Jack Mitchell wrote: > Thanks for the suggestion but unfortunately no dice. It was working > about a week ago with

[yocto] [meta-raspberrypi] gettext RPATH QA issue

2012-08-31 Thread Jack Mitchell
So, I have run into a second problem with the new RPATH sanity checks in bitbake. I'm on master for everything and this is the error I am receiving: [jack@archHP raspberry]$ bitbake rpi-hwup-image Pseudo may be out of date, rebuilding pseudo before the main build Parsing recipes

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 10:03, Tomas Frydrych wrote: On 31/08/12 09:44, Jack Mitchell wrote: My BBMASK is: BBMASK = "meta-raspberrypi/recipes-multimedia/libav|meta-raspberrypi/recipes-core/systemd" I think it matches against full paths, so try: ".*/meta-raspberrypi/recipes-m

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 09:30, Paul Eggleton wrote: On Friday 31 August 2012 09:26:03 Jack Mitchell wrote: I'm attempting to build for the Raspberry Pi again today and I have hit a problem with libav. I have it BBMASK'ed in my local.conf however it seems the recipe still gets sanity checked and

Re: [yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
On 31/08/12 09:26, Jack Mitchell wrote: I'm attempting to build for the Raspberry Pi again today and I have hit a problem with libav. I have it BBMASK'ed in my local.conf however it seems the recipe still gets sanity checked and can't find the recipe to go with the bbappend so i

[yocto] meta-raspberry pi libav bbappend

2012-08-31 Thread Jack Mitchell
get around this? EDIT: I just checked the readme again and it seems as though meta-oe is now required, is this the only hurdle in having a non meta-oe build or has there been other additions recently? Regards, Jack. -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-21 Thread Jack Mitchell
at 9:58 PM, Andrei Gherzan <mailto:and...@gherzan.ro>> wrote: On Mon, Aug 13, 2012 at 7:38 PM, Chris Tapp mailto:opensou...@keylevel.com>> wrote: On 13 Aug 2012, at 15:00, Jack Mitchell wrote: > On 13/08/12 14:51, Andrei Gherzan wrote: >>

Re: [yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Jack Mitchell
On 13/08/12 14:51, Andrei Gherzan wrote: On Mon, Aug 13, 2012 at 4:34 PM, Jack Mitchell <mailto:m...@communistcode.co.uk>> wrote: Good afternoon everyone, I am trying (yet again) to get yocto to build for the Raspberry Pi and I am falling at the do_fetch hurdle on

[yocto] Raspberry Pi do_fetch failure

2012-08-13 Thread Jack Mitchell
Good afternoon everyone, I am trying (yet again) to get yocto to build for the Raspberry Pi and I am falling at the do_fetch hurdle on the RasPi kernel. ERROR: Fetcher failure: Fetch command export HOME="/home/jack"; export SSH_AGENT_PID="1350"; export SSH_A

Re: [yocto] m4 build failure - master && denzil branch

2012-07-09 Thread Jack Mitchell
On 09/07/12 15:53, Martin Jansa wrote: On Mon, Jul 09, 2012 at 03:51:19PM +0100, Jack Mitchell wrote: On 09/07/12 15:37, Martin Jansa wrote: On Mon, Jul 09, 2012 at 03:34:36PM +0100, Jack Mitchell wrote: So, I'm fairly sure this is a real build failure this time, again on the poky maste

Re: [yocto] Yocto Quilt Build Failure - Master && Denzil

2012-07-09 Thread Jack Mitchell
On 09/07/12 14:45, Jack Mitchell wrote: So I am trying to setup a new build machine for a way to run production builds with a staging git meta-layer repo. However, before I have even got to the difficult part I am facing build errors on both the Master branch and the Denzil branch of Poky. I

Re: [yocto] m4 build failure - master && denzil branch

2012-07-09 Thread Jack Mitchell
On 09/07/12 15:53, Martin Jansa wrote: On Mon, Jul 09, 2012 at 03:51:19PM +0100, Jack Mitchell wrote: On 09/07/12 15:37, Martin Jansa wrote: On Mon, Jul 09, 2012 at 03:34:36PM +0100, Jack Mitchell wrote: So, I'm fairly sure this is a real build failure this time, again on the poky maste

Re: [yocto] m4 build failure - master && denzil branch

2012-07-09 Thread Jack Mitchell
On 09/07/12 15:37, Martin Jansa wrote: On Mon, Jul 09, 2012 at 03:34:36PM +0100, Jack Mitchell wrote: So, I'm fairly sure this is a real build failure this time, again on the poky master and denzil branch. Please see attached file as the log is too big to paste. does your host use (e)

[yocto] m4 build failure - master && denzil branch

2012-07-09 Thread Jack Mitchell
So, I'm fairly sure this is a real build failure this time, again on the poky master and denzil branch. Please see attached file as the log is too big to paste. Regards, -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- [build@yoctoBuilder

Re: [yocto] Yocto Quilt Build Failure - Master && Denzil

2012-07-09 Thread Jack Mitchell
On 09/07/12 14:45, Jack Mitchell wrote: So I am trying to setup a new build machine for a way to run production builds with a staging git meta-layer repo. However, before I have even got to the difficult part I am facing build errors on both the Master branch and the Denzil branch of Poky. I

[yocto] Yocto Quilt Build Failure - Master && Denzil

2012-07-09 Thread Jack Mitchell
/usr/bin/install -c -m 644 lib/quilt.el /mnt/yoctoBuilds/poky-denzil.git/build/tmp/work/x86_64-linux/quilt-native-0.51-r1/image/mnt/yoctoBuilds/poky-denzil.git/build/tmp/sysroots/x86_64-linux/usr/share/emacs/site-lisp/ ERROR: oe_runmake failed Regards, -- Jack Mitchell (j...@e

Re: [yocto] menuconfig vs. config fragments?

2012-07-09 Thread Jack Mitchell
I agree, something in the back of my mind is shouting that config fragments should have a .cfg extension. Regards, -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___ yocto mailing list yoct

Re: [yocto] Beagleboard BSP on BeagleBone?

2012-06-28 Thread Jack Mitchell
.org https://lists.yoctoproject.org/listinfo/yocto You should use the Beaglebone BSP by adding the meta-ti layer and following the instructions in the meta-ti readme. Regards, Jack. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] LAMP layer

2012-06-27 Thread Jack Mitchell
On 27/06/2012 17:27, Paul Eggleton wrote: On Wednesday 27 June 2012 16:22:09 Jack Mitchell wrote: I think this is a fantastic idea in general and if I remember correctly someone from Linaro was attempting to do something similar to this the other day - so I can't only be me who would appre

Re: [yocto] LAMP layer

2012-06-27 Thread Jack Mitchell
could be a layer with that "section"? i.e. meta-networking meta-webserver (meta-l*mp?) recipes-* recipes-* meta-* I'm sure you get the idea... Regards, -- Jack Mitchell (j...@

Re: [yocto] the current yocto FAQ is pretty much valueless

2012-06-26 Thread Jack Mitchell
ack to work. you're now free to yell at me. rday ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___

Re: [yocto] Web Hob design update

2012-06-22 Thread Jack Mitchell
, it's just the project I've been working on the last 6 months is using some very similar technology and these are some of the design decisions I've made (and still attempting to make!), so it's more interest and understanding design decisions than anything else. Regards, --

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Jack Mitchell
Elvis Dowson ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto I also

[yocto] sgml-common failure

2012-06-18 Thread Jack Mitchell
Trying to build poky on master and I recieve the following error with sgml-common-native: ERROR: Function failed: sgml_common_sstate_postinst (see /home/jack/Projects/poky-denzil.git/r0005/tmp/work/x86_64-linux/sgml-common-native-0.6.3-r0/temp/log.do_populate_sysroot.4701 for further

[yocto] OpenSSL Perl File::Find

2012-06-14 Thread Jack Mitchell
ython function sysroot_cleansstate finished | DEBUG: Executing shell function do_configure | ERROR: Function failed: do_configure (see /home/jack/Projects/poky-denzil.git/r0005/tmp/work/x86_64-linux/openssl-native-1.0.0i-r15.2/temp/log.do_configure.6745 for further information) | Can't locate

Re: [yocto] Hob implementation: vanilla or branded?

2012-05-31 Thread Jack Mitchell
On 31/05/2012 18:08, Tomas Frydrych wrote: Hi, On 31/05/12 17:55, Barros Pena, Belen wrote: I would like to know what the Yocto Project community thinks about these 2 approaches. Vanilla please, 'branded' applications are so 1990s. I think very few users care whether an application looks diffe

[yocto] How to use Software support layers such as "meta-browser" in a yocto image?

2012-05-29 Thread jack
Hello, all! Who can tell me how could I use the /Software support layers /that provided by http://www.openembedded.org/wiki/LayerIndex into my own yocto image? For example, how could I use "meta-browser" during image building? Thanks! ___ yocto maili

Re: [yocto] meta-ti layer and tag 2012.05-yocto1.2

2012-05-18 Thread Jack Mitchell
ngstrom or Arago. Regards, -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] When "bitbake core-image-sato-sdk", Error: Function failed: do_kernel_configme. Who can explain Bruce Ashfield's solution? thank you!

2012-05-04 Thread jack
Hello, all! When "bitbake core-image-sato-sdk", I was puzzled by such errors: NOTE: package linux-yocto-3.0.23+git1+59314a3523e360796419d76d78c6f7d8c5ef2593_1+63c65842a3a74e4bd3128004ac29b5639f16433f-r4: task do_kernel_configme: Started ERROR: Function failed: do_kernel_configme (see /home/j

Re: [yocto] Xilinx FPGA development board meta repositories

2012-05-02 Thread Jack Mitchell
list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto There is a meta-xilinx git repo but I've never ventured as far as using it... http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/ -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer

Re: [yocto] configure: error: C compiler cannot create executables when creating and building a hello world project.

2012-04-19 Thread jack
On 2012?04?20? 02:28, Zhang, Jessica wrote: Hi Jack, I think you've hit a known issue that introduced by the latest LinuxTools project of Eclipse plug-in. Here's steps that you can have your Eclipse IDE updated to solve the issue: 1.Under Help->About Eclipse SDK, click

Re: [yocto] configure: error: C compiler cannot create executables when

2012-04-19 Thread jack
On 2012?04?20? 01:54, Andy Gikling wrote: Jack, I've been burned by this same type of issue several times during different trial runs of the Yocto quick start and when running through the ADT Manual. Here are a few things to try / things I've done wrong in the past / common pi

[yocto] configure: error: C compiler cannot create executables when creating and building a hello world project.

2012-04-19 Thread jack
hello all! After creating a project in Eclipse, I tried to Configure the Cross-Toolchains. But I did like this:"Select |Project -> Change Yocto Project Settings|: This selection brings up the |Project Yocto Settings| Dialog and allows you to make changes specific to an individual project.", t

Re: [yocto] error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx!

2012-04-16 Thread jack
On 2012年04月16日 22:24, Zhang, Jessica wrote: Hi Jack, Can you check that you have runqemu under /opt/poky/1.1.1/sysroots/i686-pokysdk-linux/usr/bin/? And can you do "echo $PATH" to check your PATH starts with /opt/poky/1.1.1/sysroots/i686-pokysdk-linux/usr/bin/ Thanks, Jessica ---

Re: [yocto] error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx!

2012-04-16 Thread jack
On 2012年04月14日 18:22, Lu, Lianhao wrote: jack wrote on 2012-04-14: hi,all! I Use a pre-built image and run it in the QEMU emulator. I have downloaded and installed "poky-eglibc-i686-i586-toolchain-gmae-1.1.1.tar.bz2", then I downloaded "bzImage-qemux86.bin" and "c

[yocto] error: runqemu command not fonund, when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-qt3-qemux86.ext3" THx!

2012-04-13 Thread jack
hi,all! I Use a pre-built image and run it in the QEMU emulator. I have downloaded and installed "poky-eglibc-i686-i586-toolchain-gmae-1.1.1.tar.bz2", then I downloaded "bzImage-qemux86.bin" and "core-image-lsb-qt3-qemux86.ext3" but when "$ runqemu qemux86 bzImage-qemux86.bin core-image-lsb-q

Re: [yocto] who are using archlinux?

2012-03-28 Thread Jack Mitchell
h in the sysroot arg at first for implicit dependended libs, but not host's rootfs. On Tue, 2012-03-27 at 16:49 +0800, Jack Mitchell wrote: On 27/03/12 03:33, Ni Qingliang wrote: who are using archlinux? I want to talk about gconf compile fail problem. I use Archlinux for OE/Yocto, cou

Re: [yocto] yassl recipe in the yocto project

2012-03-28 Thread Jack Mitchell
rSSL, http://polarssl.org/ - choice is everything right ;) -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] who are using archlinux?

2012-03-27 Thread Jack Mitchell
must install Python2 from the repositories then symlink python2 to python in /usb/bin. Regards, -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] wiki entry on how to create own source download mirror

2012-03-21 Thread Jack Mitchell
essing with OE.) also, unnecessary to do "complete build", i just do "bitbake -c fetchall". thoughts? rday Sounds good to me, I was the one who suggested it and thought it could possibly be a bit lacking if you didn't have at least a basic base knowledg

Re: [yocto] Build failure because of do_fectch in Yocto-1.1

2012-03-21 Thread Jack Mitchell
the wiki[1] which gives a brief explanation on how to go about creating your own mirror of the downloaded files. [1] https://wiki.yoctoproject.org/wiki/How_do_I Regards, -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] proper recipe for building for beagle xM? meta-ti?

2012-03-05 Thread Jack Mitchell
uld expect this to be the next test? If you don't have a beagleboard to test if you host it somewhere I can give it quick go later today if I get time. Regards, -- Jack Mitchell (j...@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk -- _

  1   2   >