Re: [yocto] help with meta-java

2019-11-11 Thread Shockley, Timothy
7; failed with exit code 1: -Original Message- From: Richard Leitner Sent: Tuesday, November 5, 2019 01:26 To: Vincent Prince ; Shockley, Timothy Cc: yocto@yoctoproject.org; henn...@itconsulting-heinold.de; Maxin B. John ; Otavio Salvador Subject: Re: [yocto] help with meta-jav

Re: [yocto] help with meta-java

2019-11-05 Thread Ross Burton
On 05/11/2019 08:18, Vincent Prince wrote: Main layer maintainers: Henning Heinold Maxin John Otavio Salvador Richard Leitner Maxin no longer works at Intel and I believe doesn't work on Yocto anymore either. Ross -- ___ yocto maili

Re: [yocto] help with meta-java

2019-11-05 Thread Richard Leitner
Hi, unfortunately, due to a different focus on my day job in the previous months I didn't had time for doing any work on meta-java. This will change in the coming weeks and I will start to review and test patches again. Nonetheless it would be great if one of the other listed maintainers (or

Re: [yocto] help with meta-java

2019-11-05 Thread Vincent Prince
Hi Tim, There are some pending stuff on meta-java ML openembedded-de...@lists.openembedded.org and layer is not zeus compatible yet. I'm trying to contact layer maintainers for several weeks, i don't know if information is obsolete or if people are too busy/away? Main layer maintainers: Henning

[yocto] help with meta-java

2019-11-04 Thread Shockley, Timothy
Helllo, I am looking for some help with meta-java, specifically upgrading to zeus branch and also upgrading openjdk to a more recent release in order to address CVEs. Wondering if there is anyone else working / needing this? Thanks, Tim Shockley --

[yocto] Help needed add own variable to toolchain environment

2019-10-17 Thread Johann Obermayr
Hello, i have trouble to add a own variable to the toolchain environment I see that environment-setup-i586-poky-linx script calls all files in sysroot//environment-setup.d/* But what is the simples and correct way to add follow line (export KSRC...) do_something() { mkdir -p ${D}${SDKPATHN

Re: [yocto] [help] Multiconfig - Depending on Recipe multiple times

2019-08-29 Thread Mark Hatle
On 8/29/19 10:05 AM, Johannes Wiesböck wrote: > Hello Everyone, > > i am using Yocto on the thud branch to build images for a real-time This is not implemented in thud. Thud had multiconfig supported, but didn't yet allow for dependencies between configurations. Master has support for multiconf

[yocto] [help] Multiconfig - Depending on Recipe multiple times

2019-08-29 Thread Johannes Wiesböck
Hello Everyone, i am using Yocto on the thud branch to build images for a real-time operating system based on FreeRTOS. I would like to run multiple images on different CPU cores in an asynchronous multi-processing (AMP) configuration. Each image will contain the software for only one single core.

[yocto] Help to add uboot/standalone binary program for yocto projects

2019-07-06 Thread Szabolcs Báder
Hello I follow my last email, I solved the reboot things. Works fine.. but I found a cool/interesting thing, what I would like to integrate. >> I read about standalone binaries (from C, or with Rust generated too?) could use at uboot. http://www.denx.de/wiki/view/DULG/UBootCmdGroupExec#Section_5.

Re: [yocto] Help with cleaning/rebuidling

2019-02-01 Thread Edward Wingate
On Fri, Feb 1, 2019 at 7:57 AM Yann CARDAILLAC wrote: > Hi Ed, > > I don't want to state the obvious but firstly did you check that you have > the stuff asked : > > > *CMake Error: The source directory "/mnt/drive/yocto/poky/build/t* > *mp/work/cortexa9-vfp-neon-poky**-linux-gnueabi/mosquitto/1.5

Re: [yocto] Help with cleaning/rebuidling

2019-02-01 Thread Yann CARDAILLAC
Hi Ed, I don't want to state the obvious but firstly did you check that you have the stuff asked : *CMake Error: The source directory "/mnt/drive/yocto/poky/build/t* *mp/work/cortexa9-vfp-neon-poky**-linux-gnueabi/mosquitto/1.5.* *5-r0/mosquitto-1.5.5" does not exist.* If /mnt/drive/yocto/poky/

[yocto] Help with cleaning/rebuidling

