[yocto] [PATCH] libmailtools: Add HOMEPAGE info into recipe file.

2017-09-13 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- meta-cgl-common/recipes-perl/perl/libmailtools-perl_2.18.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-cgl-common/recipes-perl/perl/libmailtools-perl_2.18.bb b/meta-cgl-common/recipes-perl/perl/libmailtools-perl_2.18.bb

Re: [yocto] Eclipse Target Communication Framework prevents shutdown

2017-09-13 Thread Tim Orling
You are probably on an older Yocto Project release and missing this commit: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b467a22729bea886d7bde976c9606ac8e4589cde Also, Mars support will be dropped soon, so please consider moving to Neon. > On Sep 13, 2017, at 12:16 PM, Paul D.

Re: [yocto] Fwd: Best practices when for script recipes.

2017-09-13 Thread Khem Raj
On Wed, Sep 13, 2017 at 1:06 PM, Einar Vading wrote: > Hi, > > I was just wondering if there is some best practice advice on how to > handle adding a single script from a recipe. > > If I have one or a few shell scripts with their own recipe. Do I make > a git and use the git

Re: [yocto] [meta-selinux][PATCH 04/21] libsemanage: uprev to 2.7 (20170804)

2017-09-13 Thread Mark Hatle
On 9/12/17 9:19 PM, Mark Hatle wrote: > On 9/12/17 9:06 PM, wenzong fan wrote: >> On 09/12/2017 06:59 PM, Chanho Park wrote: >>> Hi, >>> >>> I can't apply this patch on top of the master branch. Which revision did >>> you make the patches? >> >> Oops, that's my fault. I did a "sed -i -e

[yocto] Fwd: Best practices when for script recipes.

2017-09-13 Thread Einar Vading
Hi, I was just wondering if there is some best practice advice on how to handle adding a single script from a recipe. If I have one or a few shell scripts with their own recipe. Do I make a git and use the git from the recipe or do I just add the scripts to a files directory and install from

[yocto] Keeping same IP address under DHCP

2017-09-13 Thread Paul D. DeRocco
Whenever I build a new version of my target system, the DHCP server in my router thinks it's a new machine, and assigns it a new IP address. This means that I have to edit the connection settings in Eclipse remote debugging. What is changing in my system that makes that happen, and is there any

[yocto] Eclipse Target Communication Framework prevents shutdown

2017-09-13 Thread Paul D. DeRocco
I'm using TCF on a Raspberry Pi and on an Intel Atom, for remote target debugging with Eclipse Mars. It works fine, except for one thing: if I have to reboot the target, it puts up a message that says that "A stop job is running for Target Communication Framework", and it takes a minute and a half

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread Khem Raj
On Wed, Sep 13, 2017 at 12:27 AM, Ayoub Zaki wrote: > I ran into the same problem: > > ENABLE_UART = "1" is not enough you should also add INSTALL_append= " > rpi-config" to your local.conf and Serial port will be enabled. > ​this should be automatically pulled in if you

Re: [yocto] pyro openembedded gpsd update-rc.d problems with read-only-rootfs

2017-09-13 Thread Dan Walkes
On Mon, Sep 11, 2017 at 5:01 AM, Burton, Ross wrote: > On 10 September 2017 at 21:35, Dan Walkes > wrote: >> >> It looks like because the update-rc.d step fails this setup gets moved >> into a gpsd post install script, which won’t work because

Re: [yocto] [meta-ros] festival-2.3-r0 do_compile: oe_runmake failed

2017-09-13 Thread yahia farghaly
i just did IMAGE_INSTALL_append = " speech-tools festival" error log details: Build Configuration: > BB_VERSION= "1.34.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "universal" > TARGET_SYS= "arm-poky-linux-gnueabi" > MACHINE = "raspberrypi3" > DISTRO

