[yocto] Hello from Me, Richard

2018-04-12 Thread Richard Collins
Just wanted to introduce myself. I'm working at a startup in the UK and my job is to manage and create the embedded platform that the product will run on. ttfn, Richard. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/lis

Re: [yocto] hello world recipe failing at do_patch.

2017-05-02 Thread Paul Eggleton
Hi Arun, On Tuesday, 2 May 2017 6:14:28 PM NZST Arun Kumar wrote: > Here is the error log: > > // > > Loaded 1475 entries from dependency cache. > NOTE: Resolving any missing task q

Re: [yocto] hello world recipe failing at do_patch.

2017-05-01 Thread Paul Eggleton
Hi Arun, On Monday, 1 May 2017 8:52:54 AM NZST Arun Kumar wrote: > I am starting out with the yocto project. Created a new recipe > using the command > > $ yocto-layer create helloworld > > I added the directory to the bblayers.conf file in my /conf > directory. As per my knowledge a

[yocto] hello world recipe failing at do_patch.

2017-04-30 Thread Arun Kumar
Hi, I am starting out with the yocto project. Created a new recipe using the command $ yocto-layer create helloworld I added the directory to the bblayers.conf file in my /conf directory. As per my knowledge and article on internet this should be an easy build. $ bitbake helloworld

Re: [yocto] hello world fails in eclipse

2016-02-29 Thread Mark Hatle
On 2/29/16 8:35 AM, Markus Haege wrote: > Hello there, > > I searched the web for a while, figured out that I'm not the first person with > this problem > but I don't find the solution. > > I use Debian 8 with Eclipse luna Release 2. > I installed the yocto plugins in eclipse as described in the

[yocto] hello world fails in eclipse

2016-02-29 Thread Markus Haege
Hello there, I searched the web for a while, figured out that I'm not the first person with this problem but I don't find the solution. I use Debian 8 with Eclipse luna Release 2. I installed the yocto plugins in eclipse as described in the manual. Now I want to compile a hello world for the met

Re: [yocto] How to create and install a library in yocto -- Hello Library

2015-09-30 Thread Simon Castillo
n.a ${D}${libdir} } = At local.conf add the library as IMAGE_INSTALL_append = "simplelib-staticdev" = Again, thanks to Jussie for the help. Regards! ---- On Wed, 9/30/15, Jussi Kukkonen wrote: Subject: Re:

Re: [yocto] How to create and install a library in yocto -- Hello Library

2015-09-30 Thread Jussi Kukkonen
On 30 September 2015 at 04:28, Simon Castillo wrote: > Hello to all, > > I have searching for a way to include a library-only in yocto. I found > couple links with suggestions but I was unsuccessful in the to package it > in the final image. Reading the yocto documentation, I see a paragraph >

[yocto] How to create and install a library in yocto -- Hello Library

