Re: [yocto] [meta-freescale] Error: base-files/3.0.14-r89/temp/run.do_install.80432: Syntax error: Unterminated quoted string

2019-01-30 Thread Otavio Salvador
e seems to be a syntax error on the do_install task, likely a bbappend file. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- _

Re: [yocto] [OE-core] [PATCH v4 1/3] image.bbclass: add prohibited-paths QA test

2017-11-17 Thread Otavio Salvador
ane.bbclass, a new image-insane.bbclass. I dislike it being defined in multiple places. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___

Re: [yocto] [OE-core] [PATCH v4 1/3] image.bbclass: add prohibited-paths QA test

2017-11-16 Thread Otavio Salvador
('/'): so you can drop the if path != "". An empty list won't go inside the for. Each item needs to be tested. > +IMAGE_QA_COMMANDS += "image_check_prohibited_paths" > + > # Add image-level QA/sanity checks to IMAGE_QA_COMMANDS > # > # IMAGE_QA_COMMANDS += " \ > -- > 2.1.4 > > -- >

Re: [yocto] [OE-core] [PATCH v3 1/2] image.bbclass: add prohibited-paths QA test

2017-11-15 Thread Otavio Salvador
se so not sure it is worth the extra variable. > +loc = ", ".join(item.replace(rootfs, '') for item in match) > +raise ImageQAFailed("Match(es) for PROHIBITED_PATHS \"%s\": > %s" % (p, loc), image_check_prohibited_paths) > +} -

Re: [yocto] [meta-raspberrypi][PATCH] Revert "qtbase: Enable EGLFS support"

2017-09-27 Thread Otavio Salvador
On Wed, Sep 27, 2017 at 5:14 PM, Manjukumar Harthikote Matha <manju...@xilinx.com> wrote: >> -Original Message----- >> From: Otavio Salvador [mailto:otavio.salva...@ossystems.com.br] >> Sent: Wednesday, September 27, 2017 12:23 PM >> To: Manjukumar Harthikote Mat

Re: [yocto] [meta-raspberrypi][PATCH] Revert "qtbase: Enable EGLFS support"

2017-09-27 Thread Otavio Salvador
cale/blob/master/classes/machine-overrides-extender.bbclass This was how I could generalize the BSP in a kind of SoC feature set. You can see the original commit where I enable it: https://github.com/Freescale/meta-freescale/commit/ad4611ab16bcd09eef11d630159253a12c5ecced#diff-7bac7755a28

Re: [yocto] [meta-raspberrypi][PATCH] Revert "qtbase: Enable EGLFS support"

2017-09-27 Thread Otavio Salvador
lso check for X11 in distro features before > enabling it > > Gl support is quite soc specific so I don't think there is an elegant way > unless qt components can be built with soc specific elements as plugins or > something which then can have independent recipe https://g

Re: [yocto] [OE-core] [PATCH v2] busybox: make SYSLOGD optionnal

2017-04-03 Thread Otavio Salvador
ent and enabled > in busybox. > > This commit adds a new configuration fragment to make syslogd > optionnal in busybox. > > Signed-off-by: Romain Perier <romain.per...@collabora.com> > --- Acked-by: Otavio Salvador <ota...@ossystems.com.br> -- Otavio Salvad

Re: [yocto] [Openembedded-architecture] Proposal: dealing with language-specific build tools/dependency management tools

2017-03-10 Thread Otavio Salvador
On Fri, Mar 10, 2017 at 11:48 AM, Alexander Kanavin <alexander.kana...@linux.intel.com> wrote: > On 03/10/2017 04:30 PM, Otavio Salvador wrote: >> >> When integrating the CHICKEN Scheme support onto the Yocto Project we >> dealt it using their installation

Re: [yocto] [Openembedded-architecture] Proposal: dealing with language-specific build tools/dependency management tools

2017-03-10 Thread Otavio Salvador
s (eggs, in this specific case) as individual recipes. We went further and automated the recipe generation and this made it quite easy to maintain in long term. Take a look at: https://github.com/OSSystems/meta-chicken -- Otavio Salvador O.S. Systems http://ww

Re: [yocto] [OE-core] Snaps on Yocto/OpenEmbedded

2016-08-01 Thread Otavio Salvador
arted to put meta-snappy together I ran into different problems > with oe-meta-go and then reused what you put into meta-virt. I have the > point on my TODO list to check if we can just switch to oe-meta-go > rather than shipping go-cross on our own. The meta-golang seems to be the m

[yocto] [meta-mono PATCH] mono-4.xx.inc: Inherit gettext class

