Re: [yocto] Problems building U-Boot for x86_64

2017-08-24 Thread Stefano Babic
Hi Ferry, On 24/08/2017 15:09, Ferry Toth wrote: > Op Thu, 24 Aug 2017 12:40:57 +0200, schreef Stefano Babic: > >> Hi Ferry, >> >> On 24/08/2017 08:51, Ferry Toth wrote: >>> Op Wed, 23 Aug 2017 21:07:56 -0700, schreef Khem Raj: >>> On 8/23/17 3:40 PM, Ferry Toth wrote: > Op Wed, 23 Aug

Re: [yocto] Fwd: [DNF YOCTO clarifications] smart was replaced with dnf in Yocto 2.3

2017-08-24 Thread Zoran Stojsavljevic
> No. Yocto is not an operating system, it's a toolset that can be used to build many wildly different operating systems. An rpm repo would > only be compatible with one of those OSes. YOCTO is a custom made distro for eLinuxes, on this I agree with you. At least, you should keep DNF (instead

Re: [yocto] Fwd: [DNF YOCTO clarifications] smart was replaced with dnf in Yocto 2.3

2017-08-24 Thread Alexander Kanavin
On 08/24/2017 05:34 PM, Zoran Stojsavljevic wrote: Do you agree to continue keeping DNF package (in .../meta/recipe_devtools/) for handling of .rpm type of packages in the future releases of YOCTO (it is, after all, much better and more mature tool that smartpm)? The smart to dnf transition

[yocto] ERROR: Unable to connect to bitbake server, or start one

