<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/recipes-graphics, branch master</title>
<subtitle>Mirror of http://git.yoctoproject.org/cgit/cgit.cgi/meta-raspberrypi</subtitle>
<id>https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=master</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2021-11-07T21:30:23+00:00</updated>
<entry>
<title>recipes: Update SRC_URI protocols for github</title>
<updated>2021-11-07T21:30:23+00:00</updated>
<author>
<name>Marcel Hamer</name>
<email>marcel@solidxs.se</email>
</author>
<published>2021-11-05T11:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=e31fba4c96cdf819958d05875fb8733481997806'/>
<id>urn:sha1:e31fba4c96cdf819958d05875fb8733481997806</id>
<content type='text'>
Use protocols=https for GitHub SRC_URIs using the conversion script in
openembedded-core.

Signed-off-by: Marcel Hamer &lt;marcel@solidxs.se&gt;
</content>
</entry>
<entry>
<title>xserver-xf86-config: Correctly append to FILES:${PN}</title>
<updated>2021-08-19T08:01:49+00:00</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2021-08-13T15:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=fcd7b67d9c00eb77787d470b6a7ea972736f1446'/>
<id>urn:sha1:fcd7b67d9c00eb77787d470b6a7ea972736f1446</id>
<content type='text'>
When updating FILES:${PN} based on an override you must use
FILES:${PN}:append:OVERRIDE as the syntax otherwise you will end up
replacing the contents of FILES:${PN} entirely.  Update to use this
syntax correctly and then only add "${sysconfdir}/X11/xorg.conf.d/*"

Reported-by: Quentin Schulz &lt;quentin.schulz@theobroma-systems.com&gt;
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>userland: package man pages in PN-doc</title>
<updated>2021-08-09T12:25:46+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-08-06T18:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=86015f0957cd754d03a4187cc376cf9218848cdd'/>
<id>urn:sha1:86015f0957cd754d03a4187cc376cf9218848cdd</id>
<content type='text'>
* last userland upgrade in:
  https://github.com/agherzan/meta-raspberrypi/commit/2a25b7ef8bb7b366a93dbe42d40ebf3923d1fccc
  brings this upstream commit:
  https://github.com/raspberrypi/userland/commit/45a0022ac64b4d0788def3c5230c972430f6fc23

  which results in:
  ERROR: userland-20210623-r0 do_package: QA Issue: userland: Files/directories were installed but not shipped in any package:
    /usr/man
    /usr/man/man1
    /usr/man/man7
    /usr/man/man1/raspistill.1
    /usr/man/man1/raspividyuv.1
    /usr/man/man1/dtparam.1
    /usr/man/man1/raspivid.1
    /usr/man/man1/tvservice.1
    /usr/man/man1/vcmailbox.1
    /usr/man/man1/raspiyuv.1
    /usr/man/man1/dtoverlay.1
    /usr/man/man1/vcgencmd.1
    /usr/man/man1/dtmerge.1
    /usr/man/man7/raspicam.7
    /usr/man/man7/raspirev.7
    /usr/man/man7/raspiotp.7
    /usr/man/man7/vcmailbox.7
  Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
  userland: 17 installed and not shipped files. [installed-vs-shipped]

  it's incorrectly installed in /usr/man by CMake as discussed in upstream
  move it to /usr/share/man where it's picked by default FILES:${PN}-doc

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland: Update to latest master branch</title>
<updated>2021-08-05T21:35:47+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-07-30T21:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=2a25b7ef8bb7b366a93dbe42d40ebf3923d1fccc'/>
<id>urn:sha1:2a25b7ef8bb7b366a93dbe42d40ebf3923d1fccc</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>Manually fix conversion</title>
<updated>2021-08-04T09:30:12+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-29T18:00:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=3f703e1b1d8c523ef244e24f316079c80e02b1ab'/>
<id>urn:sha1:3f703e1b1d8c523ef244e24f316079c80e02b1ab</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>Convert to new override syntax</title>
<updated>2021-08-04T09:30:12+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2021-07-29T17:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=9ea7aa2cd2cdc775425797b689e782718896ea50'/>
<id>urn:sha1:9ea7aa2cd2cdc775425797b689e782718896ea50</id>
<content type='text'>
This is the result of automated script conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>libva: Fix for when using `userland`</title>
<updated>2021-05-18T13:58:43+00:00</updated>
<author>
<name>matt-hammond-bbc</name>
<email>matt.hammond@bbc.co.uk</email>
</author>
<published>2021-04-15T13:24:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=b6018183015228dcf50af382736ffbdea4a85635'/>
<id>urn:sha1:b6018183015228dcf50af382736ffbdea4a85635</id>
<content type='text'>
https://github.com/agherzan/meta-raspberrypi/issues/842

Fixes failing build of libva when using `userland` recipe.
Same as: https://github.com/agherzan/meta-raspberrypi/commit/ac16b0e9d713bcc4ee0e976259064d1a318a5aac

Signed-off-by: Matt Hammond &lt;matt.hammond@bbc.co.uk&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>userland: Correct PV after SRCREV update</title>
<updated>2021-04-12T16:11:03+00:00</updated>
<author>
<name>Persian Prince</name>
<email>persianpros@yahoo.com</email>
</author>
<published>2021-04-10T08:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=bb974dc0784cce5f6ab7063b0cc6e2057318a41f'/>
<id>urn:sha1:bb974dc0784cce5f6ab7063b0cc6e2057318a41f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>userland: Update to latest master</title>
<updated>2021-04-03T16:07:25+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-04-01T02:44:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=f9a13f3b9a90f4f033afa9f34b66ca7432a7742b'/>
<id>urn:sha1:f9a13f3b9a90f4f033afa9f34b66ca7432a7742b</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>mesa-gl: Use GALLIUMDRIVERS instead of DRIDRIVERS for passing swrast</title>
<updated>2021-04-03T16:07:25+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2021-03-31T21:17:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=de51de5ca0adc0525b37882cba2fbea458a441d6'/>
<id>urn:sha1:de51de5ca0adc0525b37882cba2fbea458a441d6</id>
<content type='text'>
latest mesa errors out
../mesa-21.0.0/meson.build:21:0: ERROR: Options "swrast" are not in allowed choices: "auto, i915, i965, r100, r200, nouveau"

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
