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
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,
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
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
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')
>
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
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
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
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
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
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
> >
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
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
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
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
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
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-
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
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
> -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
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
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
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
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
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
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/
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
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
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
> ---
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
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
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
32 matches
Mail list logo