2017-08-24 Thread Gera Pesikoff
Hi I started to study bitbake and decided to repeat the BitBake Hello World from the manual (http://www.yoctoproject.org/docs/2.3.1/bitbake-user-manual/bitbake-user-manual.html#bitbake-hello-world). I do everything according to the instructions, but when I run the bitbake command, I get the

Re: [yocto] Problems building U-Boot for x86_64

2017-08-24 Thread Stefano Babic
Hi Ferry, On 24/08/2017 08:51, Ferry Toth wrote: > Op Wed, 23 Aug 2017 21:07:56 -0700, schreef Khem Raj: > >> On 8/23/17 3:40 PM, Ferry Toth wrote: >>> Op Wed, 23 Aug 2017 14:51:55 -0700, schreef Khem Raj: >>> On 8/23/17 2:29 PM, Ferry Toth wrote: > Ferry Toth wrote: > >> Khem

[yocto] [meta-yocto-bsp][PATCH] machine: mpc8315e-rdb: change kernel provider assignment to default

2017-08-24 Thread Stefan Müller-Klieser
To be able to configure the kernel provider at other locations, we need a default assignment here. Signed-off-by: Stefan Müller-Klieser --- meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [yocto] Fwd: [DNF YOCTO clarifications] smart was replaced with dnf in Yocto 2.3

2017-08-24 Thread Jussi Kukkonen
On 24 August 2017 at 10:33, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > > Hello Jussi, > > I would like to thank you very much for the useful reply. It was a bit different with me, but most boiled down as you said/explained (the difference are in client/server IP addresses, but

Re: [yocto] Problems building U-Boot for x86_64

2017-08-24 Thread Ferry Toth
Op Thu, 24 Aug 2017 12:40:57 +0200, schreef Stefano Babic: > Hi Ferry, > > On 24/08/2017 08:51, Ferry Toth wrote: >> Op Wed, 23 Aug 2017 21:07:56 -0700, schreef Khem Raj: >> >>> On 8/23/17 3:40 PM, Ferry Toth wrote: Op Wed, 23 Aug 2017 14:51:55 -0700, schreef Khem Raj: > On

[yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-08-24 Thread Yusuke Mitsuki
hciattach on raspberrypi0-wifi failed because BCM43430A1.hcd is not found. Paches that in order to use bluetooth with BCM43430 are not enabled. Functions are only enabled with raspberrypi3 in bluez5_%.bbappend like as follows: - SRC_URI_append_raspberrypi3 - do_install_append_raspberrypi3() -

[yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-08-24 Thread Yusuke Mitsuki
I could not use bluetooth with raspberrypi0-wifi. hciattach on raspberrypi0-wifi failed because BCM43430A1.hcd is not found. Functions in bluez5_%.bbappend should be enabled with raspberrypi0-wifi too. I know that these changes are redundant. If you have any ideas for better solution, let me

Re: [yocto] Problems building U-Boot for x86_64

2017-08-24 Thread Ferry Toth
Op Thu, 24 Aug 2017 17:48:55 +0200, schreef Stefano Babic: > Hi Ferry, > > On 24/08/2017 15:09, Ferry Toth wrote: >> Op Thu, 24 Aug 2017 12:40:57 +0200, schreef Stefano Babic: >> >>> Hi Ferry, >>> >>> On 24/08/2017 08:51, Ferry Toth wrote: Op Wed, 23 Aug 2017 21:07:56 -0700, schreef Khem

Re: [yocto] ERROR: Unable to connect to bitbake server, or start one

2017-08-24 Thread Leonardo Sandoval
On Thu, 2017-08-24 at 18:24 +0300, Gera Pesikoff wrote: > Hi > I started to study bitbake and decided to repeat the BitBake Hello > World from the manual > (http://www.yoctoproject.org/docs/2.3.1/bitbake-user-manual/bitbake-user-manual.html#bitbake-hello-world). > I do everything according to the

[yocto] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-08-24 Thread Philip Balister
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 you are attending and ideas for topics. Although it is called a developer meeting, we invite members of the larger community to attend. The

Re: [yocto] [layerindex-web][PATCH v2] Asynchronous email notifications, task execution

2017-08-24 Thread Paul Eggleton
Hi Diana, On Thursday, 24 August 2017 12:58:38 PM NZST Diana Thayer wrote: > This patch adds asynchronous task execution using a Celery backend > and RabbitMQ task queue. > > It updates the README to reflect the installation and configuration > of a basic RabbitMQ setup, adds a 'tasks.py' file

Re: [yocto] Problems building U-Boot for x86_64

2017-08-24 Thread Ferry Toth
Op Thu, 24 Aug 2017 16:35:05 +, schreef Ferry Toth: > Op Thu, 24 Aug 2017 17:48:55 +0200, schreef Stefano Babic: > >> Hi Ferry, >> >> On 24/08/2017 15:09, Ferry Toth wrote: >>> Op Thu, 24 Aug 2017 12:40:57 +0200, schreef Stefano Babic: >>> Hi Ferry, On 24/08/2017 08:51,

[yocto] Yocto plug-in not running cmake

2017-08-24 Thread Paul D. DeRocco
Yocto 2.2.1, standard SDK for RPi, Yocto plug-in for Eclipse Mars I do File -> New -> C Project, give it a name, select Project Type -> Yocto Project SDK CMake Project -> Hello World C CMake Project, click Finish, and it creates a project. I click the build button, and it runs "make all" and

[yocto] Python module and build_ext args

2017-08-24 Thread Craig McQueen
I'm trying to make a recipe for python3-uvloop, using setuptools3. The Python 3 uvloop module depends on libuv. It bundles a version of libuv, and setup.py tries to build it, but it doesn't work well for cross-compilation. However, it also provides a build_ext parameter "--use-system-libuv",

[yocto] [layerindex-web][PATCH] views : add check for superusers in layer update notifications

2017-08-24 Thread Diana Thayer
When a user submits a layer, notification emails are sent to users with a certain permission. Superusers technically have all permissions, but Q ignores them currently so that such emails are not sent to superusers. This patch expands the check to include superusers. A few folks have discussed

Re: [yocto] Problems building U-Boot for x86_64

2017-08-24 Thread Ferry Toth
Op Wed, 23 Aug 2017 21:07:56 -0700, schreef Khem Raj: > On 8/23/17 3:40 PM, Ferry Toth wrote: >> Op Wed, 23 Aug 2017 14:51:55 -0700, schreef Khem Raj: >> >>> On 8/23/17 2:29 PM, Ferry Toth wrote: Ferry Toth wrote: > Khem Raj wrote: > >> On 8/22/17 11:41 PM, Ferry Toth

Re: [yocto] Fwd: [DNF YOCTO clarifications] smart was replaced with dnf in Yocto 2.3

2017-08-24 Thread Zoran Stojsavljevic
Hello Jussi, I would like to thank you very much for the useful reply. It was a bit different with me, but most boiled down as you said/explained (the difference are in client/server IP addresses, but everything else is almost the same - I guess, I do not have complete set of .rpms on my server

[yocto] [meta-selinux][PATCH] refpolicy: fix a typo in RDEPENDS

2017-08-24 Thread jackie.huang
From: Jackie Huang Underscore ("_") should be used for variable overrides. Signed-off-by: Jackie Huang --- recipes-security/refpolicy/refpolicy_common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [yocto] RDEPENDS dependency problem

2017-08-24 Thread Stefano Pagnottelli
First of all, thanks for your reply. Il giorno mer 23 ago 2017 alle ore 20:56 Khem Raj ha scritto: > On 8/23/17 1:12 AM, Stefano Pagnottelli wrote: > > Hi to all, > > > > I'm trying to build this layer: > > (https://github.com/bachp/meta-homeassistant) using the yocto pyro

Re: [yocto] [feature request] avoid getting the server stuck because of high "-j" value

2017-08-24 Thread Gianfranco Costamagna
Thanks you all for the valuable answers! cheers, Gianfranco -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Runtime Dependencies dependent on lowercase recipe name?

2017-08-24 Thread Gianfranco Costamagna
Hello, >Now the strange thing happens: copy the helloworld_0.1.bb to >Helloworld_0.1.bb >So the only difference is the lowercase vs capital "H" in the recipe name. welcome to the club! https://bugzilla.yoctoproject.org/show_bug.cgi?id=11592 Hopefully we will have a big red warning/error when

Re: [yocto] Python module and build_ext args

2017-08-24 Thread Craig McQueen
I wrote: > I'm trying to make a recipe for python3-uvloop, using setuptools3. > > The Python 3 uvloop module depends on libuv. It bundles a version of libuv, > and setup.py tries to build it, but it doesn't work well for > cross-compilation. > However, it also provides a build_ext parameter

[yocto] [layerindex-web][PATCH v3] Asynchronous email notifications, task execution

2017-08-24 Thread Diana Thayer
This patch adds asynchronous task execution using a Celery backend and RabbitMQ task queue, so that the layer submission process to proceed even in the event that sending the notification email fails, and establishing an asynchronous execution mechanism that we can use in the future e.g. for

Re: [yocto] RDEPENDS dependency problem

2017-08-24 Thread Khem Raj
On Thu, Aug 24, 2017 at 1:41 AM, Stefano Pagnottelli wrote: > First of all, thanks for your reply. > > Il giorno mer 23 ago 2017 alle ore 20:56 Khem Raj ha > scritto: >> >> On 8/23/17 1:12 AM, Stefano Pagnottelli wrote: >> > Hi to all, >> > >> >

[yocto] [layerindex-web][PATCH v4] Asynchronous email notifications, task execution

2017-08-24 Thread Diana Thayer
This patch adds asynchronous task execution using a Celery backend and RabbitMQ task queue, so that the layer submission process to proceed even in the event that sending the notification email fails, and establishing an asynchronous execution mechanism that we can use in the future e.g. for

Re: [yocto] Python module and build_ext args

2017-08-24 Thread Craig McQueen
Khem Raj wrote: On Thu, Aug 24, 2017 at 6:48 PM Craig McQueen > wrote: I wrote: > I'm trying to make a recipe for python3-uvloop, using setuptools3. > > The Python 3 uvloop module depends on libuv. It bundles a version of libuv, >

Re: [yocto] Python module and build_ext args

2017-08-24 Thread Khem Raj
On Thu, Aug 24, 2017 at 6:48 PM Craig McQueen wrote: > I wrote: > > I'm trying to make a recipe for python3-uvloop, using setuptools3. > > > > The Python 3 uvloop module depends on libuv. It bundles a version of > libuv, > > and setup.py tries to build it, but it

Re: [yocto] Python module and build_ext args

2017-08-24 Thread Khem Raj
On Thu, Aug 24, 2017 at 9:42 PM, Craig McQueen wrote: > Khem Raj wrote: > > > > On Thu, Aug 24, 2017 at 6:48 PM Craig McQueen > wrote: > > I wrote: >> I'm trying to make a recipe for python3-uvloop, using setuptools3. >> >> The Python 3