[OE-core] [PATCH] Delete superfluous assignments, S = ${WORKDIR}/${BP}

2015-02-21 Thread Robert P. J. Day
Given that bitbake.conf sets the default values: BP = "${BPN}-${PV}" S = "${WORKDIR}/${BP}" there are a number of recipes that set the variable S completely superfluously, so get rid of them. Signed-off-by: Robert P. J. Day --- someone else feel free to sanity-check these. diff --git a/me

Re: [OE-core] questions about WORKDIR and S usage and files/ stuff

2015-02-21 Thread Robert P. J. Day
On Sat, 21 Feb 2015, Richard Purdie wrote: > On Sat, 2015-02-21 at 05:09 -0500, Robert P. J. Day wrote: > > p.s. i also notice that a small number of OE recipes contain the > > apparently redundant setting: > > > > $ grep -r "^S = \"\${WORKDIR}/\${BP}\"" * > > meta/recipes-extended/texinfo/texinf

Re: [OE-core] questions about WORKDIR and S usage and files/ stuff

2015-02-21 Thread Robert P. J. Day
i'll finalize all this a bit at a time ... thanks for your time in clearing all this up. On Sat, 21 Feb 2015, Richard Purdie wrote: > On Sat, 2015-02-21 at 05:09 -0500, Robert P. J. Day wrote: > > which makes sense since gcc is a special case -- in short, for any > > kind of "normal" recipe, t

[OE-core] [PATCH 1/2] busybox:udhcpc: Start with a metric of 10 for routes

2015-02-21 Thread Holger Hans Peter Freyther
Linux allows to install multiple default routes with different metrics. Start with a metric above 0 to allow other parts of the system to install routes with a lower metric. Signed-off-by: Holger Hans Peter Freyther --- meta/recipes-core/busybox/files/simple.script | 2 +- 1 file changed, 1 inse

[OE-core] [PATCH 2/2] busybox:udhcpc: Remove the routes from the right interface

2015-02-21 Thread Holger Hans Peter Freyther
When using iproute2 to remove the route all default rules will be removed. Scope the removal by interface like it is done with ifconfig. Signed-off-by: Holger Hans Peter Freyther --- meta/recipes-core/busybox/files/simple.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[OE-core] Question about PR_SERVICE

2015-02-21 Thread Jan-Simon Moeller
Hi ! Do I need to set anything else than PRSERV_HOST="somehost:someport" in local.conf (and start the prserv of course on somehost) ? I see no change in the prserv logfile and no size change for the prserv.sqlite Do I miss an option on the local.conf? Best, Jan-Simon --

[OE-core] OE Changelog since 2015-02-08 until 2015-02-15

2015-02-21 Thread cliff . brake
Changelog since 2015-02-08 until 2015-02-15. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] question about kernel .scc and .cfg files

2015-02-21 Thread Bruce Ashfield
On Sat, Feb 21, 2015 at 2:43 AM, Robert P. J. Day wrote: > > once a SRC_URI refers to an .scc file that further refers to a .cfg > file, is there any need for the SRC_URI file to *additionally* refer > explicitly to that same .cfg file? i ask only because i've noticed > this on occasion and i'm

Re: [OE-core] questions about WORKDIR and S usage and files/ stuff

2015-02-21 Thread Richard Purdie
On Sat, 2015-02-21 at 05:09 -0500, Robert P. J. Day wrote: > which makes sense since gcc is a special case -- in short, for any > kind of "normal" recipe, there is no compelling reason to ever mess > with the WORKDIR variable, is there? You'd probably break things if you did. > next, S, and its

[OE-core] [oe-core][PATCH] terminal.py: No --disable-factory for gnome-terminal >= 3.10

2015-02-21 Thread Sven Ebenfeld
--disable-factory has been disabled in earlier versions of gnome-terminal but from version 3.10 it raises an error and quits. This makes devshell unusable with gnome-terminal >= 3.10. This patch checks for the version and removes --disable-factory if you have the terminal version 3.10 or higher. S

[OE-core] questions about WORKDIR and S usage and files/ stuff

2015-02-21 Thread Robert P. J. Day
some admittedly simple questions about the WORKDIR layout to make sure i understand it *completely* as the basis for further questions. (if all of this is documented in an OE or YP manual somewhere, that'd be great.) from bitbake.conf, i can see the default setting for a recipe's WORKDIR: BA

Re: [OE-core] [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-21 Thread Richard Purdie
On Fri, 2015-02-20 at 18:03 +, Richard Purdie wrote: > On Mon, 2015-02-02 at 02:02 -0800, Khem Raj wrote: > > I have put together upgrade to gcc 4.9.2 as well as glibc 2.21 ( > > upcoming ) on a contrib branch ( top 2 patches) its has not got much > > testing besides x86 qemu thus far. > > >