2015-09-29 Thread Simon Castillo
Hello to all, I have searching for a way to include a library-only in yocto. I found couple links with suggestions but I was unsuccessful in the to package it in the final image. Reading the yocto documentation, I see a paragraph mentioning about static libraries but there is no examples.

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Michael Stickel
Hi This is the checksum over the archive. If this is your own recipe and has no checksum yet, just add the two lines to your recipe (for example right after the SRC_URI line): SRC_URI[md5sum] = "fc01b05c7f943d3c42124942a2a9bb3a" SRC_URI[sha256sum] = "fd593b5bcf6d1bb6d7d1bb7eefdccdc0010cf2c49

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
Hi, I followed all the instructions and i started my build again. Build successfully started and struck with Hello md5sum error. ERROR: Fetcher failure for URL: ' ftp://ftp.gnu.org/gnu/hello/hello-2.7.tar.gz'. No checksum specified for /home/siguser/yocto2013-05-21/build/downloads/hello-2.7.tar.g

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread michael
> I think yes. I usually give just *source oe-init-build-env *command, this > is how i used earlier and failed. May be that is the reason it has created > another build directory in /poky. We have a script for that in our build directory that we source and that calls oe-init-build-env relatively.

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Paul Eggleton
On Tuesday 04 June 2013 15:42:06 Zafrullah Syed wrote: > On Tue, Jun 4, 2013 at 3:26 PM, Paul Eggleton wrote: > > Yes, conf/bblayers.conf is supposed to be in the build directory; and > > whichever build directory you are actually using. The build directory can > > be anywhere, but you shouldn't r

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
I think yes. I usually give just *source oe-init-build-env *command, this is how i used earlier and failed. May be that is the reason it has created another build directory in /poky. What should be the command before building? i guess this( TEMPLATECONF=meta-gumstix-extras/conf source ./poky/oe-ini

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Paul Eggleton
On Tuesday 04 June 2013 15:19:49 Zafrullah Syed wrote: > On Tue, Jun 4, 2013 at 12:58 PM, Paul Eggleton < > paul.eggle...@linux.intel.com> wrote: > > On Tuesday 04 June 2013 12:42:12 Zafrullah Syed wrote: > > > previously, I successfully build *gumstix-console-image* and I have > > > > created > >

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
On Tue, Jun 4, 2013 at 12:58 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Tuesday 04 June 2013 12:42:12 Zafrullah Syed wrote: > > previously, I successfully build *gumstix-console-image* and I have > created > > *meta-bebot* folder for my recipe. > > > > My Yocto tree as follows:

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Paul Eggleton
On Tuesday 04 June 2013 12:42:12 Zafrullah Syed wrote: > previously, I successfully build *gumstix-console-image* and I have created > *meta-bebot* folder for my recipe. > > My Yocto tree as follows: > > Yocto > --build >--conf >--bblayers.conf ( I added /home/siguser/yocto2013-05-08

Re: [yocto] Hello world-Checksum error

2013-06-04 Thread Zafrullah Syed
Hi all, I am in a serious *problem* of unable to add a recipe and build an image. previously, I successfully build *gumstix-console-image* and I have created *meta-bebot* folder for my recipe. My Yocto tree as follows: Yocto --build --conf --bblayers.conf ( I added /home/siguser/yoct

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Satya Swaroop Damarla
Hi, Please remove the $ sign in SRC_URI and retry building the package.. I think it is the issue On Tue, May 28, 2013 at 1:46 PM, Zafrullah Syed wrote: > Hi all, > > I am trying to add Hello world recipe, everything was going good but after > giving bitbake command it breaks with the following

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Paul Eggleton
On Tuesday 28 May 2013 15:45:10 Zafrullah Syed wrote: > Error corrected. Thank You. > > Do we need to add IMAGE_INSTALL += " hello " and EXTRA_IMAGE_FEATURES += " > hello " to yocto/build/conf/local.conf or yocto/poky/build/conf/local.conf > before running build? If you want it installed into an

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
Hi all, Error corrected. Thank You. Do we need to add IMAGE_INSTALL += " hello " and EXTRA_IMAGE_FEATURES += " hello " to yocto/build/conf/local.conf or yocto/poky/build/conf/local.conf before running build? On Tue, May 28, 2013 at 2:36 PM, Erik Botö wrote: > On Tue, May 28, 2013 at 2:32 P

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Erik Botö
On Tue, May 28, 2013 at 2:32 PM, Zafrullah Syed wrote: > Hi Paul, > > It's the same error: > > ERROR: ExpansionError during parsing > /home/siguser/yocto2013-05-08/poky/meta-bebot/recipes-bebot/hello/hello.bb: > Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)} which > triggered

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
Hi Paul, It's the same error: ERROR: ExpansionError during parsing /home/siguser/yocto2013-05-08/poky/meta-bebot/recipes-bebot/hello/hello.bb: Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)} which triggered exception NoMethodError: Could not find a fetcher which supports the U

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Paul Eggleton
On Tuesday 28 May 2013 13:46:26 Zafrullah Syed wrote: > I am trying to add Hello world recipe, everything was going good but after > giving bitbake command it breaks with the following error: > > siguser@siguser:~/yocto2013-05-08/poky/build$ *bitbake gumstix-console-image > * > > ERROR: Expansio

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Usman, Fahad
On 05/28/2013 04:46 PM, Zafrullah Syed wrote: *My hello.bb file is*: DESCRIPTION = "GNU Helloworld application" SECTION = "examples" LICENSE = "GPLv3+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" PR = "r0" SRC_URI = "${ftp://ftp.gnu.org/gnu}/hello/h

Re: [yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
I removed $ sign in SRC_URI and ran build again, following is the same error: ERROR: ExpansionError during parsing /home/siguser/yocto2013-05-08/poky/meta-bebot/recipes-bebot/hello/hello.bb: Failure expanding expression ${@bb.fetch.get_checksum_file_list(d)} which triggered exception NoMethodErro

[yocto] Hello world-Checksum error

2013-05-28 Thread Zafrullah Syed
Hi all, I am trying to add Hello world recipe, everything was going good but after giving bitbake command it breaks with the following error: siguser@siguser:~/yocto2013-05-08/poky/build$ *bitbake gumstix-console-image * ERROR: ExpansionError during parsing /home/siguser/yocto2013-05-08/poky/me

Re: [yocto] Hello world package error

2013-05-21 Thread Marco
Il 21/05/2013 13:08, Paul Barker ha scritto: On 21 May 2013 12:02, Zafrullah Syed wrote: If you run into a missing dependency, search for it on layers.openembedded.org: http://layers.openembedded.org/layerindex/recipes/?q=devmem Does your bblayers.conf point to the relevant layers? I'm just

Re: [yocto] Hello world package error

2013-05-21 Thread Paul Barker
On 21 May 2013 12:02, Zafrullah Syed wrote: > Hi Paul, > > I followed this manual > https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_put_my_recipe_into_Yocto.3F > > and replaced my helloworld.bb file. > > Sourced oe-init-build and ran bitbake gumstix-console-image > > got this error: http:/

Re: [yocto] Hello world package error

2013-05-21 Thread Zafrullah Syed
Hi Paul, I followed this manual https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_put_my_recipe_into_Yocto.3F and replaced my helloworld.bb file. Sourced oe-init-build and ran* bitbake gumstix-console-image* got this error: http://pastebin.com/fxUwQina Previously, i ran gumstix-console-i

Re: [yocto] Hello world package error

2013-05-21 Thread Paul Barker
On 21 May 2013 11:35, Paul Barker wrote: > On 21 May 2013 11:12, Zafrullah Syed wrote: >> I sourced oe-init-build-env and ran bitbake helloworld from build directory. >> Then i get this error. previously, i ran bitbake core-image-minimal and was >> successful. No idea where i am doing wrong? > >

Re: [yocto] Hello world package error

2013-05-21 Thread Paul Barker
On 21 May 2013 11:12, Zafrullah Syed wrote: > I sourced oe-init-build-env and ran bitbake helloworld from build directory. > Then i get this error. previously, i ran bitbake core-image-minimal and was > successful. No idea where i am doing wrong? Ok, I guess that it's bitbake itself that throws t

Re: [yocto] Hello world package error

2013-05-21 Thread Zafrullah Syed
Hi Paul, I sourced oe-init-build-env and ran *bitbake helloworld *from build directory*. *Then i get this error. previously, i ran bitbake core-image-minimal and was successful. No idea where i am doing wrong? On Tue, May 21, 2013 at 12:04 PM, Paul Barker wrote: > On 21 May 2013 10:42, Zafrull

Re: [yocto] Hello world package error

2013-05-21 Thread Paul Barker
On 21 May 2013 10:42, Zafrullah Syed wrote: > When i try to run bitbake helloworld from build it throws "Nothing provides > bitbake " error This sounds like bitbake isn't on your PATH. Have you sourced oe-init-build-env from the poky directory? Does running `which bitbake` give any output? -- Pa

[yocto] Hello world package error

2013-05-21 Thread Zafrullah Syed
Hi all, I am trying to add Hello world package, my path is as follows, */home/siguser/yocto/poky* --meta-bebot --recipes-bebot --helloworld --helloworld.bb +--- | +

Re: [yocto] Problem building Yocto Hello World demo on imx53QSB

2012-07-23 Thread Giovanni Foiani
nts below… > > ** ** > > ** ** > > ** ** > > *From:* Giovanni Foiani [mailto:fno...@unife.it] > *Sent:* Wednesday, July 18, 2012 7:25 AM > *To:* Zhang, Jessica > *Cc:* yocto@yoctoproject.org > *Subject:* Re: [yocto] Problem building Yocto Hello World demo on i

Re: [yocto] Problem building Yocto Hello World demo on imx53QSB

2012-07-18 Thread Zhang, Jessica
Please see my comments below... From: Giovanni Foiani [mailto:fno...@unife.it] Sent: Wednesday, July 18, 2012 7:25 AM To: Zhang, Jessica Cc: yocto@yoctoproject.org Subject: Re: [yocto] Problem building Yocto Hello World demo on imx53QSB Hi Jessica, downgrading from Ubuntu 11.04 (32

Re: [yocto] Problem building Yocto Hello World demo on imx53QSB

2012-07-18 Thread Giovanni Foiani
> > ** ** > > Cheers, > > Jessica > > ** ** > > *From:* yocto-boun...@yoctoproject.org [mailto: > yocto-boun...@yoctoproject.org] *On Behalf Of *Giovanni Foiani > *Sent:* Tuesday, July 17, 2012 2:29 AM > *To:* yocto@yoctoproject.org > *Subjec

Re: [yocto] Problem building Yocto Hello World demo on imx53QSB

2012-07-17 Thread Zhang, Jessica
Behalf Of Giovanni Foiani Sent: Tuesday, July 17, 2012 2:29 AM To: yocto@yoctoproject.org Subject: [yocto] Problem building Yocto Hello World demo on imx53QSB Hi, I need to deploy a C application that I have made on a Freescale iMX53 QSB. First I wanted to test the cross-compilation

[yocto] Problem building Yocto Hello World demo on imx53QSB

2012-07-17 Thread Giovanni Foiani
Hi, I need to deploy a C application that I have made on a Freescale iMX53 QSB. First I wanted to test the cross-compilation environment building the Hello World demo but I got some issues. I made the following steps: - download yocto denzil - source oe-init-build-env - edit local.conf a

Re: [yocto] Hello

2012-06-01 Thread Rifenbark, Scott M
archived versions of the manual and the current version. Scott -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Khem Raj Sent: Thursday, May 31, 2012 3:31 PM To: Jim Rucker Cc: yocto@yoctoproject.org Subject: Re: [yocto] Hello

Re: [yocto] Hello

2012-05-31 Thread Khem Raj
On Thu, May 31, 2012 at 3:17 PM, Jim Rucker wrote: > I'm fairly new to Yocto and Poky and I have a question that I haven't been > able to find through Google. If there are multiple .bb files in a directory, > how does bitbake choose which one to use? read http://www.yoctoproject.org/docs/1.0/po

[yocto] Hello

2012-05-31 Thread Jim Rucker
I'm fairly new to Yocto and Poky and I have a question that I haven't been able to find through Google. If there are multiple .bb files in a directory, how does bitbake choose which one to use? Background: I'm inheriting a project from someone and they have a SRC_URI="git" version and a SRC