Re: [yocto] Build error after changing $TMPDIR

2019-08-09 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. > .

[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
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.org Subje

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

2019-05-13 Thread Khem Raj
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.org > *Subject:* Re: [yocto] Build error on dockerode using YP-Core warrior

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" > > >

[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

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

[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:

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

[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:

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

[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:

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 build

[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

[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 Burton, Ross
On 21 November 2012 00:44, Nicolas Dechesne nde...@gmail.com 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

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 ross.bur...@intel.com wrote: On 21 November 2012 00:44, Nicolas Dechesne nde...@gmail.com 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

[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

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

[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 bitbake -v

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? //

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

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:

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

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: On 07/30/2012

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

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

[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

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

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

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

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 in a

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-minimal

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: #

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: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

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 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

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

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

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

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

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

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

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

Re: [yocto] Help: Yocto build error

2012-07-09 Thread Andrei Gherzan
On Mon, Jul 9, 2012 at 1:22 PM, kishore sheik ahamed linuxi...@gmail.comwrote: On Mon, Jul 9, 2012 at 3:03 PM, Andrei Gherzan and...@gherzan.ro 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

[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

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 the

[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 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

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:

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:

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 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: $ bitbake

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/tags/v2012.05-yocto1.2

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:

[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 on core-image-sato-sdk

2012-04-09 Thread James Abernathy
On Mon, Apr 9, 2012 at 6:15 PM, Darren Hart dvh...@linux.intel.com 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

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 dvh...@linux.intel.com (mailto:dvh...@linux.intel.com) wrote: On 04/09/2012 01:33 PM,

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 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

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:

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

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

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

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

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:

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 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

2012-02-06 Thread Sean Liming
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 Behalf Of Sean

Re: [yocto] Build Error

2012-02-06 Thread autif khan
: 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: 'Khem Raj' Cc: yocto@yoctoproject.org Subject: Re: [yocto] Build Error

[yocto] Build Error

2012-02-05 Thread Sean Liming
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 bitbake runs into several errors: ERROR: Task 1136

Re: [yocto] Build Error

2012-02-05 Thread autif khan
I also attached the corresponding .done file however, since its size was 0, it was not attached - dont forget to add a .done file too. On Sun, Feb 5, 2012 at 6:24 PM, autif khan autif.ml...@gmail.com wrote: It seems like wget http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz

Re: [yocto] Build Error

2012-02-05 Thread Khem Raj
On Sun, Feb 5, 2012 at 2:27 PM, Sean Liming sean_lim...@sjjmicro.com 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

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.gzhttp://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 3:49 PM, Rudolf Streif rudolf.str...@gmail.com 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

Re: [yocto] Build Error

2012-02-05 Thread Sean Liming
Subject: Re: [yocto] Build Error On Sun, Feb 5, 2012 at 2:27 PM, Sean Liming sean_lim...@sjjmicro.com 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

Re: [yocto] Build Error

2012-02-05 Thread Khem Raj
: 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 sean_lim...@sjjmicro.com wrote: Did I miss configure something? Wrong python version? There was a post about the dash vs. bash shell. I am

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

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, February 05

Re: [yocto] Build Error

2012-02-01 Thread Sathishkumar Duraisamy
On Wed, Feb 1, 2012 at 11:59 AM, Joshua Lock j...@linux.intel.com wrote: Hi James, On 31/01/12 22:20, James W. wrote: hi all: i am new comer. i meet  a error: NOTE: package pciutils-3.1.9-r0: task do_configure: Started ERROR: Function failed: do_configure (see

Re: [yocto] Build Error

2012-02-01 Thread Paul Eggleton
On Wednesday 01 February 2012 15:44:58 Sathishkumar Duraisamy wrote: Well, if this error is because of dash, please use the following comments to change to bash, $sudo rm /usr/bin/sh $sudo ln -s /usr/bin/bash /usr/bin/sh There is also, other way to change to dash to bash through package

Re: [yocto] Build Error

2012-02-01 Thread James W.
thank you for everybody. On Wed, Feb 1, 2012 at 6:14 PM, Sathishkumar Duraisamy bewithsath...@gmail.com wrote: On Wed, Feb 1, 2012 at 11:59 AM, Joshua Lock j...@linux.intel.com wrote: Hi James, On 31/01/12 22:20, James W. wrote: hi all: i am new comer. i meet a error:

[yocto] Build Error

2012-01-31 Thread James W.
hi all: i am new comer. i meet a error: NOTE: package pciutils-3.1.9-r0: task do_configure: Started ERROR: Function failed: do_configure (see /home/jwang5/poky-build/tmp/work/i586-poky-linux/pciutils-3.1.9-r0/temp/log.do_configure.9978 for further information) ERROR: Logfile of failure stored

Re: [yocto] Build Error

2012-01-31 Thread Joshua Lock
Hi James, On 31/01/12 22:20, James W. wrote: hi all: i am new comer. i meet a error: NOTE: package pciutils-3.1.9-r0: task do_configure: Started ERROR: Function failed: do_configure (see /home/jwang5/poky-build/tmp/work/i586-poky-linux/pciutils-3.1.9-r0/temp/log.do_configure.9978 for further

Re: [yocto] build error on meta-cedarview

2012-01-04 Thread Jim Abernathy
On 01/03/2012 11:59 PM, Khem Raj wrote: On (03/01/12 12:26), Jim Abernathy wrote: On 12/29/2011 11:37 AM, Saul Wold wrote: On 12/28/2011 09:26 PM, Andrew Schweitzer wrote: Jim Abernathyjfabernathy@... writes: While running a build of the core-image-sato using the edison latest

Re: [yocto] build error on meta-cedarview

2012-01-03 Thread Khem Raj
On (03/01/12 12:26), Jim Abernathy wrote: On 12/29/2011 11:37 AM, Saul Wold wrote: On 12/28/2011 09:26 PM, Andrew Schweitzer wrote: Jim Abernathyjfabernathy@... writes: While running a build of the core-image-sato using the edison latest commits and the meta-cedartrail bsp,

[yocto] build error on meta-cedarview

2011-12-21 Thread Jim Abernathy
While running a build of the core-image-sato using the edison latest commits and the meta-cedartrail bsp, I notices some errors fly by and thought I'd see if anyone knows the reason. The build is just to test the bsp with no changes. Basically, doing the Appendix A of the Development manual

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-03 Thread James Abernathy
I had some success, so I thought I'd report that out: Following a combination of the Yocto Project Development Manual and Tom's notes below, I got a successful build and the image booted from a USB flash drive on a Crownbay Development platform, without EMGD GFX driver. The only change I needed

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Robert P. J. Day
just to clarify any overlooked issues ... On Tue, 1 Nov 2011, Tom Zanussi wrote: ... I captured the steps I used below, which should work in the same way for you. trz@elmorro:/usr/local/dev/yocto$ mkdir bsp-test; cd bsp-test trz@elmorro:/usr/local/dev/yocto/bsp-test$ git clone

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Tom Zanussi
On Wed, 2011-11-02 at 05:19 -0700, Robert P. J. Day wrote: just to clarify any overlooked issues ... On Tue, 1 Nov 2011, Tom Zanussi wrote: ... I captured the steps I used below, which should work in the same way for you. trz@elmorro:/usr/local/dev/yocto$ mkdir bsp-test; cd bsp-test

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Jim Abernathy
okay, what you mentioned as the steps below, I agree with, but a couple I don't understand. first, in the linux-yocto_3.0.bbappend file, why is the KMACHINE statement changed to common-pc/atom-pc? If I look st eh section of the doc in A.5.2.4 talking about going to cgit/cgit.cgi/linux-yocto-3.0 to

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Robert P. J. Day
... all of tom's stuff snipped ... ok, based on combining everything in the last several posts, my build for core-image-sato for the new mymachine bsp just finished successfully on my 64-bit ubuntu 11.10 system. happy, happy, joy, joy. must write this all down somewhere. :-) rday --

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Tom Zanussi
On Wed, 2011-11-02 at 07:24 -0700, Jim Abernathy wrote: okay, what you mentioned as the steps below, I agree with, but a couple I don't understand. first, in the linux-yocto_3.0.bbappend file, why is the KMACHINE statement changed to common-pc/atom-pc? If I look st eh section of the doc in

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Tom Zanussi
On Wed, 2011-11-02 at 08:07 -0700, Jim Abernathy wrote: Second, I looked at your cat of the same file containing the SRCREV commit strings and I don't see that they agree with the commits on the website even just this morning. Can you explain that? Should I just use the ones in your

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Jim Abernathy
Well, I finally got a successful build without erros of the Appendix A example for Crownbay, but the image created was only 216MB in size and kernel panic'ed because it couldn't find a valid root file system. I'm going to try again from scratch and see if I missed anything. If that fails, I'll

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Tom Zanussi
On Wed, 2011-11-02 at 12:18 -0700, Jim Abernathy wrote: Well, I finally got a successful build without erros of the Appendix A example for Crownbay, but the image created was only 216MB in size and kernel panic'ed because it couldn't find a valid root file system. That size doesn't sound

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Tom Zanussi
On Wed, 2011-11-02 at 13:07 -0700, Jim Abernathy wrote: On Wed, 2011-11-02 at 14:36 -0500, Tom Zanussi wrote: And what kind of machine are you booting it on? Tom I'm building on Core i5 desktop with Ubuntu 10.10. One of the odd things I've noticed during the build is it takes the

Re: [yocto] Build error while following Appendix A. Yocto Project Development manual

2011-11-02 Thread Jim Abernathy
I'm noticing fetcher failures while my bitbake is working. They are listed as warning. Do I ignore these?? WARNING: Fetcher failure for URL: 'None'. Fetch command export HOME=/home/jim; export SSH_AGENT_PID=1500; export SSH_AUTH_SOCK=/tmp/keyring-Zcbzax/ssh; export

  1   2   >