Re: [yocto] Build error after changing $TMPDIR

2019-08-08 Thread Hao Qian
On Fri, Aug 9, 2019 at 12:15 PM ChenQi wrote: > > No, it's not a stupid question. > > For now, setting TMPDIR like this does cause build error. More sanity check > might be needed to error out directly in such case. > You can just source the build directory to be some location you want. > . oe-in

[yocto] Build error after changing $TMPDIR

2019-08-08 Thread Hao Qian
Hi, I'm trying to change the $TMPDIR on my project. I tried to set tmp folder's position just besides to the "poky" folder, with modification like below: ``` diff -u ../meta-poky/conf/local.conf.sample conf/local.conf --- ../meta-poky/conf/local.conf.sample 2019-08-09 10:20:50.115183741 +0900 ++

Re: [yocto] Build error on dockerode using YP-Core warrior 2.7

2019-05-14 Thread Edson Seabra
since that itself sets S S = "${WORKDIR}/npmpkg" = end of recipe === As I told, there is no package name inside the recipe. Thanks, Edson. From: Khem Raj Sent: Monday, May 13, 2019 3:32 PM To: Edson Seabra Cc: yocto@yoctoproject

Re: [yocto] Build error on dockerode using YP-Core warrior 2.7

2019-05-13 Thread Khem Raj
to > maintainer to step in. > Just change the concerned recipe name this patch is a bit too much > > Regards, > Edson. > > -- > *From:* Khem Raj > *Sent:* Sunday, May 12, 2019 4:50 AM > *To:* Edson Seabra > *Cc:* yocto@yoctoproject

Re: [yocto] Build error on dockerode using YP-Core warrior 2.7

2019-05-11 Thread Khem Raj
Use all lowercase in recipe name you seem to have mixed it with uppercase On Sat, May 11, 2019 at 5:58 PM Edson Seabra wrote: > Hi, > > > I created the recipe for dockerode 2.5.8 using the command recipetool: > > > recipetool create "npm://registry.npmjs.org;name=dockerode;version=2.5.8" > > > T

[yocto] Build error on dockerode using YP-Core warrior 2.7

2019-05-11 Thread Edson Seabra
Hi, I created the recipe for dockerode 2.5.8 using the command recipetool: recipetool create "npm://registry.npmjs.org;name=dockerode;version=2.5.8" The recipe creates a lot of ipk's package and fails on dockerode-JSONStream ipk. I can build dokerode with YP-Coce morty, almost sure I did wi

Re: [yocto] Build error after changing PACKAGE_CLASSES to package_deb

2019-01-21 Thread Khem Raj
this is the problem dpkg-deb: error: package name has characters that aren't lowercase alphanums or '-+.' its possible that linux-imx is adding some string to PR which is not honoring this convention usually introduced by setting EXTRAVERSION in kernel toplevel makefile On Mon, Jan 21, 2019 at 8

[yocto] Build error after changing PACKAGE_CLASSES to package_deb

2019-01-21 Thread srinivasan
Dear Yocto Experts Team, I am seeing the below error after changing the package_classes from "rpm" to "deb" as below, when I am trying to add freescale meta layers to my custom yocto distribution Could you please do the needful by providing some inputs in resolving the below issue? Logs: WARNING

Re: [yocto] Build error: "u-boot-imx_2017.03.bb:do_compile" failed ( freescale I.MX 6 on Ubuntu 16.04) ?

2017-12-06 Thread Martin Jansa
I don't know what version of Yocto you're using, but if it's older than 2.3 (which does filter what binaries are seen from the host system with HOSTTOOLS), then your build is probably autodetecting swig from host and you can easily disable that with: do_compile_prepend () { sed 's@\(^always +=

Re: [yocto] Build error: "u-boot-imx_2017.03.bb:do_compile" failed ( freescale I.MX 6 on Ubuntu 16.04) ?

2017-12-06 Thread Eric Schwarz
Hello Jerry, U-Boot depends on Python but the dependency is not included in the U-Boot recipe AFAIK. I have already sent a patchset which was not complete at that time to the yocto mailinglist. Ross meant one needs to inherit from Python U-Boot class in the recipe not just include a dependency

[yocto] Build error: "u-boot-imx_2017.03.bb:do_compile" failed ( freescale I.MX 6 on Ubuntu 16.04) ?

2017-12-06 Thread Jerry Lian
I got an error when trying to build for freescale I.MX6 on Ubuntu 16.04.(see below) (I just follow the guide from http://freescale.github.io) Anybody got hints? Thanks! Jerry === | tools/libfdt_wrap.c:147:21: fa

Re: [yocto] build error on raspberrypi3

2017-10-26 Thread Paul Barker
On Thu, Oct 26, 2017 at 4:59 AM, vishal ashapur wrote: > hi im buliding linux on rpi3 using yocto pyro branch. after doing > "bitbake linux-raspberrypi -c menuconfig" it is downloading all > sources but at the end it is showing the following error. > > ERROR: linux-raspberrypi-1_4.9.30+gitAUTOINC

Re: [yocto] build error on raspberrypi3

2017-10-26 Thread Antonello Tartamo
Are you under proxy ? If yes set http_proxy/https_proxy variables. However, with github the protocol variable must be https. 2017-10-26 5:59 GMT+02:00 vishal ashapur : > hi im buliding linux on rpi3 using yocto pyro branch. after doing > "bitbake linux-raspberrypi -c menuconfig" it is downloa

[yocto] build error on raspberrypi3

2017-10-25 Thread vishal ashapur
hi im buliding linux on rpi3 using yocto pyro branch. after doing "bitbake linux-raspberrypi -c menuconfig" it is downloading all sources but at the end it is showing the following error. ERROR: linux-raspberrypi-1_4.9.30+gitAUTOINC+e54215a9bc-r28 do_fetch: Fetcher failure for URL: 'git://github.

Re: [yocto] : Build error while building armeb image.

2015-03-11 Thread Mark Hatle
On 3/11/15 7:15 AM, Prashant Purohit wrote: > Hi, > > I am trying to boot kernel image for 'armv7ab' using QEMU. > > To do the same, I have included the 'tune-arma7.inc' > (/meta/conf/machine/include/ > arm/arch-armv7a.inc) and configured DEFAULTTUNE variable to 'armv7ab'. > But I am not able to

[yocto] : Build error while building armeb image.

2015-03-11 Thread Prashant Purohit
Hi, I am trying to boot kernel image for 'armv7ab' using QEMU. To do the same, I have included the 'tune-arma7.inc' (/meta/conf/machine/include/ arm/arch-armv7a.inc) and configured DEFAULTTUNE variable to 'armv7ab'. But I am not able to build the image for it. I am getting error (compiled for a l

Re: [yocto] build error

2014-06-18 Thread Alex J Lennon
On 18/06/2014 09:38, Ruud den Bekker wrote: > > L.S., > > > > I followed the directions on > http://www.codeproject.com/Articles/774826/Adding-rd-party-components-to-Yocto-OpenEmbedded-L > > to add an example project to my yocto-poky build tree. > > > > a strange thing happens: > > when using

[yocto] build error

2014-06-18 Thread Ruud den Bekker
L.S., I followed the directions on http://www.codeproject.com/Articles/774826/Adding-rd-party-components-to -Yocto-OpenEmbedded-L to add an example project to my yocto-poky build tree. a strange thing happens: when using bitbake bbexample-lt for "qemuarm" or "edgerouter", it builds ok.

Re: [yocto] build error since commit: gcc: Use FILESPATH instead of FILESDIR and cleanup/simplify

2012-11-21 Thread Nicolas Dechesne
On Wed, Nov 21, 2012 at 9:41 AM, Burton, Ross wrote: > On 21 November 2012 00:44, Nicolas Dechesne wrote: > > i was attempting a rebuild from scratch with today's master of poky, and > i > > was facing issues such as: > > > > WARNING: Failed to fetch URL > file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.

Re: [yocto] build error since commit: gcc: Use FILESPATH instead of FILESDIR and cleanup/simplify

2012-11-21 Thread Burton, Ross
On 21 November 2012 00:44, Nicolas Dechesne wrote: > i was attempting a rebuild from scratch with today's master of poky, and i > was facing issues such as: > > WARNING: Failed to fetch URL file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch, > attempting MIRRORS if available That bug was only briefly i

[yocto] build error since commit: gcc: Use FILESPATH instead of FILESDIR and cleanup/simplify

2012-11-20 Thread Nicolas Dechesne
hello, i was attempting a rebuild from scratch with today's master of poky, and i was facing issues such as: WARNING: Failed to fetch URL file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch, attempting MIRRORS if available ERROR: Fetcher failure: Unable to find file file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGE

[yocto] build error pandaboard on master

2012-08-03 Thread Edward Vidal
On 2012-08-03 07:59, Edward Vidal wrote: >* Hello*>**>* On 2012-08-03 07:19, Edward Vidal wrote:*>>*/ Hello,*>* />/ I >too am interested in the pandaboard with yacto.*>* />/ I added meta-ti to >conf/bblayes.conf*>* />/ I have tried master and git branch 30fb40.*>* />/ >Did you have to make

Re: [yocto] build error pandaboard on master

2012-08-03 Thread Gary Thomas
On 2012-08-03 07:59, Edward Vidal wrote: Hello On 2012-08-03 07:19, Edward Vidal wrote: / Hello, />/ I too am interested in the pandaboard with yacto. />/ I added meta-ti to conf/bblayes.conf />/ I have tried master and git branch 30fb40. />/ Did you have to make any changes to meta-ti? /

[yocto] build error pandaboard on master

2012-08-03 Thread Edward Vidal
Hello On 2012-08-03 07:19, Edward Vidal wrote: >* Hello,*>* I too am interested in the pandaboard with yacto.*>* I added >meta-ti to conf/bblayes.conf*>* I have tried master and git branch 30fb40.*>* >Did you have to make any changes to meta-ti?*>* I get the following*>* >MACHINE=pandaboard b

Re: [yocto] build error pandaboard on master

2012-08-03 Thread Gary Thomas
On 2012-08-03 07:19, Edward Vidal wrote: Hello, I too am interested in the pandaboard with yacto. I added meta-ti to conf/bblayes.conf I have tried master and git branch 30fb40. Did you have to make any changes to meta-ti? I get the following MACHINE=pandaboard bitbake -v core-image-sato Pseudo

[yocto] build error pandaboard on master

2012-08-03 Thread Edward Vidal
Hello, I too am interested in the pandaboard with yacto. I added meta-ti to conf/bblayes.conf I have tried master and git branch 30fb40. Did you have to make any changes to meta-ti? I get the following MACHINE=pandaboard bitbake -v core-image-sato Pseudo is not present but is required, building th

Re: [yocto] build error pandaboard on master

2012-08-02 Thread Elvis Dowson
Hi, On Aug 2, 2012, at 9:21 PM, Jim Abernathy wrote: >> One of us should fix the pulseaudio issue on master and send in a patch. > probably going to be you. that's a long ways away from my skill level. :-) You can find information about the linux git repos for OMAP4 here: http://www.omappedia.c

Re: [yocto] build error pandaboard on master

2012-08-02 Thread Jim Abernathy
On 08/02/2012 01:07 PM, maniacbug wrote: Got around this issue by checking out the denzil branch on meta-ti and poky. then my core-image-sato builds and boots. Right, that is what I was going to suggest. One of us should fix the pulseaudio issue on master and send in a patch. probably goin

Re: [yocto] build error pandaboard on master

2012-08-02 Thread maniacbug
> Got around this issue by checking out the denzil branch on meta-ti and > poky.  then my core-image-sato builds and boots. Right, that is what I was going to suggest. One of us should fix the pulseaudio issue on master and send in a patch. > Anyone know how to get the wireless and HW accele

Re: [yocto] build error pandaboard on master

2012-08-02 Thread Jim Abernathy
On 08/02/2012 08:47 AM, Jim Abernathy wrote: On 08/01/2012 02:59 PM, maniacbug wrote: Yup, I can verify that denzil builds and runs on Pandaboard with meta-ti 30fb40ebc13614a74c2e237927c60ac43e01d1bc. Haven't tried master, but don't see a need if denzil is going to work. BTW, I did not find

Re: [yocto] build error pandaboard on master

2012-08-02 Thread Jim Abernathy
On 08/01/2012 02:59 PM, maniacbug wrote: Yup, I can verify that denzil builds and runs on Pandaboard with meta-ti 30fb40ebc13614a74c2e237927c60ac43e01d1bc. Haven't tried master, but don't see a need if denzil is going to work. BTW, I did not find it necessary to use meta-oe. Both core-imag

Re: [yocto] build error pandaboard on master

2012-08-01 Thread maniacbug
Yup, I can verify that denzil builds and runs on Pandaboard with meta-ti 30fb40ebc13614a74c2e237927c60ac43e01d1bc.  Haven't tried master, but don't see a need if denzil is going to work.  BTW, I did not find it necessary to use meta-oe. Both core-image-base and core-image-sato are working swel

Re: [yocto] build error pandaboard on master

2012-07-31 Thread William Mills
On 07/31/2012 09:33 AM, Jim Abernathy wrote: On 07/31/2012 08:14 AM, Gary Thomas wrote: On 2012-07-31 06:00, Jim Abernathy wrote: On 07/31/2012 07:53 AM, Gary Thomas wrote: On 2012-07-31 05:49, Martin Jansa wrote: On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote: On 07/31/2012

Re: [yocto] build error pandaboard on master

2012-07-31 Thread Jim Abernathy
On 07/31/2012 08:14 AM, Gary Thomas wrote: On 2012-07-31 06:00, Jim Abernathy wrote: On 07/31/2012 07:53 AM, Gary Thomas wrote: On 2012-07-31 05:49, Martin Jansa wrote: On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote: On 07/31/2012 07:25 AM, Gary Thomas wrote: On 2012-07-30 13:

Re: [yocto] build error pandaboard on master

2012-07-31 Thread Gary Thomas
On 2012-07-31 06:00, Jim Abernathy wrote: On 07/31/2012 07:53 AM, Gary Thomas wrote: On 2012-07-31 05:49, Martin Jansa wrote: On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote: On 07/31/2012 07:25 AM, Gary Thomas wrote: On 2012-07-30 13:11, Gary Thomas wrote: On 2012-07-30 12:49,

Re: [yocto] build error pandaboard on master

2012-07-31 Thread Jim Abernathy
On 07/31/2012 07:53 AM, Gary Thomas wrote: On 2012-07-31 05:49, Martin Jansa wrote: On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote: On 07/31/2012 07:25 AM, Gary Thomas wrote: On 2012-07-30 13:11, Gary Thomas wrote: On 2012-07-30 12:49, Jim Abernathy wrote: On 07/30/2012 01:16

Re: [yocto] build error pandaboard on master

2012-07-31 Thread Gary Thomas
On 2012-07-31 05:49, Martin Jansa wrote: On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote: On 07/31/2012 07:25 AM, Gary Thomas wrote: On 2012-07-30 13:11, Gary Thomas wrote: On 2012-07-30 12:49, Jim Abernathy wrote: On 07/30/2012 01:16 PM, Gary Thomas wrote: On 2012-07-30 11:09,

Re: [yocto] build error pandaboard on master

2012-07-31 Thread Martin Jansa
On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote: > On 07/31/2012 07:25 AM, Gary Thomas wrote: > > On 2012-07-30 13:11, Gary Thomas wrote: > >> On 2012-07-30 12:49, Jim Abernathy wrote: > >>> On 07/30/2012 01:16 PM, Gary Thomas wrote: > On 2012-07-30 11:09, Jim Abernathy wrote: >

Re: [yocto] build error pandaboard on master

2012-07-31 Thread Jim Abernathy
On 07/31/2012 07:25 AM, Gary Thomas wrote: On 2012-07-30 13:11, Gary Thomas wrote: On 2012-07-30 12:49, Jim Abernathy wrote: On 07/30/2012 01:16 PM, Gary Thomas wrote: On 2012-07-30 11:09, Jim Abernathy wrote: On 07/30/2012 12:57 PM, Gary Thomas wrote: On 2012-07-30 10:50, Jim Abernathy wrot

Re: [yocto] build error pandaboard on master

2012-07-31 Thread Gary Thomas
On 2012-07-30 13:11, Gary Thomas wrote: On 2012-07-30 12:49, Jim Abernathy wrote: On 07/30/2012 01:16 PM, Gary Thomas wrote: On 2012-07-30 11:09, Jim Abernathy wrote: On 07/30/2012 12:57 PM, Gary Thomas wrote: On 2012-07-30 10:50, Jim Abernathy wrote: On 07/30/2012 10:21 AM, Gary Thomas wrot

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Gary Thomas
On 2012-07-30 12:49, Jim Abernathy wrote: On 07/30/2012 01:16 PM, Gary Thomas wrote: On 2012-07-30 11:09, Jim Abernathy wrote: On 07/30/2012 12:57 PM, Gary Thomas wrote: On 2012-07-30 10:50, Jim Abernathy wrote: On 07/30/2012 10:21 AM, Gary Thomas wrote: On 2012-07-30 08:11, Jim Abernathy wr

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 01:16 PM, Gary Thomas wrote: On 2012-07-30 11:09, Jim Abernathy wrote: On 07/30/2012 12:57 PM, Gary Thomas wrote: On 2012-07-30 10:50, Jim Abernathy wrote: On 07/30/2012 10:21 AM, Gary Thomas wrote: On 2012-07-30 08:11, Jim Abernathy wrote: On 07/30/2012 09:56 AM, Gary Thomas w

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Gary Thomas
On 2012-07-30 11:09, Jim Abernathy wrote: On 07/30/2012 12:57 PM, Gary Thomas wrote: On 2012-07-30 10:50, Jim Abernathy wrote: On 07/30/2012 10:21 AM, Gary Thomas wrote: On 2012-07-30 08:11, Jim Abernathy wrote: On 07/30/2012 09:56 AM, Gary Thomas wrote: On 2012-07-30 07:48, Jim Abernathy wr

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 12:57 PM, Gary Thomas wrote: On 2012-07-30 10:50, Jim Abernathy wrote: On 07/30/2012 10:21 AM, Gary Thomas wrote: On 2012-07-30 08:11, Jim Abernathy wrote: On 07/30/2012 09:56 AM, Gary Thomas wrote: On 2012-07-30 07:48, Jim Abernathy wrote: On 07/30/2012 09:15 AM, Gary Thomas w

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Gary Thomas
On 2012-07-30 10:50, Jim Abernathy wrote: On 07/30/2012 10:21 AM, Gary Thomas wrote: On 2012-07-30 08:11, Jim Abernathy wrote: On 07/30/2012 09:56 AM, Gary Thomas wrote: On 2012-07-30 07:48, Jim Abernathy wrote: On 07/30/2012 09:15 AM, Gary Thomas wrote: On 2012-07-30 06:53, Jim Abernathy wr

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 10:21 AM, Gary Thomas wrote: On 2012-07-30 08:11, Jim Abernathy wrote: On 07/30/2012 09:56 AM, Gary Thomas wrote: On 2012-07-30 07:48, Jim Abernathy wrote: On 07/30/2012 09:15 AM, Gary Thomas wrote: On 2012-07-30 06:53, Jim Abernathy wrote: I'm on master branch trying to build c

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 10:21 AM, Gary Thomas wrote: On 2012-07-30 08:11, Jim Abernathy wrote: On 07/30/2012 09:56 AM, Gary Thomas wrote: On 2012-07-30 07:48, Jim Abernathy wrote: On 07/30/2012 09:15 AM, Gary Thomas wrote: On 2012-07-30 06:53, Jim Abernathy wrote: I'm on master branch trying to build c

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Gary Thomas
On 2012-07-30 08:11, Jim Abernathy wrote: On 07/30/2012 09:56 AM, Gary Thomas wrote: On 2012-07-30 07:48, Jim Abernathy wrote: On 07/30/2012 09:15 AM, Gary Thomas wrote: On 2012-07-30 06:53, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine "pandabo

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 09:56 AM, Gary Thomas wrote: On 2012-07-30 07:48, Jim Abernathy wrote: On 07/30/2012 09:15 AM, Gary Thomas wrote: On 2012-07-30 06:53, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 09:19 AM, Martin Jansa wrote: On Mon, Jul 30, 2012 at 09:06:23AM -0400, Jim Abernathy wrote: On 07/30/2012 09:00 AM, Martin Jansa wrote: On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine "pandabo

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Gary Thomas
On 2012-07-30 07:48, Jim Abernathy wrote: On 07/30/2012 09:15 AM, Gary Thomas wrote: On 2012-07-30 06:53, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf. My

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 09:15 AM, Gary Thomas wrote: On 2012-07-30 06:53, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf. My bblayer.conf is as follows: # LAYER_CONF_

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Martin Jansa
On Mon, Jul 30, 2012 at 03:19:30PM +0200, Martin Jansa wrote: > On Mon, Jul 30, 2012 at 09:06:23AM -0400, Jim Abernathy wrote: > > On 07/30/2012 09:00 AM, Martin Jansa wrote: > > > On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote: > > >> I'm on master branch trying to build core-image-

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Martin Jansa
On Mon, Jul 30, 2012 at 09:06:23AM -0400, Jim Abernathy wrote: > On 07/30/2012 09:00 AM, Martin Jansa wrote: > > On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote: > >> I'm on master branch trying to build core-image-minimal for the machine > >> "pandaboard". Besides the basics, I put i

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Gary Thomas
On 2012-07-30 06:53, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf. My bblayer.conf is as follows: # LAYER_CONF_VERSION is increased each time build/conf/bb

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
On 07/30/2012 09:00 AM, Martin Jansa wrote: On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote: I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf. My bblayer.conf is as fol

Re: [yocto] build error pandaboard on master

2012-07-30 Thread Martin Jansa
On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote: > I'm on master branch trying to build core-image-minimal for the machine > "pandaboard". Besides the basics, I put in a license statement for > cloud9 into local.conf. > > My bblayer.conf is as follows: > > # LAYER_CONF_VERSION is

[yocto] build error pandaboard on master

2012-07-30 Thread Jim Abernathy
I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf. My bblayer.conf is as follows: # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VE

Re: [yocto] Help: Yocto build error

2012-07-09 Thread Andrei Gherzan
On Mon, Jul 9, 2012 at 1:22 PM, kishore sheik ahamed wrote: > > On Mon, Jul 9, 2012 at 3:03 PM, Andrei Gherzan wrote: > >> On Sat, Jul 7, 2012 at 10:54 AM, kishore sheik ahamed < >> linuxi...@gmail.com> wrote: >> >>> Hello there >>> >>> I am trying to build Yocto on ubuntu 10.10 >>> I get the fol

[yocto] Help: Yocto build error

2012-07-07 Thread kishore sheik ahamed
Hello there I am trying to build Yocto on ubuntu 10.10 I get the following error. Could someone help me? Making all in ERROR: Function failed: do_compile (see /home/kishore/project/yocto/ poky-denzil-7.0-build/tmp/work/i686-linux/elfutils-native-0.148-r7/temp/log.do_compile.21021 for further info

Re: [yocto] Build error: Could not inherit file classes/systemd.bbclass

2012-05-03 Thread Denys Dmytriyenko
On Thu, May 03, 2012 at 01:07:06PM -0600, Gary Thomas wrote: > On 2012-05-03 12:22, Elvis Dowson wrote: > >Hi, > > > >On May 3, 2012, at 5:39 PM, Gary Thomas wrote: > > > >>On 2012-05-03 07:21, Paul Eggleton wrote: > >>I saw this checkin yesterday on meta-ti: > >>Module: meta-ti > >>Branch: refs/ta

Re: [yocto] Build error: Could not inherit file classes/systemd.bbclass

2012-05-03 Thread Denys Dmytriyenko
On Thu, May 03, 2012 at 09:39:17AM -0600, Gary Thomas wrote: > On 2012-05-03 07:21, Paul Eggleton wrote: > >On Thursday 03 May 2012 14:56:03 Elvis Dowson wrote: > >> I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get > >>a build error when I run the following command: > >>

Re: [yocto] Build error: Could not inherit file classes/systemd.bbclass

2012-05-03 Thread Denys Dmytriyenko
On Thu, May 03, 2012 at 02:21:40PM +0100, Paul Eggleton wrote: > On Thursday 03 May 2012 14:56:03 Elvis Dowson wrote: > > I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get > > a build error when I run the following command: > > > > $ bitbake -c fetchall core-image-minimal

Re: [yocto] Build error: Could not inherit file classes/systemd.bbclass

2012-05-03 Thread Gary Thomas
On 2012-05-03 12:22, Elvis Dowson wrote: Hi, On May 3, 2012, at 5:39 PM, Gary Thomas wrote: On 2012-05-03 07:21, Paul Eggleton wrote: I saw this checkin yesterday on meta-ti: Module: meta-ti Branch: refs/tags/v2012.05-yocto1.2 Tag: ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c URL: http://arago-pr

Re: [yocto] Build error: Could not inherit file classes/systemd.bbclass

2012-05-03 Thread Elvis Dowson
Hi, On May 3, 2012, at 5:39 PM, Gary Thomas wrote: > On 2012-05-03 07:21, Paul Eggleton wrote: > I saw this checkin yesterday on meta-ti: > Module: meta-ti > Branch: refs/tags/v2012.05-yocto1.2 > Tag:ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c > URL: > http://arago-project.org/git/meta-t

Re: [yocto] Build error: Could not inherit file classes/systemd.bbclass

2012-05-03 Thread Gary Thomas
On 2012-05-03 07:21, Paul Eggleton wrote: On Thursday 03 May 2012 14:56:03 Elvis Dowson wrote: I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get a build error when I run the following command: $ bitbake -c fetchall core-image-minimal Pseudo is not present but is requ

[yocto] Build error: Could not inherit file classes/systemd.bbclass

2012-05-03 Thread Elvis Dowson
Hi, I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get a build error when I run the following command: $ bitbake -c fetchall core-image-minimal Pseudo is not present but is required, building this first before the main build WARNING: Host distribution "Ubuntu 12.04 LTS"

Re: [yocto] Build error: Could not inherit file classes/systemd.bbclass

2012-05-03 Thread Paul Eggleton
On Thursday 03 May 2012 14:56:03 Elvis Dowson wrote: > I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get > a build error when I run the following command: > > $ bitbake -c fetchall core-image-minimal > > Pseudo is not present but is required, building this first before t

[yocto] Build error: Could not inherit file classes/systemd.bbclass

2012-05-03 Thread Elvis Dowson
Hi, I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get a build error when I run the following command: $ bitbake -c fetchall core-image-minimal Pseudo is not present but is required, building this first before the main build WARNING: Host distribution "Ubuntu 12.04 LTS"

Re: [yocto] build error on core-image-sato-sdk

2012-04-10 Thread Darren Hart
On 04/10/2012 05:44 AM, jfabernathy wrote: > On 04/09/2012 06:15 PM, Darren Hart wrote: >> >> On 04/09/2012 01:33 PM, jfabernathy wrote: >>> at the end of the build of core-image-sato-sdk I got the following >>> error. I'm using the edison branch with the latest changes and also >>> building the

Re: [yocto] build error on core-image-sato-sdk

2012-04-10 Thread jfabernathy
On 04/09/2012 06:15 PM, Darren Hart wrote: On 04/09/2012 01:33 PM, jfabernathy wrote: at the end of the build of core-image-sato-sdk I got the following error. I'm using the edison branch with the latest changes and also building the meta-cedartrail. I had previously built core-image-sato suc

Re: [yocto] build error on core-image-sato-sdk

2012-04-10 Thread Joshua Immanuel
Hello Darren, On Mon, 2012-04-09 at 15:15 -0700, Darren Hart wrote: > > ERROR: Function 'build_boot_bin' failed (see > > /build/cdv-edison/tmp/work/cedartrail-poky-linux/core-image-sato-sdk-1.0-r0/temp/log.do_bootimg.25810 > > > > for further information) > > ERROR: Logfile of failure stored in

Re: [yocto] build error on core-image-sato-sdk

2012-04-09 Thread Christopher Larson
See the cooker.log.* files in the tmp (or build) directory. -- Christopher Larson On Monday, April 9, 2012 at 5:01 PM, James Abernathy wrote: > > > On Mon, Apr 9, 2012 at 6:15 PM, Darren Hart (mailto:dvh...@linux.intel.com)> wrote: > > > > > > On 04/09/2012 01:33 PM, jfabernathy wrote: >

Re: [yocto] build error on core-image-sato-sdk

2012-04-09 Thread James Abernathy
On Mon, Apr 9, 2012 at 6:15 PM, Darren Hart wrote: > > > On 04/09/2012 01:33 PM, jfabernathy wrote: > > at the end of the build of core-image-sato-sdk I got the following > > error. I'm using the edison branch with the latest changes and also > > building the meta-cedartrail. I had previously b

Re: [yocto] build error on core-image-sato-sdk

2012-04-09 Thread Darren Hart
On 04/09/2012 01:33 PM, jfabernathy wrote: > at the end of the build of core-image-sato-sdk I got the following > error. I'm using the edison branch with the latest changes and also > building the meta-cedartrail. I had previously built core-image-sato > successfully with this setup. > > An

[yocto] build error on core-image-sato-sdk

2012-04-09 Thread jfabernathy
at the end of the build of core-image-sato-sdk I got the following error. I'm using the edison branch with the latest changes and also building the meta-cedartrail. I had previously built core-image-sato successfully with this setup. Any ideas? ERROR: Function 'build_boot_bin' failed (see

Re: [yocto] build error after recent pull

2012-03-20 Thread jfabernathy
On 03/19/2012 05:27 PM, Gary Thomas wrote: On 2012-03-19 14:49, jfabernathy wrote: On 03/19/2012 04:25 PM, Gary Thomas wrote: On 2012-03-19 13:25, jfabernathy wrote: On 03/19/2012 03:13 PM, Gary Thomas wrote: On 2012-03-19 13:04, jfabernathy wrote: On 03/19/2012 03:03 PM, Gary Thomas wrote:

Re: [yocto] build error after recent pull

2012-03-19 Thread jfabernathy
On 03/19/2012 05:27 PM, Gary Thomas wrote: On 2012-03-19 14:49, jfabernathy wrote: On 03/19/2012 04:25 PM, Gary Thomas wrote: On 2012-03-19 13:25, jfabernathy wrote: On 03/19/2012 03:13 PM, Gary Thomas wrote: On 2012-03-19 13:04, jfabernathy wrote: On 03/19/2012 03:03 PM, Gary Thomas wrote:

Re: [yocto] build error after recent pull

2012-03-19 Thread Gary Thomas
On 2012-03-19 14:49, jfabernathy wrote: On 03/19/2012 04:25 PM, Gary Thomas wrote: On 2012-03-19 13:25, jfabernathy wrote: On 03/19/2012 03:13 PM, Gary Thomas wrote: On 2012-03-19 13:04, jfabernathy wrote: On 03/19/2012 03:03 PM, Gary Thomas wrote: On 2012-03-19 12:59, jfabernathy wrote: On

Re: [yocto] build error after recent pull

2012-03-19 Thread jfabernathy
On 03/19/2012 04:25 PM, Gary Thomas wrote: On 2012-03-19 13:25, jfabernathy wrote: On 03/19/2012 03:13 PM, Gary Thomas wrote: On 2012-03-19 13:04, jfabernathy wrote: On 03/19/2012 03:03 PM, Gary Thomas wrote: On 2012-03-19 12:59, jfabernathy wrote: On 03/19/2012 02:55 PM, Gary Thomas wrote:

Re: [yocto] build error after recent pull

2012-03-19 Thread Gary Thomas
On 2012-03-19 13:25, jfabernathy wrote: On 03/19/2012 03:13 PM, Gary Thomas wrote: On 2012-03-19 13:04, jfabernathy wrote: On 03/19/2012 03:03 PM, Gary Thomas wrote: On 2012-03-19 12:59, jfabernathy wrote: On 03/19/2012 02:55 PM, Gary Thomas wrote: On 2012-03-19 10:02, jfabernathy wrote: Ju

Re: [yocto] build error after recent pull

2012-03-19 Thread jfabernathy
On 03/19/2012 03:13 PM, Gary Thomas wrote: On 2012-03-19 13:04, jfabernathy wrote: On 03/19/2012 03:03 PM, Gary Thomas wrote: On 2012-03-19 12:59, jfabernathy wrote: On 03/19/2012 02:55 PM, Gary Thomas wrote: On 2012-03-19 10:02, jfabernathy wrote: Just did a git pull today on poky and meta-i

Re: [yocto] build error after recent pull

2012-03-19 Thread Gary Thomas
On 2012-03-19 13:04, jfabernathy wrote: On 03/19/2012 03:03 PM, Gary Thomas wrote: On 2012-03-19 12:59, jfabernathy wrote: On 03/19/2012 02:55 PM, Gary Thomas wrote: On 2012-03-19 10:02, jfabernathy wrote: Just did a git pull today on poky and meta-intel. I tried to rebuild meta-sugarbay aga

Re: [yocto] build error after recent pull

2012-03-19 Thread jfabernathy
On 03/19/2012 03:03 PM, Gary Thomas wrote: On 2012-03-19 12:59, jfabernathy wrote: On 03/19/2012 02:55 PM, Gary Thomas wrote: On 2012-03-19 10:02, jfabernathy wrote: Just did a git pull today on poky and meta-intel. I tried to rebuild meta-sugarbay again and got a build error. Not sure why ye

Re: [yocto] build error after recent pull

2012-03-19 Thread Gary Thomas
On 2012-03-19 12:59, jfabernathy wrote: On 03/19/2012 02:55 PM, Gary Thomas wrote: On 2012-03-19 10:02, jfabernathy wrote: Just did a git pull today on poky and meta-intel. I tried to rebuild meta-sugarbay again and got a build error. Not sure why yet. Not critical, just a spot check of thing

Re: [yocto] build error after recent pull

2012-03-19 Thread jfabernathy
On 03/19/2012 02:55 PM, Gary Thomas wrote: On 2012-03-19 10:02, jfabernathy wrote: Just did a git pull today on poky and meta-intel. I tried to rebuild meta-sugarbay again and got a build error. Not sure why yet. Not critical, just a spot check of things. -- NOTE: package mes

Re: [yocto] build error after recent pull

2012-03-19 Thread Gary Thomas
On 2012-03-19 10:02, jfabernathy wrote: Just did a git pull today on poky and meta-intel. I tried to rebuild meta-sugarbay again and got a build error. Not sure why yet. Not critical, just a spot check of things. -- NOTE: package mesa-dri-2_7.11-r13.1: task do_configure: Succe

Re: [yocto] build error after recent pull

2012-03-19 Thread Tom Zanussi
No problem seen here... NOTE: Tasks Summary: Attempted 4825 tasks of which 474 didn't need to be rerun and all succeeded. For reference, here are the poky and meta-intel commits I built with: poky/master: commit a9873f12e5ba11e1307440901d07e9642e9f53bf Author: Richard Purdie Date: Sun Mar 18

[yocto] build error after recent pull

2012-03-19 Thread jfabernathy
Just did a git pull today on poky and meta-intel. I tried to rebuild meta-sugarbay again and got a build error. Not sure why yet. Not critical, just a spot check of things. -- NOTE: package mesa-dri-2_7.11-r13.1: task do_configure: Succeeded NOTE: Running task 1723 of 5148 (

Re: [yocto] Build Error

2012-02-06 Thread autif khan
edded Micro Solutions, LLC. > Tel: 714-970-7523 / Cell: 858-774-3176 > > > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] > On Behalf Of Sean Liming > Sent: Sunday, February 05, 2012 11:21 PM > To: 'Kh

Re: [yocto] Build Error

2012-02-06 Thread Sean Liming
roject.org Subject: Re: [yocto] Build Error Searching further there seems to be different patches for perl-native for Ubuntu 10.04. Not sure what needs to be applied here. Regards, Sean -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Beha

Re: [yocto] Build Error

2012-02-05 Thread Sean Liming
, February 05, 2012 11:05 PM To: 'Khem Raj' Cc: yocto@yoctoproject.org Subject: Re: [yocto] Build Error How would I check if perl-native is staged? The intltool.inc has the updated Rudolf. Regards, Sean -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Sunday, F

Re: [yocto] Build Error

2012-02-05 Thread Sean Liming
How would I check if perl-native is staged? The intltool.inc has the updated Rudolf. Regards, Sean -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Sunday, February 05, 2012 10:30 PM To: Sean Liming Cc: yocto@yoctoproject.org Subject: Re: [yocto] Build Error On

Re: [yocto] Build Error

2012-02-05 Thread Khem Raj
774-3176 > > > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Sunday, February 05, 2012 4:00 PM > To: Sean Liming > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Build Error > > On Sun, Feb 5, 2012 at 2:27 PM, Sean Liming wrote: >

Re: [yocto] Build Error

2012-02-05 Thread Sean Liming
c: yocto@yoctoproject.org Subject: Re: [yocto] Build Error On Sun, Feb 5, 2012 at 2:27 PM, Sean Liming wrote: > Did I miss configure something? Wrong python version? > > There was a post about the dash vs. bash shell. I am not sure what > shell is supposed to be using: you could add so

Re: [yocto] Build Error

2012-02-05 Thread James W.
i suppose try again ,again, and again. On Mon, Feb 6, 2012 at 6:27 AM, Sean Liming wrote: > I am new developer to Yocto and embedded Linux in general > > > > Host machine: i3 with 4GB RAM > > OS: Ubuntu 11.10 64-bit > > > > I am following the online quick start guide, and looks like the end of >

Re: [yocto] Build Error

2012-02-05 Thread Khem Raj
On Sun, Feb 5, 2012 at 2:27 PM, Sean Liming wrote: > Did I miss configure something? Wrong python version? > > There was a post about the dash vs. bash shell. I am not sure what shell is > supposed to be using: you could add something like below to your local.conf INHERIT += "own-mirrors" SOURCE

Re: [yocto] Build Error

2012-02-05 Thread Khem Raj
On Sun, Feb 5, 2012 at 3:49 PM, Rudolf Streif wrote: > > You are supposed to be using bash. Ubuntu uses dash by default but if you > were then the sanity checker would flag it the moment you run Bitbake from > you build environment. Just in case: sudo dpkg-reconfigure bash Not really. We strive h

Re: [yocto] Build Error

2012-02-05 Thread Rudolf Streif
Hi Sean, icon-naming-utils fails because the download site does not have the source archive available. You can download it from h ttp://downloads.yoctoproject.org/mirror/sources/icon-naming-utils-0.8.7.tar.gz For the

Re: [yocto] Build Error

2012-02-05 Thread Khem Raj
On Sun, Feb 5, 2012 at 2:27 PM, Sean Liming wrote: > Looking back at the build process, one error calls out a package that cannot > be downloaded: > http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz it should have had yocto source mirrors in your setup _

  1   2   >