[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, August 27, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2013-08-27 Thread Liu, Song
Attendees: AlexG, Björn, MichaelH, MatthewW, Saul, BruceA, Denys, Nitin, DaveST, PaulE, JeffP, Belen, Richard, Beth, Darren, Jessica, Song Agenda: * Opens collection - 5 min (Song) * Yocto 1.4.2 release - 10 min (Paul/AlexG) - QA report is just out. Things looking pretty good. Only issue we fo

[yocto] 1.5_M4.rc1 delayed until tomorrow.

2013-08-27 Thread Flanagan, Elizabeth
All, We've delayed generating M4.rc1 until tomorrow AM so that we can get things a bit more stabilized. We're running a master build right now to see where we are. I'll let folks know when we get the rc running. Thanks -- Elizabeth Flanagan Yocto Project Build and Release __

[yocto] OE recipes- linphone build error in poky-9.0.0 build environment

2013-08-27 Thread Amit Kumar
Hi, I wants to build the recipes name linphone(SIP-based IP phone) with poky-9.0.0 build environment. I found he linphone recipes under the "angstrom-openembedded". In my poky build environment I have created the new layer, name linphone, and copy the .bb files. But when i am building it thr

Re: [yocto] Can anything be done about do_rootfs speed?

2013-08-27 Thread Paul D. DeRocco
> From: Gary Thomas > > As far as I understand, the 'do_rootfs' step in building an > image is basically > equivalent to running "${PKG_MGR} install > ", where PKG_MGR > is your package management method of choice - ipk or rpm. > This seems to me to > be a very single-threaded process. If the

Re: [yocto] Can anything be done about do_rootfs speed?

2013-08-27 Thread Gary Thomas
On 2013-08-27 16:27, Paul D. DeRocco wrote: I got really tired of waiting for builds on my lowly dual-core Atom machine, so I went out and bought a nice fast machine with an i7-4770K and a Samsung SSD. Full builds are now screechingly fast, over 10x compared to the Atom. But when making a tiny c

[yocto] Is there a OE core based mgetty?

2013-08-27 Thread Brian Hutchinson
Hi, I need mgetty and don't see it anywhere in any of the OE core based layers. Did something replace it? I'm trying to migrate some OE classic work to OE core based distros. Regards, Brian ___ yocto mailing list yocto@yoctoproject.org https://lists.

[yocto] Can anything be done about do_rootfs speed?

2013-08-27 Thread Paul D. DeRocco
I got really tired of waiting for builds on my lowly dual-core Atom machine, so I went out and bought a nice fast machine with an i7-4770K and a Samsung SSD. Full builds are now screechingly fast, over 10x compared to the Atom. But when making a tiny change, I still have to wait for do_rootfs. Sin

[yocto] [PATCH 4/6] Bastille: accept and observe --os flag in multiple situations.

2013-08-27 Thread mulhern
[YOCTO #3867] Five additional patches which cause the --os flag to be accepted and observed are added. An additional distro, Yocto, is added. The individual patches are described below. upgrade_options_processing.patch: Changes setOptions procedure so that it accepts named parameters for greater

[yocto] [PATCH 3/6] Bastille: change in behavior of bastille -l.

2013-08-27 Thread mulhern
[YOCTO #3867] bastille -l now reports existing configuration file paths even if it has not previously been run. Previously, it exited with an error if it detected an absence of log files indicating a previous run. Signed-off-by: mulhern --- recipes-security/bastille/bastille_3.2.1.bb|

[yocto] [PATCH 2/6] Bastille: Miscellaneous fixes to the Bastille code base.

2013-08-27 Thread mulhern
[YOCTO #3867] Adds four additional small patches which address miscellaneous small problems in Bastille. The four patches are: fix_missing_use_directives.patch: A number of use directives were missing from several files. These were added as discovered. fix_number_of_modules.patch: The curses in

[yocto] [PATCH 6/6] Bastille: document the current status and usability of the Bastille install.

2013-08-27 Thread mulhern
The README file is updated to indicate the functionality of Bastille that is actually available. The recipe file is updated with a pointer to the README file. An additional patch is added so that when Bastille is run in interactive mode it will not attempt to make any changes to the system. This

[yocto] [PATCH 1/6] Bastille: Preliminary cleanup of existing patches.

2013-08-27 Thread mulhern
[YOCTO #3867] Renames existing patches and removes some changes. Curses-and-IOLoader-changes.patch is renamed to call_output_config.patch. The new patch omits the removal of the pruning step in Load_Questions but retains the replacement of a call to a non-existant function with a call to an appro

[yocto] [PATCH 5/6] Bastille: set Yocto specific questions via config file.

2013-08-27 Thread mulhern
The python script, set_required_questions.py reads the list of questions and answers from the config file and edits the REQUIRE_DISTRO field for those questions in the questions file so that it includes "Yocto" if it is not already present. This has the effect of causing Bastille, when loading ques

[yocto] [PATCH 0/6] [meta-security] Bastille bug fixes and enhancements

2013-08-27 Thread mulhern
The patches in this set consist of a number of actual bug fixes and a few enhancements. The two enhancements are: 1) A change in the semantics of the -l flag so that it lists configuration files even if Bastille has not been run previously. 2) A change in the distributions are inferred, specified,

Re: [yocto] [meta-virtulization] [PATCH] irqbalance: Uprev to 1.0.6

2013-08-27 Thread Yang Shi
On 8/27/2013 5:42 AM, Bruce Ashfield wrote: On Tue, Aug 27, 2013 at 4:33 AM, Paul Eggleton wrote: On Tuesday 27 August 2013 09:32:24 David Nyström wrote: On Mon 26 Aug 2013 11:27:30 PM CEST, Yang Shi wrote: Add recipe for 1.0.6 version. And, add status and reload commands into init script. S

Re: [yocto] gcc enable-languages

2013-08-27 Thread Khem Raj
On Aug 26, 2013, at 5:23 AM, Javi Roman wrote: > $ cat recipes-devtools/libtool/libtool-cross_2.4.2.bbappend > export FC = "${CCACHE}${HOST_PREFIX}gfortran ${HOST_CC_ARCH} > --sysroot=${STAGING_DIR_HOST}" can you submit this as a patch to OE-Core libtool recipe please ?

Re: [yocto] [PATCH] yocto-docs: Replace atom-pc with genericx86 in the manuals

2013-08-27 Thread Darren Hart
On Tue, 2013-08-27 at 08:28 -0700, Darren Hart wrote: > Update the manuals to reflect the recent replacement of atom-pc with > genericx86. > > Signed-off-by: Darren Hart > Cc: Ross Burton > Cc: Paul Eggleton > Cc: Scott Rifenbark > Signed-off-by: Darren Hart Arg, sorry for the dupe S O B, Sc

[yocto] [PATCH] yocto-docs: Replace atom-pc with genericx86 in the manuals

2013-08-27 Thread Darren Hart
Update the manuals to reflect the recent replacement of atom-pc with genericx86. Signed-off-by: Darren Hart Cc: Ross Burton Cc: Paul Eggleton Cc: Scott Rifenbark Signed-off-by: Darren Hart --- documentation/dev-manual/dev-manual-model.xml | 2 +- documentation/ref-manual/ref-var

[yocto] Syntax for specifying multiple URI's in a PREMIRRORS statement?

2013-08-27 Thread Glenn Schmottlach
I'm trying to figure out the syntax for specifying more than one URI in a single PREMIRROR statement, e.g. PREMIRRORS_append = "git://.*/.* file://toplevel/premirror ftp://ftp.acme.com/pre_mirror/foo \n" So for all "git" fetches I want it to *first* look in a local premirror directory and if the

Re: [yocto] RFC: automated runtime testing on real hardware

2013-08-27 Thread Darren Hart
On Tue, 2013-08-27 at 12:11 +0100, Paul Eggleton wrote: > Hi Darren, > > On Friday 23 August 2013 20:52:41 Darren Hart wrote: > > On Tue, 2013-08-13 at 12:00 +0100, Paul Eggleton wrote: > > > Automated testing on real hardware is something that a lot of us do > > > already, but the likelihood is t

Re: [yocto] [meta-virtulization] [PATCH] irqbalance: Uprev to 1.0.6

2013-08-27 Thread Bruce Ashfield
On Tue, Aug 27, 2013 at 4:33 AM, Paul Eggleton wrote: > On Tuesday 27 August 2013 09:32:24 David Nyström wrote: >> On Mon 26 Aug 2013 11:27:30 PM CEST, Yang Shi wrote: >> > Add recipe for 1.0.6 version. And, add status and reload commands into >> > init script. >> > >> > Signed-off-by: Yang Shi >

Re: [yocto] RFC: automated runtime testing on real hardware

2013-08-27 Thread Paul Eggleton
Hi Darren, On Friday 23 August 2013 20:52:41 Darren Hart wrote: > On Tue, 2013-08-13 at 12:00 +0100, Paul Eggleton wrote: > > Automated testing on real hardware is something that a lot of us do > > already, but the likelihood is that we've all been coming up with our own > > solutions for this, so

Re: [yocto] Kernel 3.9 uImage build problem

2013-08-27 Thread Hans Beckérus
ELSBSTRING = "SUSE-LINUX-11" >> TARGET_SYS= "arm-poky-linux-gnueabi" >> MACHINE = "zynq-zc706" >> DISTRO= "poky-chris" >> DISTRO_VERSION= "1.4+snapshot-20130827" >> TUNE_FEATURES = &qu

Re: [yocto] Kernel 3.9 uImage build problem

2013-08-27 Thread lothar
= "x86_64-linux" NATIVELSBSTRING = "SUSE-LINUX-11" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "zynq-zc706" DISTRO = "poky-chris" DISTRO_VERSION= "1.4+snapshot-20130827" TUNE_F

[yocto] Kernel 3.9 uImage build problem

2013-08-27 Thread Hans Beckérus
quot;SUSE-LINUX-11" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "zynq-zc706" DISTRO = "poky-chris" DISTRO_VERSION= "1.4+snapshot-20130827" TUNE_FEATURES = "armv7a vfp cortexa9" TARGET_FPU= "v

Re: [yocto] [meta-virtulization] [PATCH] irqbalance: Uprev to 1.0.6

2013-08-27 Thread Paul Eggleton
On Tuesday 27 August 2013 09:32:24 David Nyström wrote: > On Mon 26 Aug 2013 11:27:30 PM CEST, Yang Shi wrote: > > Add recipe for 1.0.6 version. And, add status and reload commands into > > init script. > > > > Signed-off-by: Yang Shi > > --- > > > > ...irqbalance-Add-status-and-reload-command

Re: [yocto] [meta-virtulization] [PATCH] irqbalance: Uprev to 1.0.6

2013-08-27 Thread David Nyström
On Mon 26 Aug 2013 11:27:30 PM CEST, Yang Shi wrote: Add recipe for 1.0.6 version. And, add status and reload commands into init script. Signed-off-by: Yang Shi --- ...irqbalance-Add-status-and-reload-commands.patch | 55 recipes-extended/irqbalance/irqbalance_1.0.6.b