Re: [yocto] [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-13 Thread Philip Balister
On 09/13/2017 08:40 AM, Ruslan Bilovol wrote: > On Thu, Aug 24, 2017 at 9:37 PM, Philip Balister wrote: >> Once again we will have a developer meeting in Prague the Sunday before >> ELCE. >> >> Please go to https://www.openembedded.org/wiki/OEDEM_2017 and add >> yourself if

Re: [yocto] [meta-raspberrypi] ERROR: No recipes available for gstreamer

2017-09-13 Thread yahia farghaly
thanks for the note. ‌ On 13 September 2017 at 16:53, Martin Jansa wrote: > You're missing incompatible branches, use the same branch for all 3 and it > will work. > > On Wed, Sep 13, 2017 at 4:48 PM, yahia farghaly > wrote: > >> Minutes ago, i

Re: [yocto] [meta-raspberrypi] ERROR: No recipes available for gstreamer

2017-09-13 Thread Martin Jansa
You're missing incompatible branches, use the same branch for all 3 and it will work. On Wed, Sep 13, 2017 at 4:48 PM, yahia farghaly wrote: > Minutes ago, i pulled the recent commits for poky,meta-oe, meta-raspberry > pi > and when i build this comes. there are

[yocto] [meta-raspberrypi] ERROR: No recipes available for gstreamer

2017-09-13 Thread yahia farghaly
Minutes ago, i pulled the recent commits for poky,meta-oe, meta-raspberry pi and when i build this comes. there are actually another errors but as i started taking one by one error. this was the first. *ERROR: No recipes available for:* *

Re: [yocto] [bitbake] Failed to launch bitbake image -u -g depexp on a Debian 9 host system ?

2017-09-13 Thread Leonardo Sandoval
"Burton, Ross" writes: > On 12 September 2017 at 08:56, Karim ATIKI > wrote: > > > FATAL: Unable to import extension module "depexp" from bb.ui. > Valid extension modules: knotty, ncurses or taskexp > > > depexp was renamed to

Re: [yocto] how to execute bitbake menuconfig from ssh server

2017-09-13 Thread yahia farghaly
For technical knowledge, why is it failing from the first place ? from my observation, It seems to try to execute gnome-terminal by default, so i installed it but it failed to open it. even when i tried with ssh -X , it opened gnome-terminal but print the same failure messages within it. ‌ On

Re: [yocto] Question about populate_sdk

2017-09-13 Thread Olaf Mandel
Hello, Am 13.09.2017 um 13:43 schrieb Anders Darander: -Snipp- > See Yocto #11724, at https://bugzilla.yoctoproject.org/show_bug.cgi?id=11724 -Snipp- > Ah, a small test example? Perfect! > Could you add it the bug above? It would likely make it easier to debug. > Done. Cheers, Olaf -- Olaf

Re: [yocto] how to execute bitbake menuconfig from ssh server

2017-09-13 Thread Alex Lennon
On 13/09/2017 13:00, yahia farghaly wrote: Nice Aaron, it worked as charm.  Thank you ! Alex, i will try your way. but you can test qemu without vnc by specifying /serial nographic/ of runqemu options ‌ Yes. I generally have a need for graphical output for testing though :) You can

Re: [yocto] how to execute bitbake menuconfig from ssh server

2017-09-13 Thread Alex Lennon
On 13/09/2017 13:00, yahia farghaly wrote: Nice Aaron, it worked as charm.  Thank you ! Alex, i will try your way. but you can test qemu without vnc by specifying /serial nographic/ of runqemu options ‌ Yes. I'm generally have a need for graphical output for testing though :) You can

Re: [yocto] how to execute bitbake menuconfig from ssh server

2017-09-13 Thread yahia farghaly
Nice Aaron, it worked as charm. Thank you ! Alex, i will try your way. but you can test qemu without vnc by specifying *serial nographic* of runqemu options ‌ On 13 September 2017 at 13:51, Alex Lennon wrote: > Hi Yahia, > > On 13/09/2017 12:24, Aaron Schwartz

Re: [yocto] how to execute bitbake menuconfig from ssh server

2017-09-13 Thread Alex Lennon
Hi Yahia, On 13/09/2017 12:24, Aaron Schwartz wrote: Tmux [0] also works well for this, and I've never tried it with Screen (a similar utility) so here's instructions using Tmux: You need to install Tmux on the server you are using SSH to connect to, then as soon as you SSH into the server

Re: [yocto] Question about populate_sdk

