[oe] (no subject)

2018-11-03 Thread Ankit Navik
Hello, I am facing an issue for my recipe during compilation. Error: | The C compiler | | "/usr/bin/clang-4.0" | | is not able to compile a simple test program. log file is attached. I would appreciate any suggestions. Regards, Ankit log.do_compile.5550 Description: Binary data --

Re: [oe] (no subject)

2018-07-31 Thread William Delacre
Le mar. 31 juil. 2018 à 20:42, S. Lockwood-Childs a écrit : > On Tue, Jul 31, 2018 at 10:30:02AM -0400, Mark Asselstine wrote: > > On Tuesday, July 31, 2018 7:54:22 AM EDT William Delacre wrote: > > > Le ven. 27 juil. 2018 à 18:40, S. Lockwood-Childs a > > > > > > écrit : > > > > It depends on

Re: [oe] (no subject)

2018-07-31 Thread S. Lockwood-Childs
On Tue, Jul 31, 2018 at 10:30:02AM -0400, Mark Asselstine wrote: > On Tuesday, July 31, 2018 7:54:22 AM EDT William Delacre wrote: > > Le ven. 27 juil. 2018 à 18:40, S. Lockwood-Childs a > > > > écrit : > > > It depends on the role of the particular dependency: > > > > > > * tool you need to

Re: [oe] (no subject)

2018-07-31 Thread Mark Asselstine
On Tuesday, July 31, 2018 7:54:22 AM EDT William Delacre wrote: > Le ven. 27 juil. 2018 à 18:40, S. Lockwood-Childs a > > écrit : > > It depends on the role of the particular dependency: > > > > * tool you need to run during build <-- native dependency > > * library you need to link

Re: [oe] (no subject)

2018-07-31 Thread William Delacre
Le ven. 27 juil. 2018 à 18:40, S. Lockwood-Childs a écrit : > It depends on the role of the particular dependency: > > * tool you need to run during build <-- native dependency > * library you need to link against during build <-- target dependency Thanks for the precision :-) My

Re: [oe] (no subject)

2018-07-27 Thread S. Lockwood-Childs
It depends on the role of the particular dependency: * tool you need to run during build <-- native dependency * library you need to link against during build <-- target dependency --SJLC On Fri, Jul 27, 2018 at 06:25:27PM +0200, William Delacre wrote: > Okay, it makes sense! > >

Re: [oe] (no subject)

2018-07-27 Thread Mark Asselstine
On Friday, July 27, 2018 12:42:44 PM EDT William Delacre wrote: > Alright, thabks ! > > And I guess if it’s a tool I need during runtime on the target, I add it in > the RDPENDS variable ? Correct. Note as well that I did make a note of why the -native version of incremental was needed, to

Re: [oe] (no subject)

2018-07-27 Thread William Delacre
Alright, thabks ! And I guess if it’s a tool I need during runtime on the target, I add it in the RDPENDS variable ? Le ven. 27 juil. 2018 à 18:40, S. Lockwood-Childs a écrit : > It depends on the role of the particular dependency: > > * tool you need to run during build <-- native

Re: [oe] (no subject)

2018-07-27 Thread William Delacre
Okay, it makes sense! My question may seem stupid but then why don’t we always use ‘-native’ for the dependencies ? Is it because sometimes we know that the behavior of ‘foo’ and ‘foo-native’ would be the same, independently of the architecture ? William Le ven. 27 juil. 2018 à 18:16, Mark

Re: [oe] (no subject)

2018-07-27 Thread Mark Asselstine
On Friday, July 27, 2018 12:04:37 PM EDT William Delacre wrote: > Thanks a lot for the answer, it worked perfectly ! > > There is just one point I don’t really understand : why do we need to add a > dependency to ‘python-incremental-NATIVE’ ? > > What would happen if I just add to the

Re: [oe] (no subject)

2018-07-27 Thread William Delacre
Thanks a lot for the answer, it worked perfectly ! There is just one point I don’t really understand : why do we need to add a dependency to ‘python-incremental-NATIVE’ ? What would happen if I just add to the python-twisted recipe : DEPENDS += “${PYTHON_PN}-incremental“ William Le ven. 27

Re: [oe] (no subject)

