mbox series

[v3,0/3] Mesa 23.0.0

Message ID 20230306091108.3347363-1-zboszor@gmail.com
Headers show
Series Mesa 23.0.0 | expand

Message

Böszörményi Zoltán March 6, 2023, 9:11 a.m. UTC
Changelog for v3:

* bindgen-cli MR has the suggested changes
  See https://github.com/kraj/meta-clang/pull/748
* The rusticl patch relies on the bindgen wrapper doing
  the right thing regarding loading libclang.
* Moved the __anonymous() function changes to the 3rd patch
  with a comment in both the function and the commit message.

Changelog for v2:

* bindgen-cli recipe was moved to meta-clang.
  See https://github.com/kraj/meta-clang/pull/748
* The __anonymous() function that tweaks packaging variables
  were confused by two libopencl-mesa packages, creating havoc
  in naming subsequent packages. Use a synthetic "opencl"
  value that's added to the pkgconfig variable in this function 
  if either "clover" or "rusticl" exists in PACKAGECONFIG. 
* Made "inherit rust" conditional on PACKAGECONFIG="rusticl".
  (This fails under Kirkstone somehow for me.)

Comments

Alexander Kanavin March 6, 2023, 10:09 a.m. UTC | #1
On Mon, 6 Mar 2023 at 10:11, Zoltán Böszörményi <zboszor@gmail.com> wrote:
> * bindgen-cli MR has the suggested changes
>   See https://github.com/kraj/meta-clang/pull/748

I would prefer that this PR is accepted and merged first before a
change that relies on that recipe to exist is submitted here.

Alex
Alexander Kanavin March 6, 2023, 10:10 a.m. UTC | #2
On Mon, 6 Mar 2023 at 11:09, Alexander Kanavin via
lists.openembedded.org <alex.kanavin=gmail.com@lists.openembedded.org>
wrote:
>
> On Mon, 6 Mar 2023 at 10:11, Zoltán Böszörményi <zboszor@gmail.com> wrote:
> > * bindgen-cli MR has the suggested changes
> >   See https://github.com/kraj/meta-clang/pull/748
>
> I would prefer that this PR is accepted and merged first before a
> change that relies on that recipe to exist is submitted here.

I mean, until that happens, the changes here should be seen RFC.

Alex
Böszörményi Zoltán March 6, 2023, 10:19 a.m. UTC | #3
2023. 03. 06. 11:09 keltezéssel, Alexander Kanavin írta:
> On Mon, 6 Mar 2023 at 10:11, Zoltán Böszörményi <zboszor@gmail.com> wrote:
>> * bindgen-cli MR has the suggested changes
>>    See https://github.com/kraj/meta-clang/pull/748
> I would prefer that this PR is accepted and merged first before a
> change that relies on that recipe to exist is submitted here.

And a seemingly unused new recipe is not going to be merged
for maintenance cost reasons as it was expressed on this very
mailing list a couple of times. Chicken and egg problem.

I prefer posting both at the same time.