[yocto] [Recipe reporting system] Upgradable recipe name list

2016-05-15 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version w

Re: [yocto] https://layers.openembedded.org/

2016-05-15 Thread akuster
On 5/15/16 3:22 PM, Paul Eggleton wrote: > On Sun, 15 May 2016 14:17:26 akuster808 wrote: >> Is the layer index down? > > It has been yes - Michael has been looking into it and I believe he's located > the problem - for now it's still unavailable though I expect it will be back > imminently. Wo

Re: [yocto] https://layers.openembedded.org/

2016-05-15 Thread Paul Eggleton
On Sun, 15 May 2016 14:17:26 akuster808 wrote: > Is the layer index down? It has been yes - Michael has been looking into it and I believe he's located the problem - for now it's still unavailable though I expect it will be back imminently. Cheers, Paul -- Paul Eggleton Intel Open Source Tec

[yocto] https://layers.openembedded.org/

2016-05-15 Thread akuster808
Is the layer index down? - armin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Branch Maintenance process clarification

2016-05-15 Thread Khem Raj
On Sun, May 15, 2016 at 11:11 AM, akuster808 wrote: > Hello, > > I am reviewing the stable branch maintenance for Yocto and would like > some clarification on a few steps. > https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance > > 6. Split out any bitbake changes and send them to the bitba

Re: [yocto] build yocto/linux under windows

2016-05-15 Thread Khem Raj
On Sun, May 15, 2016 at 10:42 AM, Peter Balazovic wrote: > Dears, > > i'm looking for a way to build Yocto/Linux and develop for my embedded > target i.mx processor platform under Windows? > Is there a way to build Yocto/Linux under Windows and to have > cross-compiler toolchain to be run under wi

Re: [yocto] build yocto/linux under windows

2016-05-15 Thread Andreas Enbacka
Hello, I have not actually tried this myself, but the latest build of Windows 10 preview contains the Windows subsystem for Linux, which allows you to run bash session in a command prompt (based on Ubuntu). You can install packages via apt-get etc. so in theory at least it would be possible to

[yocto] Branch Maintenance process clarification

2016-05-15 Thread akuster808
Hello, I am reviewing the stable branch maintenance for Yocto and would like some clarification on a few steps. https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance 6. Split out any bitbake changes and send them to the bitbake-devel mailing list (marking them with the appropriate stable v

[yocto] build yocto/linux under windows

2016-05-15 Thread Peter Balazovic
Dears, i'm looking for a way to build Yocto/Linux and develop for my embedded target i.mx processor platform under Windows? Is there a way to build Yocto/Linux under Windows and to have cross-compiler toolchain to be run under windows? Actually I would like to know how to run cross-compiler toolch

Re: [yocto] machine arch files for Jetson TX1 (Quad-core ARMCortex-A57 MPCore Processor)

2016-05-15 Thread Matt Madison
On 15 May 2016, at 04:25 , Jack Mitchell wrote: > > On 14/05/16 23:46, Paul Knopf wrote: >> This is what I am thinking. >> >> DEFAULTTUNE = "cortexa9hf" >> require conf/machine/include/tune-cortexa9.inc >> >> Does this sound right? I am using "hf" because in the crosstools-ng >> has CT_ARCH_FLO

Re: [yocto] machine arch files for Jetson TX1 (Quad-core ARMCortex-A57 MPCore Processor)

2016-05-15 Thread Jack Mitchell
On 14/05/16 23:46, Paul Knopf wrote: This is what I am thinking. DEFAULTTUNE = "cortexa9hf" require conf/machine/include/tune-cortexa9.inc Does this sound right? I am using "hf" because in the crosstools-ng has CT_ARCH_FLOAT="hard", and cortexa9 because of CT_ARCH_CPU="cortex-a9" and CT_ARCH_TU