Re: [yocto] -|EXT|- Re: mono 5.0.1.1 TypeLoadException

2017-10-05 Thread MUGRIDGE Robin
Hi, I’ve managed to track this down and it turned out to be nothing to do with mono. In the process of creating a test case, I found I had a reference to an old version of Npgsql (this is not provided via a yocto recipe). The old version I was referencing included an old version of Mono.Secur

[yocto] Bitbaking a recipe often triggers a do_package_write_rpm of a dependant recipe... why?

2017-10-05 Thread Torsten Sievers
Hi guys, Here is the situation: I have two custom made recipes, one is a SDK , the other one is a set of examples that use the sdk. The examples recipe has DEPENDS and RDEPENDS set that point to artifacts that are produced by the SDK recipe. So far, so normal Now the strange thing happens: wh

[yocto] [opkg-utils PATCH] opkg.py: Remove reformatting of description field

2017-10-05 Thread Jeffrey Pautler
The Debian Policy Manual describes the format of the description field. This includes information about how lines might be wrapped by programs displaying this information, how to mark lines to not be wrapped, how to mark a line as blank, and how leading spaces on a multi-line description might be d

[yocto] [opkg-utils PATCH] opkg.py/opkg-make-index: Add option to include all fields

2017-10-05 Thread Jeffrey Pautler
If the -f option is enabled, opkg-make-index will include user-defined fields in the package index rather than discarding them. This change is motivated by the fact that opkg now has support for user-defined fields in the package index. Signed-off-by: Jeffrey Pautler --- opkg-make-index | 11

Re: [yocto] Having trouble getting recipe to run in proper directory

2017-10-05 Thread Greg Wilson-Lindberg
Hi Paul, I changed the name of the recipe to 'canfestival_3-asc.bb' and removed the PN, PV, & PR defines and that seems to have gotten bitbake to extract and execute into the same directory. I'm now getting an error from the 'configure' scripe: NOTE: Running ../canfestival-3-asc/configure -

[yocto] Adding support for yum in a yocto image

2017-10-05 Thread Mark Hieber
I am building a yocto image to run on a network device, and I need to have yum installed in the image. Is this even possible? I would also like to have the epel-release repository available in my image. Thanks, Mark -- ___ yocto mailing list yocto@yoct

Re: [yocto] Adding support for yum in a yocto image

2017-10-05 Thread Leonardo Sandoval
On Thu, 5 Oct 2017 11:30:33 -0700 Mark Hieber wrote: > I am building a yocto image to run on a network device, and I need to have > yum installed in the image. Is this even possible? I would also like to > have the epel-release repository available in my image. there is no yum recipe but you can

Re: [yocto] Adding support for yum in a yocto image

2017-10-05 Thread Josef Holzmayr
Hi! On 05.10.2017 20:30, Mark Hieber wrote: I am building a yocto image to run on a network device, and I need to have yum installed in the image. Is this even possible? Technically, yes. But you'll have to create the support for yourself. The currently supported frontend for RPM is dnf (whic

Re: [yocto] Having trouble getting recipe to run in proper directory

2017-10-05 Thread Burton, Ross
On 5 October 2017 at 18:51, Greg Wilson-Lindberg wrote: > ERROR: configure failed > Unknown argument --build=x86_64-linux > > so bitbake is including an option that the configure script doesn't > understand. Is there a way to delete that option > If configure doesn't recognise that option then i

Re: [yocto] Having trouble getting recipe to run in proper directory

2017-10-05 Thread Greg Wilson-Lindberg
Hi Ross, Thanks for the insight, I guess I'll have to go back and do a bit more fiddling than I was thinking I might get by with, oh well. Greg From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Thursday, October 05, 2017 12:18 PM To: Greg Wilson-Lindberg Cc: Paul Eggleton ; yocto@yoctopr

[yocto] [meta-gplv2][pyro] Fast-forward to master?

2017-10-05 Thread Peter Kjellerstedt
I would like to suggest fast-forwarding the pyro branch of meta-gplv2 to master. The only change that I see as questionable is the change to mc, but since the change was accepted for master, I see no reason why it should not be acceptable for pyro (even though it is not necessary there). //Pet

Re: [yocto] [meta-gplv2][pyro] Fast-forward to master?

2017-10-05 Thread Andre McCurdy
On Thu, Oct 5, 2017 at 1:46 PM, Peter Kjellerstedt wrote: > I would like to suggest fast-forwarding the pyro branch of > meta-gplv2 to master. The only change that I see as questionable > is the change to mc, but since the change was accepted for master, > I see no reason why it should not be acce

Re: [yocto] local fetcher and devtool don't work well together

2017-10-05 Thread Aaron_Wright
Paul Eggleton wrote on 10/04/2017 06:47:50 PM: > Hi Aaron, > > On Thursday, 5 October 2017 11:54:32 AM NZDT aaron_wri...@selinc.com wrote: > > I have a recipe with: > > > > SRC_URI = "file://a/b/c/d;subdir=src" > > S = "${WORKDIR}/src/a/b/c/d" > > > > First off, ${S} must be set to the full p