2019-01-28 Thread Edward Wingate
The first time I did a build, my mosquitto recipe worked. Then I did a 'bitbake -ccleanall mosquitto', and now when I do 'bitbake mosquitto', I get this error: DEBUG: Executing python function sysroot_cleansstate DEBUG: Python function sysroot_cleansstate finished DEBUG: SITE files ['endian-littl

Re: [yocto] Help with Nano Recipe

2018-10-30 Thread Kosta Zertsekel
> It is very unusual to implement a recipe this way , and you should > rely on base classes to do that for you. For reference there is a > recipe for 'nano' in meta-oe already. > http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/nano/nano_3.0.bb?h=master And if you find a

Re: [yocto] Help with Nano Recipe

2018-10-30 Thread Nicolas Dechesne
On Tue, Oct 30, 2018 at 5:38 PM nick wrote: > > Greetings All, > I am trying to get the below recipe to build: > SUMMARY = "Recipe to build the 'nano' editor" > > PN = "nano" > PV = "2.2.6" > LICENSE="GPLv3" > > SITE = "http://www.nano-editor.org/dist"; > PV_MAJOR = "${@d.getVar('PV',d,1).split('.

[yocto] Help with Nano Recipe

2018-10-30 Thread nick
Greetings All, I am trying to get the below recipe to build: SUMMARY = "Recipe to build the 'nano' editor" PN = "nano" PV = "2.2.6" LICENSE="GPLv3" SITE = "http://www.nano-editor.org/dist"; PV_MAJOR = "${@d.getVar('PV',d,1).split('.')[0]}" PV_MINOR = "${@d.getVar('PV',d,1).split('.')[1]}" LIC_FI

[yocto] help required to build 32-bit executable using yocto gcc

2018-10-23 Thread Ram Regar (rregar)
Hi, I am looking to use gcc built by yocto sdk with –m32 option. I changed MACHINE to genericx86-64 local.conf and also added these lines to be able to add multilib support with gcc. IMAGE_INSTALL_append = " glibc-staticdev" NO32LIBS = "0" require conf/multilib.conf MULTILIBS = "multilib:lib32

[yocto] Help on mono yocto build

2018-09-20 Thread bing mao
Hi Yocto, We are going to use mono on Yocto, I followed the instructions to build mono and found following issue. I have searched on internet, I found similar issue reported, but didn't find helpful answer, could you share me some light on this? Thanks, Bing mono-complete has been installed on my

Re: [yocto] HELP!

2018-08-09 Thread Bas Mevissen
On 2018-08-09 14:39, Dhanush K.S wrote: Hello, I am currently trying to migrate from Yocto 1.8 Poky Fido 13.0.0 to Yocto 2.5. After cloning the Poky repository, I was confused with which tag to checkout with. With a fresh release like Sumo, it is better to stay at the HEAD of the sumo branc

Re: [yocto] HELP!

2018-08-09 Thread Alexander Kanavin
You don't need to check out a specific tag. Just switch to the latest commit in the branch you want (e.g. sumo). Alex 2018-08-09 14:39 GMT+02:00 Dhanush K.S : > Hello, > > I am currently trying to migrate from Yocto 1.8 Poky Fido 13.0.0 to Yocto > 2.5. > > After cloning the Poky repository, I was

[yocto] HELP!

2018-08-09 Thread Dhanush K.S
Hello, I am currently trying to migrate from Yocto 1.8 Poky Fido 13.0.0 to Yocto 2.5. After cloning the Poky repository, I was confused with which tag to checkout with. Could you please help me understand the difference between the tags *"sumo-19.0.0" *and *"yocto-2.5"* As far as I understand,

Re: [yocto] HELP: Release Candidate Build for yocto-2.4.3.rc2 now available.

2018-05-29 Thread Richard Purdie
Hi David, On Tue, 2018-05-29 at 03:36 +, Reyna, David wrote: > I apologize for sending this patch for Toaster for Roco 2.4.3 very > late. I have been focused on Sumo and I thought I had more time. > > The Toaster for Rocko is broken on HEAD. There are two patches that > made it into master an

[yocto] HELP: Release Candidate Build for yocto-2.4.3.rc2 now available.

2018-05-28 Thread Reyna, David
Hi Richard, I apologize for sending this patch for Toaster for Roco 2.4.3 very late. I have been focused on Sumo and I thought I had more time. The Toaster for Rocko is broken on HEAD. There are two patches that made it into master and Sumo, but missed Rocko. I have just now sent the missing p

Re: [yocto] Help with Bitbake: (bitbake-layers show-recipes)

2018-05-06 Thread Zoran Stojsavljevic
H... I called my best friend www.google.com to the help, since it seems to me that you are trying to do Docker, and that you need to set your kernel differently then it is done by default. The link I found: definitely worth trying/reading. At least, I should say. In the book: Embedded Linux D

Re: [yocto] Help with Bitbake: (bitbake-layers show-recipes)

2018-05-04 Thread Trevor Woerner
*$ git clone git://git.linaro.org/openembedded/jenkins-setup.git * Since the repository from which you're working comes from Linaro, maybe you'll have better luck getting support from their mailing list? openembedded-c...@lists.openembedded.org

[yocto] Help with Bitbake: (bitbake-layers show-recipes)

2018-05-01 Thread Luis Martins
Good afternoon, The path that lead me to bitbake's recipe building is going to be presented next, if the setup isn't important the warnings and errors are highlited in green and you can skip it to there. Similar to this thread

[yocto] Help Compiling vlc for i.MX6 SABRE-SD

2017-07-19 Thread victor_wang.Winmate
Hi, I am new in Yocto, I have to admit it, please be patient with my stupid questions. I built vlc on meta-fsl-arm layers and fsl-imx-x11 distro on machine imx6dlsabresd. I used commend `bitbake vlc` to build it and will get errors like bellow link. https://gist.github.com/victorwangwin

[yocto] Help With TEMPLATECONF & Automated Continuous Integration (CI)

2017-07-12 Thread Thomas A. F. Thorne MEng AUS MIET
Good morning, I am trying to setup an automate Jenkins CI server to build an image. To do this I need to automate the process of setting up the Yocto work area completely. As part of this process I am trying to eliminate the use of or automate the production of local.conf and bblayers.conf files

Re: [yocto] help

2017-03-12 Thread Suneetha Lakshmi G
Lakshmi G Cc: yocto@yoctoproject.org Subject: Re: [yocto] help On Fri, Mar 10, 2017 at 6:25 AM, Suneetha Lakshmi G mailto:suneeth...@tataelxsi.co.in>> wrote: Hi All, Im new to yocto and trying to build for my customer device im facing this issue. | arm-linux-gnueabi-xgcc: error: unreco

Re: [yocto] help

2017-03-10 Thread Schmitt, Richard
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Suneetha Lakshmi G Sent: Friday, March 10, 2017 8:25 AM To: yocto@yoctoproject.org Subject: Re: [yocto] help Hi All, Im new to yocto and trying to build for my customer device im facing this issue

Re: [yocto] help

2017-03-10 Thread Khem Raj
On Fri, Mar 10, 2017 at 6:25 AM, Suneetha Lakshmi G < suneeth...@tataelxsi.co.in> wrote: > Hi All, > > > Im new to yocto and trying to build for my customer device im facing this > issue. > > > | arm-linux-gnueabi-xgcc: error: unrecognized command line option > '-mgeneral-regs-only' > | arm-linux-

Re: [yocto] help

2017-03-10 Thread Suneetha Lakshmi G
Hi All, Im new to yocto and trying to build for my customer device im facing this issue. | arm-linux-gnueabi-xgcc: error: unrecognized command line option '-mgeneral-regs-only' | arm-linux-gnueabi-xgcc: error: unrecognized command line option '-mcmodel=large' | make: *** [opkg-compare-version

Re: [yocto] help

2017-03-10 Thread Robert P. J. Day
On Fri, 10 Mar 2017, Suneetha Lakshmi G wrote: > Hi All, > > Im new to yocto and trying to build for my customer device im facing > this issue. first advice is to use meaningful subject lines ... simply yelling "help" is a good way to get people to not take you seriously right from the beginnin

Re: [yocto] Help with out of (python) tree python modules in SDK

2016-11-04 Thread Burton, Ross
On 4 November 2016 at 18:55, Brad Bishop wrote: > I am on Krogoth. I have an autotools inheriting recipe. The configure > script runs a python script (in repo), that imports an out-of-python-distro > module. > > I can’t seem to wrap my head around the correct way to express this in > terms of d

[yocto] Help with out of (python) tree python modules in SDK

2016-11-04 Thread Brad Bishop
I am on Krogoth. I have an autotools inheriting recipe. The configure script runs a python script (in repo), that imports an out-of-python-distro module. I can’t seem to wrap my head around the correct way to express this in terms of dependencies, such that when I build with an SDK, I can impo

Re: [yocto] Help with DISTRO settings

2016-07-25 Thread Khem Raj
> On Jul 25, 2016, at 10:00 PM, Paul Eggleton > wrote: > > On Mon, 25 Jul 2016 20:34:32 Khem Raj wrote: >>> On Jul 25, 2016, at 8:31 PM, Edward Wingate wrote: >>> >>> On Mon, Jul 25, 2016 at 1:27 AM, Nicolas Dechesne >>> >>> wrote: hmm. you shouldn't set DISTRO in conf/layer.conf, that

Re: [yocto] Help with DISTRO settings

2016-07-25 Thread Paul Eggleton
On Mon, 25 Jul 2016 20:34:32 Khem Raj wrote: > > On Jul 25, 2016, at 8:31 PM, Edward Wingate wrote: > > > > On Mon, Jul 25, 2016 at 1:27 AM, Nicolas Dechesne > > > > wrote: > >> hmm. you shouldn't set DISTRO in conf/layer.conf, that doesn't sound > >> right. DISTRO needs to be set in local.conf

Re: [yocto] Help with DISTRO settings

2016-07-25 Thread Khem Raj
> On Jul 25, 2016, at 8:31 PM, Edward Wingate wrote: > > On Mon, Jul 25, 2016 at 1:27 AM, Nicolas Dechesne > wrote: >> hmm. you shouldn't set DISTRO in conf/layer.conf, that doesn't sound >> right. DISTRO needs to be set in local.conf (or any of the other build >> specific conf files). > > I a

Re: [yocto] Help with DISTRO settings

2016-07-25 Thread Edward Wingate
On Mon, Jul 25, 2016 at 1:27 AM, Nicolas Dechesne wrote: > hmm. you shouldn't set DISTRO in conf/layer.conf, that doesn't sound > right. DISTRO needs to be set in local.conf (or any of the other build > specific conf files). I agree, I don't know why I had it in conf/layer.conf. Just beginner's

Re: [yocto] Help with DISTRO settings

2016-07-25 Thread Nicolas Dechesne
On Mon, Jul 25, 2016 at 9:13 AM, Edward Wingate wrote: >> Just conf/distro/mydistro.conf is needed. > > Well, it didn't work if it is only in conf/distro/mydistro.conf. I > had to have it in conf/layer.conf as well. hmm. you shouldn't set DISTRO in conf/layer.conf, that doesn't sound right. DIST

Re: [yocto] Help with DISTRO settings

2016-07-24 Thread Edward Wingate
On Sun, Jul 24, 2016 at 7:38 AM, Khem Raj wrote: > On Sun, Jul 24, 2016 at 12:34 AM, Edward Wingate wrote: >> Ah, I found it. I had inadvertently deleted one line >> (DISTRO="mydistro") from my layer's conf/layer.conf. >> >> Am I doing this right though? Do I need DISTRO="mydistro" in both >> c

Re: [yocto] Help with DISTRO settings

2016-07-24 Thread Khem Raj
On Sun, Jul 24, 2016 at 12:34 AM, Edward Wingate wrote: > Ah, I found it. I had inadvertently deleted one line > (DISTRO="mydistro") from my layer's conf/layer.conf. > > Am I doing this right though? Do I need DISTRO="mydistro" in both > conf/layer.conf and conf/distro/mydistro.conf? Just conf/

Re: [yocto] Help with DISTRO settings

2016-07-24 Thread Edward Wingate
Ah, I found it. I had inadvertently deleted one line (DISTRO="mydistro") from my layer's conf/layer.conf. Am I doing this right though? Do I need DISTRO="mydistro" in both conf/layer.conf and conf/distro/mydistro.conf? Removing it from either doesn't work, but it seems redundant to put it in my

Re: [yocto] Help with DISTRO settings

2016-07-24 Thread Edward Wingate
On Sat, Jul 23, 2016 at 11:05 PM, Khem Raj wrote: > Move these DISTRO settings above require conf/distro/poky.conf That didn't change anything. And it had been working like that for a long time now. Just a few days ago, it stopped taking effect and reverting back to poky. I have not been able

Re: [yocto] Help with DISTRO settings

2016-07-23 Thread Khem Raj
On Sat, Jul 23, 2016 at 10:49 PM, Edward Wingate wrote: > This is in my layer's conf/distro/mydistro.conf file: > > require conf/distro/poky.conf > DISTRO = "mydistro" > DISTRO_NAME = "MyDistro" Move these DISTRO settings above require conf/distro/poky.conf > > These variables took e

[yocto] Help with DISTRO settings

2016-07-23 Thread Edward Wingate
This is in my layer's conf/distro/mydistro.conf file: require conf/distro/poky.conf DISTRO = "mydistro" DISTRO_NAME = "MyDistro" These variables took effect before, but now bitbake is reverting back to DISTRO="poky" and DISTRO_NAME = "Poky (Yocto Project Reference Distro)" (used for /

Re: [yocto] help

2016-05-13 Thread Herman van Hazendonk
Alternatively when you are using meta-qt5 layer, you could use something like Maliit input framework (which is used by various distributions (Jolla/Sailfish/Ubuntu/LuneOS) as well). https://github.com/meta-qt5/meta-qt5/tree/master/recipes-qt/maliit Herrie On 2016-05-13 11:26, Burton, Ross wro

Re: [yocto] help

2016-05-13 Thread Burton, Ross
On 13 May 2016 at 08:25, Chandrakanth Sherkhane (IC Nexus) < c...@icnexus.com.tw> wrote: > Could anyone help to provide more details for, > > 1. Yocto Virtual Keyboard in French language - is it available now? > > 2. If not available, when will it be available? > > 3. Is the Yocto Virtual Keyboard

Re: [yocto] help

2016-05-13 Thread Chris Z.
​ On Fri, May 13, 2016 at 9:25 AM, Chandrakanth Sherkhane (IC Nexus) < c...@icnexus.com.tw> wrote: > Dear Yocto mailing list, > > > > We are IC Nexus Co. Ltd. in Taipei City – Taiwan, a developer and > manufacturer of ARM-based Embedded Single Board Computers and Smart LCD > Display products (on

[yocto] help

2016-05-13 Thread Chandrakanth Sherkhane (IC Nexus)
Dear Yocto mailing list, We are IC Nexus Co. Ltd. in Taipei City - Taiwan, a developer and manufacturer of ARM-based Embedded Single Board Computers and Smart LCD Display products (on Android / Linux / Yocto Project). We are currently selling our products with Yocto O.S. to our worldwide custom

Re: [yocto] Help on submitting patch to yocto projcet

2016-04-29 Thread Khem Raj
> On Apr 29, 2016, at 2:46 AM, SIVA SUBRAMANIAN.P wrote: > > Hi, > Can any one guide me on submitting or upstreaming patch to > git.yoctoproject.org recipe? Thanks in advance. Generally README of the concerned project describes the upstreaming process. Additionally you can read http://www.ope

[yocto] Help on submitting patch to yocto projcet

2016-04-29 Thread SIVA SUBRAMANIAN.P
Hi, Can any one guide me on submitting or upstreaming patch to git.yoctoproject.org recipe? Thanks in advance. Regards, Sivasubramanian -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Help with mosquitto_1.3.4 recipe

2016-04-11 Thread Edward Wingate
The first time I used mosquitto_1.3.4.bb from meta-intel-iot-middleware a few months ago, it worked and I've been using it in my build since. Today, I created a new yocto build directory and having trouble getting mosquitto to build now. The directory /yocto/poky/build/tmp/work/cortexa9-vfp-neon

Re: [yocto] Help Cross Compiling for AVR

2016-04-07 Thread Khem Raj
> On Apr 5, 2016, at 8:18 AM, Washburn, David (washbudh) > wrote: > > Hi All, > > I am attempting to get the AVR Toolchain working inside of Yocto, but > unfortunately I'm relatively new to Yocto and keep seeing various errors I > cannot resolve. I was able to follow the instructions HERE >

[yocto] Help Cross Compiling for AVR

2016-04-06 Thread Washburn, David (washbudh)
Hi All, I am attempting to get the AVR Toolchain working inside of Yocto, but unfortunately I'm relatively new to Yocto and keep seeing various errors I cannot resolve. I was able to follow the instructions HERE to get everything w

Re: [yocto] Help with Opensips Recipe - QA run found fatal errors

2015-12-08 Thread Caio
Paul, Ok, thank you for your elucidation. This could be a prefix problem, because I'm using a make install from Makefile. I will find this problem and fix it. Thank you very much. Regards, Caio Pereira 2015-12-01 14:56 GMT-02:00 Paul Eggleton : > Hi Caio, > > compile-host-path isn't about

Re: [yocto] Help with Opensips Recipe - QA run found fatal errors

2015-12-01 Thread Paul Eggleton
Hi Caio, compile-host-path isn't about the path being different - it's about the path being something possibly bad i.e. on the host system. You really ought to fix that one rather than disable it. Cheers, Paul On Tue, 01 Dec 2015 10:21:03 Caio wrote: > Hi Paul, > > Thank you very much for you

Re: [yocto] Help with Opensips Recipe - QA run found fatal errors

2015-12-01 Thread Caio
Hi Paul, Thank you very much for your help. I added INSANE_SKIP_${PN} += " libdir compile-host-path" because the instalation is different from /usr/lib. Thank you very much! Regards, Caio Pereira 2015-11-25 20:26 GMT-02:00 Paul Eggleton : > Hi Caio, > > On Tuesday 24 November 2015 11:48:13 C

Re: [yocto] Help with Opensips Recipe - QA run found fatal errors

2015-11-25 Thread Paul Eggleton
Hi Caio, On Tuesday 24 November 2015 11:48:13 Caio wrote: > I'm writing a recipe to a Sip proxy Opensips, but I'm having problems with > QA Issues. > In the First time I tried to use make install from Opensips Makefile I had > problem with QA Issues, so I added all the folders to FILES_${PN} and

[yocto] Help with Opensips Recipe - QA run found fatal errors

2015-11-24 Thread Caio
Hello, I'm writing a recipe to a Sip proxy Opensips, but I'm having problems with QA Issues. In the First time I tried to use make install from Opensips Makefile I had problem with QA Issues, so I added all the folders to FILES_${PN} and FILES_${PN} but I still having problem. So I decided to st

Re: [yocto] help to unsubscribe yocto

2015-10-11 Thread Philip Balister
On 10/11/2015 02:06 AM, chew hou ming wrote: > Like to unsubscribe the mail from yocto. > Don't know how. Please help. Read the link at the bottom of every email sent by the list. Philip > > > -- ___ yocto mailing list yocto@yoctoproject.org http

[yocto] help to unsubscribe yocto

2015-10-10 Thread chew hou ming
Like to unsubscribe the mail from yocto. Don't know how. Please help. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Help for client Project needed

2015-09-03 Thread Sarah Hindermann
Hello Yocto Fans and developers, I am looking for a Yocto / Linux developer for a Project in Germany. I am interested in permanent employees or contractors who know Yocto well. Concerning contractors part time support would also be an option as well as remote possibility after a view weeks. The p

Re: [yocto] Help using bitbake to compile a custom package.

2015-06-17 Thread Paul Eggleton
Hi Rafael, On Tuesday 16 June 2015 19:58:06 Rafael E. Herrera wrote: > I'm trying to port an in-house piece of software in my Yocto tree. I managed > to create a rudimentary recipe file that grabs the tar ball from the local > disk and attempts to compile using: > > host $ bitbake -f -c compile e

[yocto] Help using bitbake to compile a custom package.

2015-06-16 Thread Rafael E. Herrera
Hello, I'm trying to port an in-house piece of software in my Yocto tree. I managed to create a rudimentary recipe file that grabs the tar ball from the local disk and attempts to compile using: host $ bitbake -f -c compile example >From the output I infer that the tar ball got unpacked and a

Re: [yocto] Help getting started developing.

2015-05-27 Thread Alex J Lennon
Hi Rafael, On 26/05/2015 22:13, Rafael E. Herrera wrote: > Hello, > I have purchased a TI UEVM5432 board. I have also successfully setup the > development environment as described on the online documentation from the TI > web site > (http://processors.wiki.ti.com/index.php/OMAP5_GLSDK_Software

[yocto] Help getting started developing.

2015-05-26 Thread Rafael E. Herrera
Hello, I have purchased a TI UEVM5432 board. I have also successfully setup the development environment as described on the online documentation from the TI web site (http://processors.wiki.ti.com/index.php/OMAP5_GLSDK_Software_Developers_Guide). My developement environment is the recommended

Re: [yocto] Help -- Where can I get the LSB test log

2015-01-28 Thread Lei, Maohui
1:32 AM > To: Lei, Maohui/雷 茂慧 > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Help -- Where can I get the LSB test log > > Hi Maohui, > > There is a wiki page for it: https://wiki.yoctoproject.org/wiki/LSB_Result > > Yi > > 在 2015年01月29日 11:11, Lei, Maohui 写道:

Re: [yocto] Help -- Where can I get the LSB test log

2015-01-28 Thread Yi Zhao
The log should be in /var/opt/lsb/test/manager/results/ Yi 在 2015年01月29日 10:04, Lei, Maohui 写道: > Hi all > > Was LSB test executed in yocto 1.7.1 release? Where can I get the LSB test > log and result? > > Best Regards, > Lei Maohui -- ___ yocto mai

Re: [yocto] Help -- Where can I get the LSB test log

2015-01-28 Thread Lei, Maohui
t history of the yocto 1.7.1 release. Lei > -Original Message- > From: Yi Zhao [mailto:yi.z...@windriver.com] > Sent: Thursday, January 29, 2015 10:34 AM > To: Lei, Maohui/雷 茂慧; yocto@yoctoproject.org > Subject: Re: [yocto] Help -- Where can I get the LSB test log > &

Re: [yocto] Help -- Where can I get the LSB test log

2015-01-28 Thread Yi Zhao
o:yi.z...@windriver.com] >> Sent: Thursday, January 29, 2015 10:34 AM >> To: Lei, Maohui/雷 茂慧; yocto@yoctoproject.org >> Subject: Re: [yocto] Help -- Where can I get the LSB test log >> >> The log should be in /var/opt/lsb/test/manager/results/ >> >> Yi

[yocto] Help -- Where can I get the LSB test log

2015-01-28 Thread Lei, Maohui
Hi all Was LSB test executed in yocto 1.7.1 release? Where can I get the LSB test log and result? Best Regards, Lei Maohui -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Help me understand Openembedded variable expansion

2014-11-03 Thread Matt Schuckmann
> -Original Message- > From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] > Sent: Thursday, October 30, 2014 6:52 AM > To: Matt Schuckmann > Cc: Yocto Project > Subject: Re: [yocto] Help me understand Openembedded variable expansion > > On Tue, 2

Re: [yocto] Help me understand Openembedded variable expansion

2014-10-30 Thread Richard Purdie
On Tue, 2014-10-28 at 10:11 -0700, Matt Schuckmann wrote: > So there is something I just don't get about how variables get > created, expanded, interpreted, etc in Bitbake > > For example I'm trying to copy some of the techniques in the Poky Tiny > distribution to reduce my image size and build ti

[yocto] Help me understand Openembedded variable expansion

2014-10-28 Thread Matt Schuckmann
So there is something I just don't get about how variables get created, expanded, interpreted, etc in Bitbake For example I'm trying to copy some of the techniques in the Poky Tiny distribution to reduce my image size and build time. One of the fragments is this one. # The mtrace script inclu

Re: [yocto] yocto help needed

2014-05-22 Thread Gaurang Shastri
ton, Ross) > > 3. Re: [meta-mingw] build error (Stefan Seefeld) > > 4. Re: help needed (Paul Eggleton) > > 5. Re: help needed (Alexandru Vaduva) > > 6. Re: Help with building app recipe (Diego Sueiro) > > > > > > ------ > > > > Message: 1 > > Date

Re: [yocto] yocto help needed

2014-05-22 Thread Pushpa Teja
Sueiro) > > > -- > > Message: 1 > Date: Thu, 22 May 2014 06:00:02 -0700 (PDT) > From: Alexandru Vaduva > To: Paul Eggleton > Cc: "yocto@yoctoproject.org" > Subject: Re: [yocto] help needed

Re: [yocto] help needed

2014-05-22 Thread Alexandru Vaduva
Thanks Ross, obviously I had the problem right in front of me but I did not understood it. Could you please explain it to me. I do not quite get the perl-modules notion. Thanks once again, Alex Thanks Hello On Thursday, May 22, 2014 5:30 PM, "Burton, Ross" wrote: FYI, I've just sent my fi

Re: [yocto] help needed

2014-05-22 Thread Burton, Ross
FYI, I've just sent my fix to the oe-core mailing list. Ross On 22 May 2014 15:05, Burton, Ross wrote: > On 22 May 2014 14:24, Alexandru Vaduva wrote: >> I attached the depends .dot file and also a small perl-ptest.info file with >> only the perl-ptest occurences. > > Right, so the dependency c

Re: [yocto] help needed

2014-05-22 Thread Burton, Ross
On 22 May 2014 14:24, Alexandru Vaduva wrote: > I attached the depends .dot file and also a small perl-ptest.info file with > only the perl-ptest occurences. Right, so the dependency comes from perl-modules. This is a meta package that depends on all the modules, and clearly perl-ptest shouldn't

Re: [yocto] Help with building app recipe

2014-05-22 Thread Diego Sueiro
Folks, I'm trying to accomplish this in a 64bits host machine. But I'm getting errors the following error on compile task: | In file included from //tmp/sysroots/x86_64-linux/usr/include/python3.3m/Python.h:50:0, | from ../../git/src/qpython_priv.h:22, | from moc

Re: [yocto] help needed

2014-05-22 Thread Alexandru Vaduva
I attached the depends .dot file and also a small perl-ptest.info file with only the perl-ptest occurences. On Thursday, May 22, 2014 4:15 PM, Paul Eggleton wrote: On Thursday 22 May 2014 06:00:02 Alexandru Vaduva wrote: > On Thursday, May 22, 2014 3:43 PM, Paul Eggleton > wrote: > > On Th

Re: [yocto] help needed

2014-05-22 Thread Paul Eggleton
On Thursday 22 May 2014 06:00:02 Alexandru Vaduva wrote: > On Thursday, May 22, 2014 3:43 PM, Paul Eggleton > wrote: > > On Thursday 22 May 2014 05:38:41 Alexandru Vaduva wrote: > > > it appear, it shouldn`t I believe. > > > I have a hack to include the perl-ptest module only when > > > ptest enab

Re: [yocto] help needed

2014-05-22 Thread Burton, Ross
On 22 May 2014 13:38, Alexandru Vaduva wrote: > it appear, it shouldn`t I believe. Can you share this depends.dot file please? For what it's worth, I can't replicate this with oe-core master Ross -- ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] help needed