2015-12-16 Thread Otavio Salvador
. The contents of all config.log files follows to aid debugging | .../build-default/tmp/work/x86_64-linux/mono-native/4.0.1.34-r0/mono-4.0.1/config.log ` Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- recipes-mono/mono/mono-4.xx.inc | 1 + 1 file changed, 1 insertion(+) diff

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Otavio Salvador
on it as a subarch as well. Ideally we could split the QPA module and build it separated. No clue if it is possible or not. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [yocto] [meta-raspberrypi][PATCH v2] qtbase: enable Raspberry Pi support

2015-10-26 Thread Otavio Salvador
On Mon, Oct 26, 2015 at 9:31 AM, Jonathan Liu <net...@gmail.com> wrote: > On 26/10/2015 10:28 PM, Otavio Salvador wrote: >> On Mon, Oct 26, 2015 at 6:24 AM, Jonathan Liu <net...@gmail.com> wrote: >>> On 26/10/2015 7:08 PM, Paul Eggleton wrote: >>> It woul

Re: [yocto] [oe] Bug in Open CV receipt

2015-07-23 Thread Otavio Salvador
On Thu, Jul 23, 2015 at 12:05 PM, Victor Rodriguez vm.ro...@gmail.com wrote: On Wed, Jul 22, 2015 at 7:35 AM, Otavio Salvador otavio.salva...@ossystems.com.br wrote: On Tue, Jul 21, 2015 at 11:57 AM, Victor Rodriguez vm.ro...@gmail.com wrote: Few weeks ago I was having some problems

Re: [yocto] [oe] Bug in Open CV receipt

2015-07-22 Thread Otavio Salvador
. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___ yocto mailing list yocto@yoctoproject.org https

Re: [yocto] [OE-core] [PATCH] cross-localedef-native_2.20.bb: fix for gcc5

2015-07-07 Thread Otavio Salvador
? Master doesn't have 2.20 anymore (2.21) and I believe that works with gcc5 hosts. I would prefer to upgrade to 2.21, if this is tthe case. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [yocto] [meta-qt5] static link plugin lib path problem

2015-02-06 Thread Otavio Salvador
are a step on the right direction. :) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___ yocto mailing list yocto

Re: [yocto] [meta-qt5] static link plugin lib path problem

2015-02-06 Thread Otavio Salvador
to ${STAGING_DIR_NATIVE}/usr in do_populate_sysroot? This does not always work as for example we might be building on a x86 host binaries to run on ARM. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-23 Thread Otavio Salvador
On Thu, Jan 22, 2015 at 8:31 PM, Dominic Sacré dominic.sa...@gmx.de wrote: On 2015-01-21 14:37, Otavio Salvador wrote: The fw tools inside of U-Boot qualifies for both target and cross use cases. When used in cross or crosssdk, it can be used to change things in the generated image (sdcard

Re: [yocto] Difference between target, cross, native and nativesdk.

2015-01-21 Thread Otavio Salvador
more info here, please do. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___ yocto mailing list yocto

Re: [yocto] [oe] meta-java layer maintainership

2014-12-29 Thread Otavio Salvador
the following maintainers for meta-java: Henning Heinold henn...@itconsulting-heinold.de Mario Domenech Goulart ma...@ossystems.com.br Maxin John maxin.j...@enea.com Otavio Salvador ota...@ossystems.com.br At the same time, the layer has also been moved to the following location: http

Re: [yocto] meta-fsl-ppc uses Openssl 1.0.1g in master

2014-12-16 Thread Otavio Salvador
and send? So it goes over the usual review process while Luo enquire internally if there is any reason to not upgrade? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347

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

2014-12-09 Thread Otavio Salvador
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: Otavio Salvador ota...@ossystems.com.br --- meta-yocto

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

2014-12-09 Thread Otavio Salvador
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: Otavio Salvador ota...@ossystems.com.br --- meta-yocto

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

2014-12-09 Thread Otavio Salvador
On Tue, Dec 9, 2014 at 1:29 PM, Olof Johansson olof.johans...@axis.com wrote: 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

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

2014-12-09 Thread Otavio Salvador
On Tue, Dec 9, 2014 at 1:41 PM, Burton, Ross ross.bur...@intel.com wrote: On 9 December 2014 at 15:32, Otavio Salvador ota...@ossystems.com.br wrote: Richard, can you pick the v1 or want me to send a v3? I had v1 in my MUT, then dropped it and added v2. I can drop that and go back to v1

Re: [yocto] [oe] meta-java layer maintainership - help wanted

2014-12-01 Thread Otavio Salvador
access to the repository. We offered help at O.S. Systems already (even to host a build job for test purposes), so I am offering help again :) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [yocto] [OE-core] opkg Status Update

2014-10-28 Thread Otavio Salvador
challenges :-D -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [OE-core] Truly scary SSL 3.0 vuln to be revealed soon:

2014-10-16 Thread Otavio Salvador
debate over whether we backport the fixes to daisy's 1.0.1g, or upgrade as the number of fixes is growing... I think the upgrade is the way to go. We are likely to break 1.0.1g someday during backporting of security fixes. -- Otavio Salvador O.S. Systems http

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

2014-08-19 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta-yocto/conf/distro/poky.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index ec251f9..34ce8ec 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta

Re: [yocto] [OE-core] New meta-amd mailing list announcement

2014-05-12 Thread Otavio Salvador
: git://git.yoctoproject.org/meta-amd (cgit web interface here: http://git.yoctoproject.org/cgit/cgit.cgi/meta-amd/) Please checkout the README at the top level for details on submitting patches. What are the layer dependencies? -- Otavio Salvador O.S. Systems http

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
was different from newer releases. In your case, the easier is to make a new yourmachine.conf and use the UBOOT_CONFIG or UBOOT_MACHINE setting there so it will work just fine. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 10:01 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 13:56, Otavio Salvador wrote: On Fri, May 2, 2014 at 2:24 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: ... So I guess I'm at the point where I'm wondering if a getVar() with a flag

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 10:11 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 14:07, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:01 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 13:56, Otavio Salvador wrote: On Fri, May 2, 2014 at 2:24 AM, Alex

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 10:23 AM, Otavio Salvador ota...@ossystems.com.br wrote: On Fri, May 2, 2014 at 10:11 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: Or indeed, would be not be reasonable to modify the uboot-config.bbclass such that it tested for and discarded empty strings

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 11:08 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 14:25, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:23 AM, Otavio Salvador So thanks again for the advice. I think we've cracked it :) Could you try the attached patch over Poky? -- Otavio

Re: [yocto] Undefining a variable in a recipe?

2014-05-02 Thread Otavio Salvador
On Fri, May 2, 2014 at 12:46 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 16:24, Otavio Salvador wrote: On Fri, May 2, 2014 at 11:08 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 02/05/2014 14:25, Otavio Salvador wrote: On Fri, May 2, 2014 at 10:23 AM

Re: [yocto] Undefining a variable in a recipe?

2014-05-01 Thread Otavio Salvador
with something at the minute but I will go through this again first thing tomorrow. When you debug it let me know and I can try to help in solve it. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [yocto] Reducing nightly/release build artifacts.

2014-03-31 Thread Otavio Salvador
On Mon, Mar 31, 2014 at 3:38 PM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: So, if I were to not publish the fsl builds, would that be an issue? For me, it would work. In case I need something I can ask you to add it back in future. -- Otavio Salvador

Re: [yocto] [OE-core] [oe] initial support for musl libc with OE/Yocto Project

2014-03-31 Thread Otavio Salvador
the changes which need to go into oe-core on your branch. Does that sound like a sensible plan? I think it does; this allow for easy sharing of work and do increase its visibility. So I agree with the plan and goal. I will try to help on this as well. -- Otavio Salvador

Re: [yocto] Reducing nightly/release build artifacts.

2014-03-28 Thread Otavio Salvador
Hello Beth, On Wed, Mar 26, 2014 at 6:22 PM, Otavio Salvador ota...@ossystems.com.br wrote: On Wed, Mar 26, 2014 at 6:14 PM, Flanagan, Elizabeth elizabeth.flana...@intel.com wrote: I'd like to start looking at reducing the number of artifacts we're releasing both for our nightly builds (which

Re: [yocto] [OE-core] Features in Yocto Project 1.7

2014-03-28 Thread Otavio Salvador
complicated one I think... -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___ yocto mailing list yocto

Re: [yocto] [OE-core] --conf Was: Features in Yocto Project 1.7

2014-03-26 Thread Otavio Salvador
it and get it used in several build jobs. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 -- ___ yocto mailing

Re: [yocto] Reducing nightly/release build artifacts.

2014-03-26 Thread Otavio Salvador
artifacts to just the things we need. I fully agree on that. Is there anything you need specifically from me? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

Re: [yocto] [OE-core] Features in Yocto Project 1.7

2014-03-25 Thread Otavio Salvador
. So I am unsure people think it is an important thing or not. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

Re: [yocto] 1.6_M3.rc1 availability

2014-02-13 Thread Otavio Salvador
not been applied so no machine succeed. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 ___ yocto mailing list yocto

Re: [yocto] ##SPAM## [yocto-ab] Kudos to Beth Flanagan...

2014-02-10 Thread Otavio Salvador
-software-quietly-runs-133000395.html Congratulations, Beth!! +1 -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

[yocto] [for-dora] Dora backports

2014-02-03 Thread Otavio Salvador
to figure so it is horrible to have this error for new users. This could be fixed for older releases as well (dylan at least). Regards, -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854

Re: [yocto] Yocto Project 1.5_M5.rc6

2013-10-10 Thread Otavio Salvador
to get it into the QA process. Jeff ... this was easy :-) -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

Re: [yocto] Yocto Project 1.5_M5.rc6

2013-10-10 Thread Otavio Salvador
have been watching what's going on with meta-qt5. The biggest missing feature at meta-qt5 is the lacking of toolchain support; I am still looking for someone to sponsor me to work on this (as it is not a small task), a critical need from my side for it or someone step on and do it :) -- Otavio

Re: [yocto] [OE-core] Building a Poky distribution based on Wayland/Weston 1.2

2013-09-19 Thread Otavio Salvador
be delivered in YOCTO or OpenEmbedded project? A layer for interim work. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://code.ossystems.com.br Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750

Re: [yocto] [OE-core] Building a Poky distribution based on Wayland/Weston 1.2

2013-09-19 Thread Otavio Salvador
On Thu, Sep 19, 2013 at 3:06 PM, Ahsan, Noor noor_ah...@mentor.com wrote: Hello, We will also be interested in this. Mentor Graphics is also working on this. So let's avoid work duplication. -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp

Re: [yocto] Status of 1.5_M4 release candidate.

2013-08-29 Thread Otavio Salvador
as corrected the ab issue. We're seeing a lot of sanity issues, but so far no build failures (other than the above known issue). http://autobuilder.yoctoproject.org/pub/releases/CURRENT/machines/ The imx6*q*sabresd machine has its name mistyped so the built images are not copied. -- Otavio

[yocto] [PATCH] poky.conf: Don't force the addition of extra DISTRO_FEATURES

2013-08-05 Thread Otavio Salvador
based distros. Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta-yocto/conf/distro/poky.conf | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 7be7d92..3538588 100644 --- a/meta-yocto

Re: [yocto] [OE-core] eglibc (would be 2.18) recipes

2013-06-26 Thread Otavio Salvador
and booted OK on all supported qemu machines on OE-Core Please test them out in your configurations and machines and provide feedback, lets weed out the issue early Could you also make a tree based on poky? -- Otavio Salvador O.S. Systems http

Re: [yocto] [OE-core] New OE layer index now available

2013-03-29 Thread Otavio Salvador
form which does not require a login. I'd like to update some info in some layers I am the maintainer; how can I do it? -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http

Re: [yocto] [OE-core] Feature Completion Deadline for 1.4 looming

2013-03-04 Thread Otavio Salvador
or have an equally impressive benefit. The systemd integration? Will it be reworked so we have an upgrade path? -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http

Re: [yocto] [meta-freescale] hiawatha-8.6 using Yocto

2012-12-28 Thread Otavio Salvador
declaration of 'clearenv' was her e Please report this to meta-openembedded mailing list as this is not BSP specific. It might be due the newer GCC used in Yocto. Someone in meta-openembedded mailing list might have a patch for it ready and then avoid work duplication. Regards, -- Otavio Salvador

[yocto] [PATCH] distro/poky: Add Debian GNU/Linux 7.0 (wheezy) as know distribution

2012-12-25 Thread Otavio Salvador
Signed-off-by: Otavio Salvador ota...@ossystems.com.br --- meta-yocto/conf/distro/poky.conf |1 + 1 file changed, 1 insertion(+) diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index a2ba9da..1d4e6f2 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta

Re: [yocto] [OE-core] meta-freescale general mailing list

2012-11-18 Thread Otavio Salvador
On Thu, Nov 15, 2012 at 3:02 PM, Otavio Salvador ota...@ossystems.com.brwrote: On Thu, Nov 15, 2012 at 1:36 PM, Philip Balister phi...@balister.orgwrote: On 11/14/2012 11:58 AM, McClintock Matthew-B29882 wrote: YoctoProject.org is now hosting a meta-freescale mailing list that are going

Re: [yocto] [OE-core] meta-freescale general mailing list

2012-11-15 Thread Otavio Salvador
easier to follow lists there. Do we have a standard for yocto/OE list names on gmane? I tried to add it but it did not work. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http

Re: [yocto] [OE-core] Yocto Project 1.2.1 release plan.

2012-05-01 Thread Otavio Salvador
On Tue, May 1, 2012 at 6:16 PM, Scott Garman scott.a.gar...@intel.com wrote: Sorry about this folks - my denzil-next branch was based on oe-core and not poky. So I've just deleted the branch and will be re-creating it shortly. G :-( -- Otavio Salvador                             O.S

Re: [yocto] [OE-core] Yocto Project 1.2 Release Status

2012-04-18 Thread Otavio Salvador
bug with a flow of new features comming all the time. -- Otavio Salvador                             O.S. Systems E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br ___ yocto

Re: [yocto] [oe] OpenEmbedded/Yocto Freescale ARM BSP Layer

2012-02-13 Thread Otavio Salvador
for the i.MX23 as well? I wasn't sure if the scope was being limited or if this was an artifact of the newness of the repository. Yes, i.MX23 is OK to be put there too. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile