Re: [yocto] yocto project in raspberry pi 3

2016-11-30 Thread Khem Raj
> On Nov 30, 2016, at 4:28 AM, Rushin Thakkar wrote: > > hello there i am trying to do yocto project on raspberry pi 3. > when i run bitbake rpi-basic-image. > > > this task 0: bcm2835-bootfiles-20151021-r3 do_fetch (pid 4922) is taking too > much time. after that >

[yocto] [patchwork][PATCH v3] patchwork.models: Include first patch's name in series name

2016-11-30 Thread Jose Lamego
Patch Series created without a cover letter are named using a non-descriptive generic string. This change names the series using either the first 30 characters in patch #1 plus the remaining patches number, or the patch name for one-patch (1/1) series. [YOCTO #10625] Signed-off-by: Jose Lamego

Re: [yocto] [meta-raspberrypi][PATCH v4] u-boot: Simplify boot script

2016-11-30 Thread Paul Barker
On Wed, 30 Nov 2016 10:14:01 +1100 Jonathan Liu wrote: > Hi Paul, > > On 30 November 2016 at 07:39, Paul Barker wrote: > > > On Sun, 27 Nov 2016 17:37:53 +1100 > > Jonathan Liu wrote: > > > > > A patch is backported to check if the

[yocto] [meta-raspberrypi][PATCH v5] u-boot: Simplify boot script

2016-11-30 Thread Paul Barker
From: Jonathan Liu A patch is backported to check if the firmware loaded a device tree blob into memory and set the fdt_addr variable if it is found. The U-Boot script will then read the command line arguments generated by the firmware from the device tree and boot the kernel

[yocto] any recommendations for ARM-powered, yocto-based drones?

2016-11-30 Thread Robert P. J. Day
i want to get a drone, and i'd prefer that it was linux-powered -- specifically, i'd like an ARM-based drone with an OS created by yocto project. i can see that there's an atom-powered drone here: http://www.theregister.co.uk/2016/08/17/intel_aero_developer_board/ which runs "Yocto

Re: [yocto] [meta-raspberrypi] Seeing "dd: failed to open '/core-image-minimal-raspberrypi3-20161129134515.rootfs.rpi-sdimg': Permission denied" Errors After Update

2016-11-30 Thread Thomas Thorne
Obviously I was having some trouble when I created this work area: ~/work/yocto-rpi/meta-raspberrypi$ git branch -l krogoth * master origin/krogoth origon/krogoth origonkrogoth So I delete all those and try: $ git checkout origin/krogoth warning: refname 'origin/krogoth' is ambiguous.

[yocto] [patchwork][PATCH v2] patchwork/models: Include first patch's name in series name

2016-11-30 Thread Jose Lamego
Patch Series created without a cover letter are named using a non-descriptive generic string. This change names the series using either the first 30 characters in patch #1 plus the remaining patches number, or the patch name for one-patch (1/1) series. [Yocto #10625] Signed-off-by: Jose Lamego

Re: [yocto] update mechanisms (was: Re: [meta-swupd][PATCH] bsdiff: update to latest version)

2016-11-30 Thread André Draszik
On Wed, 2016-11-30 at 15:59 +0100, Patrick Ohly wrote: > On Wed, 2016-11-30 at 14:31 +, André Draszik wrote: > > On Wed, 2016-11-30 at 12:04 +0100, Patrick Ohly wrote: > > > On Mon, 2016-11-21 at 12:03 +, André Draszik wrote: > > > > This allows us to completely remove the build time > > >

Re: [yocto] [meta-swupd][PATCH] swupd-client: do out-of-tree builds

2016-11-30 Thread André Draszik
On Wed, 2016-11-30 at 13:55 +0100, Patrick Ohly wrote: > change would just lead to conflicts with my development branch. Is it > okay to wait for this version update? Sure, no worries. A. -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [meta-raspberrypi] Recipe To Add 3 Script Files To /etc/ppp/peers/

2016-11-30 Thread Thomas Thorne
Thank you for your assistance. The final recipe I used looks like this: # # Copy the ppp script files for chips to the target filesystem # These files are based on the details provided in # SUMMARY = "PPP Scripts for Basic Chip Operation" SECTION = "net" LICENSE = "MIT" LIC_FILES_CHKSUM =

Re: [yocto] [meta-mono][PATCH 0/7] Updates to meta-mono layer

