|
[PATCHv2 5/5] update maintainers of various BSPs
From: Nitin A Kamble <nitin.a.kamble@...>
BSP maintainership for following BSPs is now transitioned from Tom to Nitin
sugarbay, emenlow, crownbay, jasperforest, chiefriver
Signed-off-by:
From: Nitin A Kamble <nitin.a.kamble@...>
BSP maintainership for following BSPs is now transitioned from Tom to Nitin
sugarbay, emenlow, crownbay, jasperforest, chiefriver
Signed-off-by:
|
By
nitin.a.kamble@...
·
#9946
·
|
|
[PATCHv2 4/5] fishriver BSP retirement
From: Nitin A Kamble <nitin.a.kamble@...>
This commit removes fishriver bsp from meta-intel layer.
Fish-River-Islnad-2 hardware and BSP has made this
Fish-River-Island hardware and BSP
From: Nitin A Kamble <nitin.a.kamble@...>
This commit removes fishriver bsp from meta-intel layer.
Fish-River-Islnad-2 hardware and BSP has made this
Fish-River-Island hardware and BSP
|
By
nitin.a.kamble@...
·
#9947
·
|
|
[PATCHv2 3/5] emgd-driver_bin_1.10: Remove in favor of 1.14
From: Nitin A Kamble <nitin.a.kamble@...>
All BSPs have been migrated to 1.14, we can now safely retire 1.10
Signed-off-by: Nitin A Kamble <nitin.a.kamble@...>
---
From: Nitin A Kamble <nitin.a.kamble@...>
All BSPs have been migrated to 1.14, we can now safely retire 1.10
Signed-off-by: Nitin A Kamble <nitin.a.kamble@...>
---
|
By
nitin.a.kamble@...
·
#9945
·
|
|
[PATCHv2 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri
From: Nitin A Kamble <nitin.a.kamble@...>
Avoid following warnings while building crownbay BSPs:
NOTE: preferred version 7.11 of mesa-dri not available (for item virtual/libgl)
NOTE:
From: Nitin A Kamble <nitin.a.kamble@...>
Avoid following warnings while building crownbay BSPs:
NOTE: preferred version 7.11 of mesa-dri not available (for item virtual/libgl)
NOTE:
|
By
nitin.a.kamble@...
·
#9943
·
|
|
[PATCHv2 1/5] xf86-video-intel: Bring 2.20.0 version to match released graphics stack
From: Nitin A Kamble <nitin.a.kamble@...>
The Intel Linux graphics stack version 12.07 released on 2012-07-24
requires version 2.20.0 as seen here:
From: Nitin A Kamble <nitin.a.kamble@...>
The Intel Linux graphics stack version 12.07 released on 2012-07-24
requires version 2.20.0 as seen here:
|
By
nitin.a.kamble@...
·
#9944
·
|
|
[PATCHv2 0/5] misc meta-intel commits
From: Nitin A Kamble <nitin.a.kamble@...>
This is v2 of the commits, updated after feedback from mailing list.
This has been tested on crownbay and sugarbay BSPs to work as
From: Nitin A Kamble <nitin.a.kamble@...>
This is v2 of the commits, updated after feedback from mailing list.
This has been tested on crownbay and sugarbay BSPs to work as
|
By
nitin.a.kamble@...
·
#9942
·
|
|
Re: [PATCH] Fix use of PRINC in meta-intel BSPs
Tested this for sugarbay BSP, and did not see any issues with it.
Nitin
Tested this for sugarbay BSP, and did not see any issues with it.
Nitin
|
By
Kamble, Nitin A <nitin.a.kamble@...>
·
#9941
·
|
|
Re: The BitBake equivalent of "Hello, World!"
That's a perfectly reasonable suggestion, and a good excuse for me to open a github account and learn how to use it :)
That's a perfectly reasonable suggestion, and a good excuse for me to open a github account and learn how to use it :)
|
By
Patrick Turley <PatrickTurley@...>
·
#9940
·
|
|
Buildhistory web interface
Hi all,
As part of working on buildhistory[1] I developed a Django-based web
application for reviewing warnings generated by analysing the output, and
finally it has reached a state where I can
Hi all,
As part of working on buildhistory[1] I developed a Django-based web
application for reviewing warnings generated by analysing the output, and
finally it has reached a state where I can
|
By
Paul Eggleton
·
#9939
·
|
|
Re: [PATCH 1/5] xf86-video-intel: Bring 2.20.0 version to match released graphics stack
CC'ing Ross, which of course I had meant to do in the first place...
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
CC'ing Ross, which of course I had meant to do in the first place...
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
|
By
Darren Hart <darren.hart@...>
·
#9938
·
|
|
Re: [PATCH 1/5] xf86-video-intel: Bring 2.20.0 version to match released graphics stack
I basically took the recipe from oecore, and updated to the desired version. That way it is very close to what is in oecore, and all the testing of oecore is on our side.
Not sure, I will see the
I basically took the recipe from oecore, and updated to the desired version. That way it is very close to what is in oecore, and all the testing of oecore is on our side.
Not sure, I will see the
|
By
Kamble, Nitin A <nitin.a.kamble@...>
·
#9937
·
|
|
Re: [PATCH] Fix use of PRINC in meta-intel BSPs
Acked-by: Tom Zanussi <tom.zanussi@...>
Acked-by: Tom Zanussi <tom.zanussi@...>
|
By
Tom Zanussi <tom.zanussi@...>
·
#9936
·
|
|
Re: The BitBake equivalent of "Hello, World!"
<PatrickTurley@...> wrote:
Perhaps you could push this to github somewhere as an example?
-M
<PatrickTurley@...> wrote:
Perhaps you could push this to github somewhere as an example?
-M
|
By
McClintock Matthew-B29882 <B29882@...>
·
#9935
·
|
|
[PATCH] Fix use of PRINC in meta-intel BSPs
Replaces all uses of PRINC with the form:
PRINC := "${@int(PRINC) + N}"
Where N is the previously assigned value plus one to ensure a
monotonically increasing PRINC value.
Signed-off-by: Darren
Replaces all uses of PRINC with the form:
PRINC := "${@int(PRINC) + N}"
Where N is the previously assigned value plus one to ensure a
monotonically increasing PRINC value.
Signed-off-by: Darren
|
By
Darren Hart <dvhart@...>
·
#9934
·
|
|
[PATCH 0/1][meta-intel] Fix use of PRINC in meta-intel BSPs
This patch has been tested on cedartrail formfactor and linux-yocto builds with
the meta-tlk layer incorporated. All the other affected machines are currently
running builds, but no machine specific
This patch has been tested on cedartrail formfactor and linux-yocto builds with
the meta-tlk layer incorporated. All the other affected machines are currently
running builds, but no machine specific
|
By
Darren Hart <dvhart@...>
·
#9933
·
|
|
Re: [PATCH 4/5] fishriver BSP retirement
Again, the why is important here. People reading this should see that
from our perspective there is are no users of the BSP and it can be
retired in favor of the FRI2. Or something along those
Again, the why is important here. People reading this should see that
from our perspective there is are no users of the BSP and it can be
retired in favor of the FRI2. Or something along those
|
By
Darren Hart <darren.hart@...>
·
#9932
·
|
|
Re: [PATCH 3/5] emgd-driver_bin_1.10: drop it as all BSP using EMGD have switched to 1.14 version now
I'm taking a hard line in meta-intel on commit messages. There are no 1
line commit messages in meta-intel. They must also not have lines over
72 characters or so - this prevent truncation when using
I'm taking a hard line in meta-intel on commit messages. There are no 1
line commit messages in meta-intel. They must also not have lines over
72 characters or so - this prevent truncation when using
|
By
Darren Hart <darren.hart@...>
·
#9931
·
|
|
Re: [PATCH 2/5] crownbay.conf: specify the 8.0.4 version as preferred version of mesa-dri
The bugzilla tag is meant as a reference, but it is not a replacement
for a proper commit message. Please provide details on what this does.
--
Darren Hart
Intel Open Source Technology Center
Yocto
The bugzilla tag is meant as a reference, but it is not a replacement
for a proper commit message. Please provide details on what this does.
--
Darren Hart
Intel Open Source Technology Center
Yocto
|
By
Darren Hart <darren.hart@...>
·
#9930
·
|
|
Re: [PATCH 1/5] xf86-video-intel: Bring 2.20.0 version to match released graphics stack
I think Ross's version enables xvmc. Any reason to disable it?
Is the new method to use PACKAGECONF instead of EXTRA_OECONF now? Again,
this is what I saw in Ross's layer.
--
Darren Hart
Intel Open
I think Ross's version enables xvmc. Any reason to disable it?
Is the new method to use PACKAGECONF instead of EXTRA_OECONF now? Again,
this is what I saw in Ross's layer.
--
Darren Hart
Intel Open
|
By
Darren Hart <darren.hart@...>
·
#9929
·
|
|
Re: The BitBake equivalent of "Hello, World!"
Success. The file tree depicted at the bottom of this mail is nearly the smallest, valid BitBake project that prints "Hello, World!" Here's the output:
$ ../BitBake/bin/bitbake a
Parsing
Success. The file tree depicted at the bottom of this mail is nearly the smallest, valid BitBake project that prints "Hello, World!" Here's the output:
$ ../BitBake/bin/bitbake a
Parsing
|
By
Patrick Turley <PatrickTurley@...>
·
#9928
·
|