2018-07-27 Thread Mark Asselstine
On Thu, Jul 26, 2018 at 3:40 PM, Mark Asselstine wrote: > On Mon, Jul 23, 2018 at 8:28 AM, William Delacre > wrote: >> Hi ! :-) >> >> I’m facing issues when trying to run ‘bitbake python-twisted’ (do_compile >> error) >> >> Log says : >> “Download error on

Re: [oe] (no subject)

2018-07-26 Thread Mark Asselstine
On Mon, Jul 23, 2018 at 8:28 AM, William Delacre wrote: > Hi ! :-) > > I’m facing issues when trying to run ‘bitbake python-twisted’ (do_compile > error) > > Log says : > “Download error on https://pypi.python.org/simple/incremental/: [Errno -3] > Temporary failure in name resolution > >

[oe] (no subject)

2018-07-23 Thread William Delacre
Hi ! :-) I’m facing issues when trying to run ‘bitbake python-twisted’ (do_compile error) Log says : “Download error on https://pypi.python.org/simple/incremental/: [Errno -3] Temporary failure in name resolution distutils.errors.DistutilsError : Could not find suitable

[oe] (no subject)

2018-06-06 Thread Parthiban Nallathambi
As I lost the message ID of the actual request for bitbake recipe for xscreensaver, I am sending in a separate email -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] (no subject)

2017-06-20 Thread Мар'ян Пріцак
Thanks guys, linux-dummy worked for me. BR, Marian On Tue, Jun 20, 2017 at 5:32 PM Tamtamis, Panagiotis < panagiotis.tamta...@unify.com> wrote: > Hello Josef, > > > Hi Tamis, > > > > On 20.06.2017 10:07, Tamtamis, Panagiotis wrote: > > > I use the following in my image recipe: > > > > > >

Re: [oe] (no subject)

2017-06-20 Thread Tamtamis, Panagiotis
Hello Josef, > Hi Tamis, > > On 20.06.2017 10:07, Tamtamis, Panagiotis wrote: > > I use the following in my image recipe: > > > > FORCE_RO_REMOVE = "1" > > ROOTFS_RO_UNNEEDED += " kernel-${LINUX_VERSION} kernel-image- > ${LINUX_VERSION} kernel-image-uimage-${LINUX_VERSION}" > > While that might

Re: [oe] (no subject)

2017-06-20 Thread Josef Holzmayr
Hi Tamis, On 20.06.2017 10:07, Tamtamis, Panagiotis wrote: I use the following in my image recipe: FORCE_RO_REMOVE = "1" ROOTFS_RO_UNNEEDED += " kernel-${LINUX_VERSION} kernel-image-${LINUX_VERSION} kernel-image-uimage-${LINUX_VERSION}" While that might work, it actually builds all the

Re: [oe] (no subject)

2017-06-20 Thread Tamtamis, Panagiotis
Hi Maryan, > -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel-boun...@lists.openembedded.org] On > Behalf Of Josef Holzmayr > Sent: Monday, June 19, 2017 10:02 PM > To: Мар'ян Пріцак; openembeded-devel

Re: [oe] (no subject)

2017-06-19 Thread Josef Holzmayr
Hi Maryan, On 19.06.2017 16:57, Мар'ян Пріцак wrote: I'm trying to build an image that's supposed to be used as rootfs for container. Is there a way to build image rootfs without Linux kernel and modules? The simplest solution is to just refer to linux-dummy:

[oe] (no subject)

2017-06-19 Thread Мар'ян Пріцак
Hi all, I'm trying to build an image that's supposed to be used as rootfs for container. Is there a way to build image rootfs without Linux kernel and modules? BR, Marian -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] (no subject)

2017-04-05 Thread Andrej Rode
This patchset adds python-mprpc and python-gsocketpool to meta-python. mprpc is a messagepack RPC implementation for python. -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] (no subject)

2016-02-22 Thread Joe MacDonald
These four are bridge measures I took to get my images building again while merging the backlog of meta-networking patches. I'm now circling back to clear out first the waf issue, which I think will resolve the samba and libldb (and related library) errors, then start looking at the excess of

[oe] (no subject)

2014-07-11 Thread Philip Balister
I was trying to get this recipe into meta-oe before the daisy branch, but it had to wait on some other patches to get into oe-core. Now that these are in place, it would be very helpful for people using GNU Radio from daisy if this recipe was in the meta-oe/daisy. Thanks, Philip --