2016-11-30 Thread Alex J Lennon
On 06/11/2016 04:22, Barry Grussling wrote: > I have a need to run Mono 4.6.1 on an ARM system. The last commit to > the yocto meta-mono tree is over six months old so I figured I would take > a crack at it myself. Hopefully these patches help somebody else. Merged and tested on qemux86. Many

Re: [yocto] CommonAPI *.so bindings

2016-11-30 Thread Clemens Lang
Hi Pawel, Pawel Suchy wrote: > That is causing a problem with binding CommonAPI dynamic libraries via > commonapi.ini. > The commonapi.ini file contains sections where dependencies to proxy > objects could be defined: > [proxy] >

Re: [yocto] CommonAPI *.so bindings

2016-11-30 Thread Burton, Ross
On 30 November 2016 at 15:32, Suchy, Pawel wrote: > Questions: > 1. How to solve best this? > > 2. Is it a good Yocto practice to not allow to have symbolic links in > none-dev images? > > 3. Is there a way to have symbolic links to libs in */usr/lib *directory > in

[yocto] CommonAPI *.so bindings

2016-11-30 Thread Suchy, Pawel
Hi, Yocto in none dev image does not allow to have symbolic links to versioned shared libraries. That is causing a problem with binding CommonAPI dynamic libraries via commonapi.ini. The commonapi.ini file contains sections where dependencies to proxy objects could be defined: [proxy]

[yocto] yocto project in raspberry pi 3

2016-11-30 Thread Rushin Thakkar
hello there i am trying to do yocto project on raspberry pi 3. when i run bitbake rpi-basic-image. this task 0: bcm2835-bootfiles-20151021-r3 do_fetch (pid 4922) is taking too much time. after that i am getting message like ERROR: Fetcher failure: Fetch command failed with exit code 128,

[yocto] update mechanisms (was: Re: [meta-swupd][PATCH] bsdiff: update to latest version)

2016-11-30 Thread Patrick Ohly
On Wed, 2016-11-30 at 14:31 +, André Draszik wrote: > On Wed, 2016-11-30 at 12:04 +0100, Patrick Ohly wrote: > > On Mon, 2016-11-21 at 12:03 +, André Draszik wrote: > > > This allows us to completely remove the build time > > > depenency on libcheck when not needed, reducing > > > overall

Re: [yocto] [meta-swupd][PATCH] bsdiff: update to latest version

2016-11-30 Thread André Draszik
On Wed, 2016-11-30 at 12:04 +0100, Patrick Ohly wrote: > On Mon, 2016-11-21 at 12:03 +, André Draszik wrote: > > This allows us to completely remove the build time > > depenency on libcheck when not needed, reducing > > overall build time, and in addition tests can be > > converted into a

Re: [yocto] [meta-mono][PATCH] mono-4.xx: Remove --disable-static from EXTRA_OECONF

2016-11-30 Thread Alex J Lennon
On 27/06/2016 19:41, Fabio Berton wrote: > Any update on this? > Applied, thanks Fabio -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-swupd][PATCH] swupd-client: fix invalid directory in do_install_append()

2016-11-30 Thread Patrick Ohly
On Mon, 2016-11-28 at 12:18 +, André Draszik wrote: > diff --git a/recipes-core/swupd-client/swupd-client_git.bb > b/recipes-core/swupd-client/swupd-client_git.bb > index fd4716f..3aed480 100644 > --- a/recipes-core/swupd-client/swupd-client_git.bb > +++

Re: [yocto] [meta-swupd][PATCH] swupd-client: do out-of-tree builds

2016-11-30 Thread Patrick Ohly
On Mon, 2016-11-21 at 15:42 +, André Draszik wrote: > From: André Draszik > > Backport a patch that fixes out-of-tree builds, and at > the same time switch to using autotools.bbclass rather > than autotools-brokensep.bbclass I'll update swupd-client to the latest

Re: [yocto] [meta-swupd][PATCH] bsdiff: update to latest version

2016-11-30 Thread Patrick Ohly
On Mon, 2016-11-21 at 12:03 +, André Draszik wrote: > This allows us to completely remove the build time > depenency on libcheck when not needed, reducing > overall build time, and in addition tests can be > converted into a PACKAGECONFIG to enable them if > needed. +1 Sorry for the delay, I