Re: [OE-core] [PATCH] u-boot: fix beaglebone boot issue with large kernel images

2014-04-18 Thread Stanacar, StefanX
On Thu, 2014-04-17 at 15:05 -0400, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > Fix beaglebone boot issue with large kernel images overwriting Device Tree. > See very detailed comments inside the patch. > > The original patch is being reviewed upstream and is targeting mainline U-bo

Re: [OE-core] [PATCH] scripts/send-error-report: simple hack to use proxy from the enviroment

2014-04-11 Thread Stanacar, StefanX
Actually I'll send v2 which should work for HTTP Basic Authentication too. On Fri, 2014-04-11 at 18:54 +0300, Stefan Stanacar wrote: > People behind a proxy couldn't send an error report to an upstream server, > this should fix the issue if they use a proxy that doesn't require > authentication,

Re: [OE-core] [PATCH 1/1] core-image-lsb: enforce pam as a needed distro feature

2014-03-31 Thread Stanacar, StefanX
On Mon, 2014-03-31 at 10:58 +0100, Richard Purdie wrote: > On Mon, 2014-03-31 at 12:51 +0300, Cristian Iorga wrote: > > core-image-lsb only gave a warning: > > "WARNING: Building libpam but 'pam' isn't in DISTRO_FEATURES, > > PAM won't work correctly" > > when the proper DISTRO was not set for i

Re: [OE-core] [PATCH] lsbtest: fix comparison bashism

2014-03-31 Thread Stanacar, StefanX
On Sun, 2014-03-30 at 18:55 -0400, Trevor Woerner wrote: > On 03/11/14 11:40, Stefan Stanacar wrote: > > == is a bashism use = instead. > > But the first line of this script is: > #/bin/bash > > Shouldn't a bash script be allowed to have bash-isms??! I was referring to the recipe which should

Re: [OE-core] [RFC PATCH 4/4] lib/oeqa: add a test target controller for EFI targets

2014-03-21 Thread Stanacar, StefanX
Hi Otavio, On Thu, 2014-03-20 at 18:08 -0300, Otavio Salvador wrote: > On Thu, Mar 20, 2014 at 1:29 PM, Stefan Stanacar > wrote: > > +# test rootfs + kernel > > +self.rootfs = os.path.join(d.getVar("DEPLOY_DIR_IMAGE", True), > > d.getVar("IMAGE_LINK_NAME", True) + '.tar.gz') >

Re: [OE-core] [poky] [RFC PATCH v2 0/3] Master image generation and testing

2014-03-20 Thread Stanacar, StefanX
Hi Paul, On Wed, 2014-03-19 at 19:05 +, Paul Eggleton wrote: > Hi Stefan, > > On Monday 17 March 2014 17:42:13 Stefan Stanacar wrote: > > This is what I currently use for doing automated deployment > > for a genericx86-64 image. More details on the commit > > messages. There is nothing parti

Re: [OE-core] [PATCH v2] testimage: dont use DNS lookup for qemu based testimages

2014-03-19 Thread Stanacar, StefanX
On Tue, 2014-03-18 at 17:31 -0700, Saul Wold wrote: > Signed-off-by: Saul Wold > --- > meta/classes/testimage.bbclass | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/meta/classes/testimage.bbclass b/meta/classes/testimage.bbclass > index 691c7f6..ee028e1 100644 > --- a/me

Re: [OE-core] libm accuracy, eglibc compared to glibc

2014-03-12 Thread Stanacar, StefanX
Hello, I just want to point out that this looks very similar to a qemuppc machine bug we've seen before with libm and floor() call: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4854 It was fixed with: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=2a48e9007cc92fedfdb6919411859fb9

Re: [OE-core] [PATCH 3/3] classes: Add gummiboot class

2014-03-12 Thread Stanacar, StefanX
On Wed, 2014-03-12 at 07:18 +0100, Koen Kooi wrote: > Op 11 mrt. 2014, om 22:38 heeft Darren Hart het > volgende geschreven: > > > On 3/7/14, 1:57, "Stanacar, StefanX" wrote: > > > >> > >> > >> > >> On Thu, 2014-03-06

Re: [OE-core] [PATCH 0/4] Add gummiboot boot manager alongside grub-efi

2014-03-09 Thread Stanacar, StefanX
I've forgot to add v2 to the subject lines :( I'll resend with that added. On Sun, 2014-03-09 at 18:04 +0200, Stefan Stanacar wrote: > Hello, > > This series adds recipes for gummiboot and a class allowing it to be used > as the boot loader for live/hddimg images. > Without changing EFI_PROVIDER

Re: [OE-core] [PATCH 1/3] recipes-bsp: Add gummiboot and gnu-efi recipes

2014-03-09 Thread Stanacar, StefanX
On Sun, 2014-03-09 at 00:00 -0800, Saul Wold wrote: > On 03/06/2014 10:15 AM, Stefan Stanacar wrote: > > gummiboot is is a simple UEFI boot manager (not a boot loader ;-) ) > > > > These recipes are imported from meta-intel with these changes: > > - drop PR and update configure options > >