Re: [oe] (no subject)

2014-07-11 Thread Khem Raj
On Fri, Jul 11, 2014 at 7:54 AM, Philip Balister phi...@balister.org wrote: I was trying to get this recipe into meta-oe before the daisy branch, but it had to wait on some other patches to get into oe-core. which one? Now that these are in place, it would be very helpful for people using

[oe] (no subject)

2013-07-31 Thread Joe MacDonald
Forwarding a patch I received last week from Colin Walters. Initially I thought it was duplicating the patch for cyrus-sasl from Roy Li, but it actaully seems to be solving a related problem that isn't quite the same. If anything, it looks like perhaps the earlier change may make the thing Colin

Re: [oe] (no subject)

2012-06-22 Thread Henning Heinold
Hi, yes, that means the recpies are deleted in oe-core. For a quick workaround just delete the append files. Another issue for now is the removing of the linux-tools.inc So you have to delete the include in all the kernel recipes. Bye Henning ___

[oe] (no subject)

2012-06-21 Thread Andreas Müller
after updating all my repos (angstrom+few extra layers) I get /home/Superandy/data/oe-core/sources/meta-intel/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend /home/Superandy/data/oe-core/sources/meta-intel/meta-crownbay/recipes-kernel/linux/linux-yocto_3.2.bbappend

[oe] (no subject)

2012-05-01 Thread Craig McQueen
I am new to OE. I am trying to build OE from the git repository, for Freescale i.MX28, following the instructions here: http://www.imxdev.org/wiki/index.php?title=All_Boards_OpenEmbedded I am having a build failure trying to fetch elftosb-10.12.01.tar.gz. The command I run is: bitbake

Re: [oe] (no subject)

2012-05-01 Thread Radoslav Kolev
On Tue, May 1, 2012 at 10:57 AM, Craig McQueen craig.mcqu...@beamcommunications.com wrote: I am new to OE. I am trying to build OE from the git repository, for Freescale i.MX28, following the instructions here: If you're starting a new project may be it's better to base it on oe-core. Have a

[oe] (no subject)

2012-02-15 Thread Hauser, Wolfgang (external)
Hello, is there a recipe for TrueCrypt available which is usable for OE 2011.03-maintenance based environment ? Regards Wolfgang Hauser ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] (no subject)

2011-03-01 Thread Denis 'GNUtoo' Carikli
Hi, Is it possible to move /etc/rcS.d/S98configure before S40networking, so usb0 comes up at first boot, or is there some problems that would be introduced from such move? Here's my problem: on the bug machine,with Angstrom, at first boot usb0 doesn't come up in a console-image. It is very

Re: [oe] (no subject)

2011-03-01 Thread Denis 'GNUtoo' Carikli
Sorry for the lack of Subject, I tried to send a first mail and had an error while sending it. Then I pasted the content of the saved mail(git-send-email often errors for me so I saved it as a precaution),forgetting to paste the Subject. Denis. ___

Re: [oe] (no subject)

2010-10-29 Thread Nick Lee
: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: 03 June 2010 06:11 To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] (no subject) On Wed, Jun 2, 2010 at 7:37 PM, Soumya Rsoumy...@kpitcummins.com wrote

[oe] (no subject)

2010-07-29 Thread Soumya R
___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

[oe] (no subject)

2010-07-01 Thread Soumya R
Hi All, I need to include root file system in my uImage how can i do that in OpenEmbedded. Regards, Soumya ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] (no subject)

2010-07-01 Thread Khem Raj
On Thu, Jul 1, 2010 at 3:19 AM, Soumya R soumy...@kpitcummins.com wrote: Hi All,      I need to include root file system in my uImage how can i do that in OpenEmbedded. look into initramfs. Dont you think adding subject to email makes sense.? Regards, Soumya

Re: [oe] (no subject)

2010-07-01 Thread Soumya R
: Friday, July 02, 2010 12:34 AM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] (no subject) On Thu, Jul 1, 2010 at 3:19 AM, Soumya R soumy...@kpitcummins.com wrote: Hi All, I need to include root file system in my uImage how can i do that in OpenEmbedded. look into initramfs

[oe] (no subject)

