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.
>
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
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
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
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
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
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
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
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).
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
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
It wasn't any help??!! really??!!
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
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
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.
-
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
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
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
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
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
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
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
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
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
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
Thanks a lot ChenQi for your comments.
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
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
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?
&
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
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
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.
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
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
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
Any help ???
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
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
) 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
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
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
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
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
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
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
. 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@
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
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
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
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
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
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
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
over it all.
Cheers,
Jack
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
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?
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
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
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
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
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
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
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
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
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
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
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
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://
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:
>>
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
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
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
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
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
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)
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
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
/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
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
.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
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
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...@
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
--
___
, 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,
--
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
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
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
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
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
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
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
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
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
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
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
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
---
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
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
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
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
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
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
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
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 - 100 of 158 matches
Mail list logo