Re: [OE-core] [PATCH 3/3] classes: Add gummiboot class

2014-03-07 Thread Stanacar, StefanX
On Thu, 2014-03-06 at 14:36 -0800, Darren Hart wrote: > On 3/6/14, 10:15, "Stefan Stanacar" wrote: > > >Adds a gummiboot class similar to grub-efi class and makes the necessary > >changes so it can be used for live/hddimg images as well. > > > >One can set EFI_PROVIDER = "gummiboot" in local.c

Re: [OE-core] [PATCH] lib/oeqa: sshcontrol: Allow alternate port for SSHControl

2014-01-23 Thread Stanacar, StefanX
On Thu, 2014-01-23 at 10:35 +1000, Sipke Vriend wrote: > Add an optional parameter to SSHControl so the user can specify > and alternate port to the default (22). > > Signed-off-by: Sipke Vriend > --- > meta/lib/oeqa/utils/sshcontrol.py |4 +++- > 1 file changed, 3 insertions(+), 1 deleti

Re: [OE-core] [PATCH] lib/oeqa: allow a layer to provide it's own TEST_TARGET class

2014-01-23 Thread Stanacar, StefanX
Hi Sipke, On Thu, 2014-01-23 at 14:48 +1000, Sipke Vriend wrote: > Hi Stefan, > > I have started using this patch in master to extend test targets to our > bsp layer, and it works well. Thanks. > Will the extension of a controllers.py file work for multiple bsp layers > in a single build/conf/bbl

Re: [OE-core] [RFC OE-core/meta/lib] BSP Specific Qemurunner

2014-01-09 Thread Stanacar, StefanX
On Thu, 2014-01-09 at 00:01 +, Sipke Vriend wrote: > On Wednesday, 8 January 2014 11:53 PM Paul Eggleton wrote: > > > >On Wednesday 08 January 2014 13:12:41 Richard Purdie wrote: > >> On Tue, 2014-01-07 at 22:59 +, Sipke Vriend wrote: > >> > Hi Richard, > >> > > >> > >-Original Mess

Re: [OE-core] What package installs a C compiler on my target?

2014-01-08 Thread Stanacar, StefanX
On Wed, 2014-01-08 at 16:05 +0100, Mike Looijmans wrote: > On 01/08/2014 02:50 PM, Philip Balister wrote: > > On 01/08/2014 08:24 AM, Mike Looijmans wrote: > >> Probably a silly question that has been asked a thousand times, but my > >> searches on Google only give me the answer to the wrong que

Re: [OE-core] [PATCH] openssh: use volatiles for managing /var/run/sshd

2013-09-16 Thread Stanacar, StefanX
Hi Ming, On Fri, 2013-09-13 at 17:10 +0800, Ming Liu wrote: > It fixes the following failure: > "fatal: Missing privilege separation directory: /var/run/sshd" > > when sshd is started through xinetd. With this patch applied, openssh doesn't start anymore in standard images (e.g. core-image-sato-

Re: [OE-core] [PATCH] qemu: add recommend of kernel-modules for all qemu machines

2013-09-05 Thread Stanacar, StefanX
On Thu, 2013-09-05 at 11:45 +0100, Burton, Ross wrote: > On 5 September 2013 11:20, Burton, Ross wrote: > > I've also decided that maybe systemd isn't being quite as clever as it > > should and maybe fixing it there is the real fix. > > s/systemd/Linux/. > > The bug is that doing a "df" on a q

Re: [OE-core] [RFC PATCH 5/8] lib/oeqa/utils/qemurunner.py: class to handle qemu instance

2013-08-29 Thread Stanacar, StefanX
Hi Colin, On Mon, 2013-08-05 at 21:50 +0200, Colin Walters wrote: > On Fri, 2013-06-28 at 13:04 +0300, Stefan Stanacar wrote: > > > +self.streampath = '/tmp/qemuconnection.%s' % os.getpid() > > That's a security problem on shared machines. I know this is a late reply, sorry, I missed th

Re: [OE-core] [PATCH 1/1] qemu: update dependency of native package

2013-08-16 Thread Stanacar, StefanX
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On > Behalf Of Richard Purdie > Sent: Friday, August 16, 2013 1:48 PM > To: Kai Kang > Cc: openembedded-core@lists.openembedded.org; > zhangle.y...@windr

Re: [OE-core] [CONSOLIDATED PULL 00/24] Review & ACK

2013-08-13 Thread Stanacar, StefanX
On Tue, 2013-08-13 at 07:36 -0700, Saul Wold wrote: > Paul, Ross: > > We are still in Review and ACK mode, so please take a look at this. > > I have included the dpkg fix for Fedora 19. > > This also has some patch for the QA Tests and Paul's Gstreamer > patches. > Saul, you always move too

Re: [OE-core] [PATCH] base-files: remove symbolic link from /etc/mtab to /proc/mounts

