Re: [yocto] [PATCH v2] distro/poky: Add Debian 8 (Jessie) as sanity tested

2014-12-09 Thread Olof Johansson
On 14-12-09 16:32 +0100, Otavio Salvador wrote: > On Tue, Dec 9, 2014 at 1:29 PM, Olof Johansson > wrote: > > I would propose > > > >Debian-8.* \n ... > > This was my first patch and failed on me. > > A we need lsb-release for it to work. Ah, I did

Re: [yocto] [PATCH v2] distro/poky: Add Debian 8 (Jessie) as sanity tested

2014-12-09 Thread Olof Johansson
On 14-12-09 15:32 +0100, Otavio Salvador wrote: > The Debian 8 (codename Jessie) is frozen and has been in use in our > machines for some time. It has been working fine and as it is about to > be released it is better to whitelist it and remove the ugly warning > from build logs. > > Signed-off-by

Re: [yocto] [PATCH] distro/poky: Add Debian 7.5 and 7.6 version as validated

2014-08-24 Thread Olof Johansson
Hi, On 14-08-19 13:57 +0200, Otavio Salvador wrote: > @@ -88,6 +88,8 @@ SANITY_TESTED_DISTROS ?= " \ > Debian-7.2 \n \ > Debian-7.3 \n \ > Debian-7.4 \n \ > +Debian-7.5 \n \ > +Debian-7.6 \n \ > SUSE-LINUX-12.2 \n \ >

Re: [yocto] Bash parser

2014-07-16 Thread Olof Johansson
On 14-07-16 11:36 +0200, Isak Lichtenstein wrote: > In this method I'm using the bash syntax. But a lot of time the > parser doesn't manage to parse my file properly. Examples: > > TMP="file1 file2" > read -a scripts <<< $tmp > generates > ShellSyntaxError: expecting here-documen

Re: [yocto] busybox 1.21 ash bug?

2013-12-10 Thread Olof Johansson
Hi, [Sorry for duplicate replies, apparently I wasn't subscribed with the right email address.] On 13-12-10 13:22 +0100, Diego Sueiro wrote: > Recently I switched to dora branch which builds busybox 1.21. > I was using dylan branch with busybox 1.20 and the some shell > scripts stopped working.