2014-05-22 Thread Alexandru Vaduva
The hack will put the line: require perl-ptest.incinside a if structure. The if will test if ptest is in the image-features or not. On Thursday, May 22, 2014 3:43 PM, Paul Eggleton wrote: On Thursday 22 May 2014 05:38:41 Alexandru Vaduva wrote: > it appear, it shouldn`t I believe. > I have

Re: [yocto] help needed

2014-05-22 Thread Paul Eggleton
On Thursday 22 May 2014 05:38:41 Alexandru Vaduva wrote: > it appear, it shouldn`t I believe. > I have a hack to include the perl-ptest module only when > ptest enabled on image_featuresbut it does not look nice. > I do not believe this solves the problem. Sorry, I'm not quite following. What is t

Re: [yocto] help needed

2014-05-22 Thread Alexandru Vaduva
it appear, it shouldn`t I believe. I have a hack to include the perl-ptest module only when ptest enabled on image_featuresbut it does not look nice. I do not believe this solves the problem. On Thursday, May 22, 2014 3:34 PM, Paul Eggleton wrote: On Thursday 22 May 2014 05:26:12 Alexandr

Re: [yocto] help needed

2014-05-22 Thread Paul Eggleton
On Thursday 22 May 2014 05:26:12 Alexandru Vaduva wrote: > On Thursday, May 22, 2014 3:19 PM, Paul Eggleton > wrote: > > On Thursday 22 May 2014 03:31:05 Alexandru Vaduva wrote: > > > Does anyone has any input on the next bug: > > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=6203 > > > > W

Re: [yocto] help needed

2014-05-22 Thread Alexandru Vaduva
Hello Paul I do not have a conclusion from buildhistory, but maybe I do not know for what to look. On Thursday, May 22, 2014 3:19 PM, Paul Eggleton wrote: Hi Alex, On Thursday 22 May 2014 03:31:05 Alexandru Vaduva wrote: > Does anyone has any input on the next bug: > https://bugzilla.yoct

Re: [yocto] help needed

2014-05-22 Thread Paul Eggleton
Hi Alex, On Thursday 22 May 2014 03:31:05 Alexandru Vaduva wrote: > Does anyone has any input on the next bug: > https://bugzilla.yoctoproject.org/show_bug.cgi?id=6203 We discussed on IRC looking at the dependency graphs from buildhistory to determine how the package is being brought in - so wha

[yocto] help needed

2014-05-22 Thread Alexandru Vaduva
Does anyone has any input on the next bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=6203 Thanks, Alex-- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Help with qt-gstreamer recipe?

2014-05-19 Thread Neuer User
Hi I need qt-gstreamer in my Qt5 app (because I am having problems with the camera element). I found a yocto recipe from Andrey Telepin and tried to modify it for Qt5. It looks like this: --- LICENSE = "GPLv2" LIC_FILES_CHKSUM =

Re: [yocto] Help with building app recipe

2014-05-16 Thread Khem Raj
On Fri, May 16, 2014 at 5:33 AM, Neuer User wrote: > If I change the sed line to "#!/usr/bin/env python3", that would > probably work then. But would it break something else? would be fine. -- ___ yocto mailing list yocto@yoctoproject.org https://lists

Re: [yocto] Help with building app recipe

2014-05-16 Thread Neuer User
Am 16.05.2014 14:16, schrieb Neuer User: > Am 16.05.2014 14:04, schrieb Anders Darander: > > Great, that helped with no 1.). Still a lot to learn for me. > > No 2. is still open, though. Is that a problem of my recipe or rather a > generic problem of the python3 recipe? I could patch the python3

Re: [yocto] Help with building app recipe

2014-05-16 Thread Neuer User
Am 16.05.2014 14:04, schrieb Anders Darander: > * Neuer User [140516 13:24]: > >> require recipes-qt/qt5/qt5.inc >> > > >> It is WIP, so e.g. the license is stil wrong. > >> The package depends on Qt5 and Python3. > > In

Re: [yocto] Help with building app recipe

2014-05-16 Thread Anders Darander
* Neuer User [140516 13:24]: > require recipes-qt/qt5/qt5.inc > > It is WIP, so e.g. the license is stil wrong. > The package depends on Qt5 and Python3. In that case, I would have expected to see inherit python3native

[yocto] Help with building app recipe

2014-05-16 Thread Neuer User
Hello I am trying to build a simple recipe for a package called "pyotherside". It currently looks like this: SUMMARY = "Python3 bindings for Qt5" DESCRIPTION = "New framework for including pyhton interpreter into Qt5 apps" H

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-04-14 Thread Meenakumari Shedole
ce, Meena From: Beauchesne, Gwenole [gwenole.beauche...@intel.com] Sent: Thursday, April 03, 2014 8:22 PM To: Meenakumari Shedole; yocto@yoctoproject.org Cc: Dipesh Karmakar Subject: RE: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback Hi, > I have checked vaapisink sour

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-04-11 Thread Meenakumari Shedole
, Gwenole [gwenole.beauche...@intel.com] Sent: Thursday, April 03, 2014 8:22 PM To: Meenakumari Shedole; yocto@yoctoproject.org Cc: Dipesh Karmakar Subject: RE: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback Hi, > I have checked vaapisink source, it seems its supporting overlay on foreig

Re: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback

2014-04-10 Thread Meenakumari Shedole
Meenakumari Shedole Sent: Friday, April 04, 2014 4:19 PM To: Beauchesne, Gwenole; yocto@yoctoproject.org Cc: Dipesh Karmakar Subject: RE: [yocto] Help-Gstreamer Vaapi Plugin Issue in 1080p mp4 playback Thanks for your resposne Gwenole. I downloaded updated gstreamer-vaapi-0.5.8 and GStreame

Re: [yocto] Help with Beagleboard Black

2014-04-07 Thread Georgescu, Alexandru C
Correction, the board is BeagleBone Black*. -- Alexandru Georgescu From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Georgescu, Alexandru C Sent: Monday, April 07, 2014 7:21 PM To: yocto@yoctoproject.org Subject: [yocto] Help with Beagleboard Black Hello

  1   2   >