2010-06-10 Thread Soumya R
Hi All, I am using ubuntu 10.4 LTS and i am trying to build my own customized image for mipsel.. When i run bitbake avn-image i get the following error. cp: cannot stat `/home/likewise-open/KPIT/soumyar/openembedded/recipes/python/python-native-2.6.4/05-enable-ctypes-cross-build.patch':

Re: [oe] (no subject)

2010-06-10 Thread Frans Meulenbroeks
2010/6/10 Soumya R soumy...@kpitcummins.com: Hi All, Hi, I think it was already told to you that it is better to use a subject line. More chance of getting a response.     I am using ubuntu 10.4 LTS and i am trying to build my own customized image for mipsel.. When i run bitbake avn-image

[oe] (no subject)

2010-06-08 Thread Soumya R
Hi All, I get the following error when I run bitbake avn-image NOTE: Handling BitBake files: \ (0172/0172) [100 %] NOTE: Parsing finished. 163 cached, 7 parsed, 2 skipped, 0 masked. NOTE: Resolving any missing task queue dependencies ERROR:

Re: [oe] (no subject)

2010-06-08 Thread Khem Raj
On Tue, Jun 8, 2010 at 1:22 AM, Soumya R soumy...@kpitcummins.com wrote: Hi All,     I get the following error when I run bitbake avn-image NOTE: Handling BitBake files: \ (0172/0172) [100 %] NOTE: Parsing finished. 163 cached, 7 parsed, 2 skipped, 0 masked. NOTE: Resolving any missing task

Re: [oe] (no subject)

2010-06-03 Thread Hodgson, Simon
...@lists.openembedded.org] On Behalf Of Khem Raj Sent: 03 June 2010 06:11 To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] (no subject) On Wed, Jun 2, 2010 at 7:37 PM, Soumya R soumy...@kpitcummins.com wrote: Ya you are right i am using Ubuntu 10.4.. Thanks a lot for the reply it worked

Re: [oe] (no subject)

2010-06-03 Thread Nicolas Ferre
Le 03/06/2010 14:13, Soumya R : Hi, MACHINE = at91sam9263ek DISTRO = angstrom-2008.1 I am new to this open embedded so you may seem may question is silly.. I need to know wat i need to deploy to my target and where the final image is stored.. Please help me out.. Thanks in

[oe] (no subject)

2010-06-02 Thread Soumya R
Hi All, I am running bibake micro-image i got the following error, NOTE: Running task 965 of 970 (ID: 93, /home/likewise-open/KPIT/soumyar/oe/openembedded/recipes/mtd/mtd-utils-native_1.3.1.bb, do_package_write) NOTE: Running task 966 of 970 (ID: 18,

Re: [oe] (no subject)

2010-06-02 Thread Hodgson, Simon
: [oe] (no subject) Hi All, I am running bibake micro-image i got the following error, NOTE: Running task 965 of 970 (ID: 93, /home/likewise-open/KPIT/soumyar/oe/openembedded/recipes/mtd/mtd-utils-native_1.3.1.bb, do_package_write) NOTE: Running task 966 of 970 (ID: 18, /home/likewise-open/KPIT

Re: [oe] (no subject)

2010-06-02 Thread Soumya R
[simon.hodg...@nortechonline.co.uk] Sent: Wednesday, June 02, 2010 9:11 PM To: openembedded-devel@lists.openembedded.org Subject: Re: [oe] (no subject) Let me guess, you're using Ubuntu 10.4 to build? Edit the file: home/likewise-open/KPIT/soumyar/oe/build/tmp/sysroots/i686-linux/usr/bin

[oe] (no subject)

2010-03-01 Thread majo huber
h...@all, when compiling classpath I get the following error: j...@pc-jm:~/localcvs/oe/stuff/openembedded$ bitbake classpath -c build NOTE: Handling BitBake files: \ (8095/8095) [100 %] NOTE: Parsing finished. 7448 cached, 317 parsed, 330 skipped, 0 masked. NOTE: Resolving any missing task queue

[oe] (no subject)

2010-01-23 Thread saleh usman
How I can solve this problem? any solution? guidance? tutorial?Plz help me in moving forword.RegardsSaleh BBFILES = /oe/org.openembedded.dev/packages/*/*.bb /oe/ossie_collection/packages/*/*.bb This seems wrong NOTE: Handling BitBake files: \ (0014/0014) [100 %] In fact you get just 14