<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/libdrm, branch 2018.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2018.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2018.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2018-01-07T20:25:41+00:00</updated>
<entry>
<title>package/libdrm: adjust patch switching to pkg-config for libatomic_ops</title>
<updated>2018-01-07T20:25:41+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2018-01-07T17:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a27ef82d51591405e20ab57779fe9dffdb66e42b'/>
<id>urn:sha1:a27ef82d51591405e20ab57779fe9dffdb66e42b</id>
<content type='text'>
In commit fa6c7d165971e1f70b9ac94bae9cd1fd9180c072 ("libdrm: fix
libatomic_ops linking"), a patch was added to switch to
PKG_CHECK_MODULES() to detect libatomic_ops instead of
AC_CHECK_HEADER.

However, as explained in
https://autotools.io/pkgconfig/pkg_check_modules.html:

"In contrast with almost all of the original macros, though, the default
 action-if-not-found will end the execution with an error for not having
 found the dependency."

This makes the configure script bail out when libatomic_ops is not
available, which is not what we want in libdrm's configure
script. This commit adjusts the PKG_CHECK_MODULES() call to avoid
failing.

Fixes:

  http://autobuild.buildroot.net/results/cea/cea777dc997f86c1122c8b818d264215a0e77e5a/

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libdrm: fix libatomic_ops linking</title>
<updated>2018-01-02T19:55:15+00:00</updated>
<author>
<name>Peter Seiderer</name>
<email>ps.report@gmx.net</email>
</author>
<published>2017-12-18T18:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=fa6c7d165971e1f70b9ac94bae9cd1fd9180c072'/>
<id>urn:sha1:fa6c7d165971e1f70b9ac94bae9cd1fd9180c072</id>
<content type='text'>
Add patch 0003-configure-Makefile.am-use-pkg-config-to-discover-lib.patch
provided by Thomas Petazzoni handling libatomic_ops linking when needed.

Fixes [1]:

    CCLD     etnaviv_cmd_stream_test
  ../../etnaviv/.libs/libdrm_etnaviv.so: undefined reference to `AO_store_full_emulation'
  ../../etnaviv/.libs/libdrm_etnaviv.so: undefined reference to `AO_fetch_compare_and_swap_emulation'
  collect2: error: ld returned 1 exit status

[1] http://autobuild.buildroot.net/results/92e074c49417261843eef95872ff935a56077c98

Signed-off-by: Peter Seiderer &lt;ps.report@gmx.net&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/libdrm: bump version to 2.4.89</title>
<updated>2017-12-18T09:46:59+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-12-18T06:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=427225d993b91c4b187e7377d8e24b4cc29624ae'/>
<id>urn:sha1:427225d993b91c4b187e7377d8e24b4cc29624ae</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/libdrm: bump version to 2.4.88</title>
<updated>2017-11-03T20:55:57+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-11-03T17:15:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e13798544abe773742d0d7f527d0d8a76f72f636'/>
<id>urn:sha1:e13798544abe773742d0d7f527d0d8a76f72f636</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/libdrm: bump version to 2.4.87</title>
<updated>2017-10-31T19:12:35+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-10-31T18:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=de03ccb66f3bb4288a80c4f28d64dba6aee2a523'/>
<id>urn:sha1:de03ccb66f3bb4288a80c4f28d64dba6aee2a523</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/libdrm: bump version to 2.4.85</title>
<updated>2017-10-28T12:21:29+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-10-28T07:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=8c3af6bbffb555b290de80b1ba1bc854b484df95'/>
<id>urn:sha1:8c3af6bbffb555b290de80b1ba1bc854b484df95</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>libdrm: make Etnaviv arch-independent</title>
<updated>2017-10-21T21:09:13+00:00</updated>
<author>
<name>Alexey Brodkin</name>
<email>alexey.brodkin@gmail.com</email>
</author>
<published>2017-10-21T20:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=23baa1c1cf8a5f3f78c9681017e4fadcab4404b4'/>
<id>urn:sha1:23baa1c1cf8a5f3f78c9681017e4fadcab4404b4</id>
<content type='text'>
Vivante GPU could be a part of SoC along with any CPU architecture
thus get rid of nonsense dependency.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/libdrm: bump version to 2.4.84</title>
<updated>2017-10-15T13:55:18+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-10-14T11:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=d2569e3f6f1cd9cc7795db11016bbc70754eef15'/>
<id>urn:sha1:d2569e3f6f1cd9cc7795db11016bbc70754eef15</id>
<content type='text'>
Changed _SITE to https.

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libdrm: VC4 change dependency to arm OR aarch64</title>
<updated>2017-10-11T19:58:40+00:00</updated>
<author>
<name>Olivier Schonken</name>
<email>olivier.schonken@gmail.com</email>
</author>
<published>2017-10-11T15:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=95108c5895897fc1cc5707fe68e6e345e307f255'/>
<id>urn:sha1:95108c5895897fc1cc5707fe68e6e345e307f255</id>
<content type='text'>
Enable selection of VC4 driver when compiling for Rpi3 using aarch64

Signed-off-by: Olivier Schonken &lt;olivier.schonken@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/libdrm: bump version to 2.4.83</title>
<updated>2017-08-24T21:11:52+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-08-24T18:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=089ad9cefd88b6952df2d28de9b0a6ed6fee3388'/>
<id>urn:sha1:089ad9cefd88b6952df2d28de9b0a6ed6fee3388</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