2017-09-13 Thread Anders Darander
Hi, * Olaf Mandel [170913 13:16]: > I hope this is the right place to ask this: I wanted to generate an SDK > bundle to work on an applications code outside of the bitbake > environment (also without devtool, if possible). So I selected an image > containing the

Re: [yocto] how to execute bitbake menuconfig from ssh server

2017-09-13 Thread Aaron Schwartz
Tmux [0] also works well for this, and I've never tried it with Screen (a similar utility) so here's instructions using Tmux: You need to install Tmux on the server you are using SSH to connect to, then as soon as you SSH into the server run `$ tmux`. Then when you run `$ bitbake -c menuconfig

Re: [yocto] how to execute bitbake menuconfig from ssh server

2017-09-13 Thread yahia farghaly
can you give some steps on how to do this ? ‌ On 13 September 2017 at 10:54, Yusuke Mitsuki wrote: > Hello > > You can use screen. > If your host is ubuntu,you can get via apt as follows. > > sudo apt install screen. > > If necessary , you can set auto or

[yocto] Question about populate_sdk

2017-09-13 Thread Olaf Mandel
Hello, I hope this is the right place to ask this: I wanted to generate an SDK bundle to work on an applications code outside of the bitbake environment (also without devtool, if possible). So I selected an image containing the application and ran the populate_sdk task of that image. But the

Re: [yocto] [bitbake] Failed to launch bitbake image -u -g depexp on a Debian 9 host system ?

2017-09-13 Thread Burton, Ross
On 12 September 2017 at 08:56, Karim ATIKI wrote: > *FATAL: Unable to import extension module "depexp" from bb.ui. Valid > extension modules: knotty, ncurses or taskexp* > depexp was renamed to taskexp. Ross -- ___ yocto

Re: [yocto] how to execute bitbake menuconfig from ssh server

2017-09-13 Thread Yusuke Mitsuki
Hello You can use screen. If your host is ubuntu,you can get via apt as follows. sudo apt install screen. If necessary , you can set auto or screen to OE_TERMINAL environment. 2017/09/13 16:09 "yahia farghaly" : > Hi, > > I am working with yocto from a remote server

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread yahia farghaly
ok, i fixed this thanks for the note but it still gives me the error. ‌ On 13 September 2017 at 10:07, Andrea Galbusera wrote: > > > On Wed, Sep 13, 2017 at 10:04 AM, yahia farghaly > wrote: > >> >> Thanks for replying but it gives me this error

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread Andrea Galbusera
On Wed, Sep 13, 2017 at 10:04 AM, yahia farghaly wrote: > > Thanks for replying but it gives me this error log > > >> *ERROR: rpi-hwup-image-1.0-r0 do_rootfs: Unable to install packages. >> Command >>

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread yahia farghaly
Thanks for replying but it gives me this error log > *ERROR: rpi-hwup-image-1.0-r0 do_rootfs: Unable to install packages. > Command > '/yocto/poky/build/tmp/work/raspberrypi3-poky-linux-gnueabi/rpi-hwup-image/1.0-r0/recipe-sysroot-native/usr/bin/apt-get > install --force-yes

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-13 Thread Ayoub Zaki
I ran into the same problem: ENABLE_UART = "1" is not enough you should also add INSTALL_append= " rpi-config" to your local.conf and Serial port will be enabled. On 12.09.2017 14:09, yahia farghaly wrote: I have bitbaked rpi-hwup-image for raspberry pi 3 on sd card and connected the serial

[yocto] how to execute bitbake menuconfig from ssh server

2017-09-13 Thread yahia farghaly
Hi, I am working with yocto from a remote server using ssh. i want to execute *bitbake -c menuconfig virtual/kernel* . It fails to open since it tries to open another shell. how can i redirect output of menuconfig to my current ssh session ? -- Yahia Farghaly Graduated from Faculty of

[yocto] [meta-ros] festival-2.3-r0 do_compile: oe_runmake failed

2017-09-13 Thread yahia farghaly
i want to install festival on the target image, it gives me this error *"ERROR: festival-2.3-r0 do_compile: oe_runmake failed"* i have added the meta-oe to bblayer also . how to solve this error ? -- Yahia Farghaly Graduated from Faculty of Engineering - Electronics and Communications