2013-07-31 Thread Stanacar, StefanX
On Wed, 2013-07-31 at 16:46 +0800, ChenQi wrote: > On 07/31/2013 04:19 PM, Chunrong Guo wrote: > > *If /etc/mtab is a symlink to /proc/self/mounts, > > mounting fails because addmntent returns an error. > > As a consequence, the Private directory is unusable > > because /pr

Re: [OE-core] [PATCH 4/4] oeqa/runtime/xorg: use the right ps command for xorg test

2013-07-30 Thread Stanacar, StefanX
On Tue, 2013-07-30 at 11:35 +0300, Stefan Stanacar wrote: > Use our determined ps command, otherwise test fails for images with procps. > > Signed-off-by: Stefan Stanacar > self.streampath = '/tmp/qemuconnection.%s' % os.getpid() > -self.qemuparams = 'bootparams="console=tty1

Re: [OE-core] How to solve the make 3.82 issue at sanity check time?

2013-07-24 Thread Stanacar, StefanX
On Wed, 2013-07-24 at 11:43 +0200, Giuseppe Condorelli wrote: > Hi Paul, > > I saw it early this morning (reading the previous thread) > but I've not put it in the right attention I think. > Now I've installed the sdk using that script and a run is still > ongoing. > I'll let you know. > I ask

Re: [OE-core] How to solve the make 3.82 issue at sanity check time?

2013-07-24 Thread Stanacar, StefanX
On Wed, 2013-07-24 at 09:33 +0200, Giuseppe Condorelli wrote: > Hi All, > > given that the make v. 3.82 is broken, as the sanity check highlights, > which is the best solution > to allow Fedora users (as I am) to go ahead with the build? > I don't like to avoid sanity checks or to use an older

Re: [OE-core] [CONSOLIDATED PULL 00/30] PENDING FINAL REVIEW

2013-07-12 Thread Stanacar, StefanX
On Thu, 2013-07-11 at 18:23 -0700, Saul Wold wrote: > > Stanacar, StefanX (2): > lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net > interface name > lib/oeqa/utils/qemurunner.py: increase boot timeout > > Stefan Stanacar (1): > lib/oeqa/

Re: [OE-core] [RFC PATCH v2 3/8] lib/oeqa/utils/sshcontrol.py: helper module for running remote commands

2013-07-09 Thread Stanacar, StefanX
Hi Colin, On Sun, 2013-07-07 at 17:55 -0400, Colin Walters wrote: > On Fri, 2013-07-05 at 12:27 +0300, Stefan Stanacar wrote: > > > +actualcmd = "ssh -o UserKnownHostsFile=/dev/null -o > > StrictHostKeyChecking=no -l root %s '%s'" % (self.host, cmd) > > This is going to fail if cmd cont

Re: [OE-core] [RFC PATCH 0/8] Proposed implementation of a new runtime tests framework

2013-07-04 Thread Stanacar, StefanX
On Wed, 2013-07-03 at 23:51 -0700, Saul Wold wrote: > Tired this out today and got the following: > > ERROR: Function failed: Failed to start qemu. You should check the task log > > and the qemu boot log (qemu log is > > /srv/ssd/sgw/builds/world/tmp/work/qemux86_64-poky-linux/core-image-sato/1

Re: [OE-core] [PATCH] runqemu: fix networking issues

2013-05-20 Thread Stanacar, StefanX
On Mon, 2013-05-20 at 13:09 +0300, Laurentiu Palcu wrote: > After switching from ifconfig to ip, networking stopped working. This > commit contains the following fixes: > > * set a decent broadcast address for the tap device; > * bring up the device; > > Signed-off-by: Laurentiu Palcu > ---

Re: [OE-core] [PATCH] xkeyboard-config: Remove xkbcomp from RDEPENDS_${PN}

2013-05-07 Thread Stanacar, StefanX
On Tue, 2013-05-07 at 09:43 -0600, Gary Thomas wrote: > On 2013-05-07 09:23, Burton, Ross wrote: > > On 7 May 2013 16:13, Gary Thomas wrote: > >> It looks like the package(s) you're referring to are the X server. > >> Too bad you didn't provide those patches as well as images which > >> use X ar

Re: [OE-core] postinst does not finish

2013-04-17 Thread Stanacar, StefanX
On Wed, 2013-04-17 at 09:28 +0100, Paul Eggleton wrote: > On Tuesday 16 April 2013 23:42:08 Khem Raj wrote: > > On Apr 16, 2013, at 11:28 PM, Andreas Müller > > wrote: > > > sorry again me with another issue. I updated all layers from master > > > few hours ago and built from scratch. On first b

Re: [OE-core] [PATCH V4 2/3] connman-conf: configures connman in qemu machines

2013-01-29 Thread Stanacar, StefanX
What about network in Build Appliance image? Blacklisting eth interfaces affects build appliance image too (because it's built as qemux86-64 machine usually). Or someone who doesn't use the runqemu script and she doesn't pass a static ip to qemu because she wants to use a dhcp server (eg: dnsmas