<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/recipes-bcm/vc-graphics/vc-graphics.inc, branch github-dunfell</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=github-dunfell</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=github-dunfell'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2015-03-12T21:20:51+00:00</updated>
<entry>
<title>vc-graphics: Move to recipes-graphics</title>
<updated>2015-03-12T21:20:51+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2015-03-01T23:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=d1fa1c0b75a8de15ae27a9a2f9eaa496a5fe6de9'/>
<id>urn:sha1:d1fa1c0b75a8de15ae27a9a2f9eaa496a5fe6de9</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>firmware: Update to HEAD</title>
<updated>2015-02-07T22:19:54+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2015-02-07T22:16:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=318f1b3994605f48f669a4049005ed40ee94c0b5'/>
<id>urn:sha1:318f1b3994605f48f669a4049005ed40ee94c0b5</id>
<content type='text'>
Change-Id: I682365b514f233616ac7eb07667edc4ca6afcdfa
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>bootfiles, vc-graphics: consolidate SRC_URI and S variables</title>
<updated>2013-06-10T09:04:50+00:00</updated>
<author>
<name>Paul Barker</name>
<email>paul@paulbarker.me.uk</email>
</author>
<published>2013-05-22T09:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=26000aace1cfbe839d6b7f82bf61707e6a1c3994'/>
<id>urn:sha1:26000aace1cfbe839d6b7f82bf61707e6a1c3994</id>
<content type='text'>
The variables RPIFW_SRC_URI and RPIFW_S are created in the common firmware
include file so that it is easier to override the firmware source in a local or
distro config file. RPIFW_SRC_URI is used to set SRC_URI in firmware.inc as it
is common to both bootfiles and vc-graphics. RPIFW_S is used as a prefix for S
in bcm2835-bootfiles.bb and vc-graphics.inc as different subdirectories are
referenced in each recipe.

Signed-off-by: Paul Barker &lt;paul@paulbarker.me.uk&gt;
</content>
</entry>
<entry>
<title>vc-graphics.inc: There is no libgl so get rid of this PROVIDES</title>
<updated>2013-03-13T17:42:56+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2013-02-09T22:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=7da69cff7c2b2a740bd88a10c6fbc3a171d0066f'/>
<id>urn:sha1:7da69cff7c2b2a740bd88a10c6fbc3a171d0066f</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>vc-graphics.inc: Fix QA issue; Install libGLESv1_CM.so symlink in source as copy</title>
<updated>2012-09-18T16:15:48+00:00</updated>
<author>
<name>Sander van Grieken</name>
<email>sander@outrightsolutions.nl</email>
</author>
<published>2012-09-17T12:44:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=ebc611fbb04cb944ef97c6d97b8de14b447a024e'/>
<id>urn:sha1:ebc611fbb04cb944ef97c6d97b8de14b447a024e</id>
<content type='text'>
Signed-off-by: Sander van Grieken &lt;sander@outrightsolutions.nl&gt;
</content>
</entry>
<entry>
<title>vc-graphics.inc: New provides, compatible machine and init for vchiq</title>
<updated>2012-08-28T21:05:21+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2012-08-27T13:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=cc199637a7f82f3b0fab9db563071b7c0790b62a'/>
<id>urn:sha1:cc199637a7f82f3b0fab9db563071b7c0790b62a</id>
<content type='text'>
1. Add COMPATIBLE_MACHINE=raspberrypi.
2. This package provides libgl libgles2 and libegl. Add these to
PROVIDES.
3. Add an init script to create vchiq device node while booting. This
device is needed by vc_tvservice_*. Package this init script in ${PN}.

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>vc-graphics.inc: Skip ldflags insane check</title>
<updated>2012-08-21T22:17:27+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2012-08-17T09:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=452b7f5e097acd2751c52402485a499601eb1f14'/>
<id>urn:sha1:452b7f5e097acd2751c52402485a499601eb1f14</id>
<content type='text'>
Since these binaries are proprietary and we have no control over them,
skip this innsane check to avoid errors like:
ERROR: QA Issue: No GNU_HASH in the elf binary: '&lt;binary&gt;'

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>vc-graphics.inc: Package .so file in ${PN}</title>
<updated>2012-08-21T22:17:27+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2012-08-17T09:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=4ff04c2b786683e6de36d4faa245e06b354d5bab'/>
<id>urn:sha1:4ff04c2b786683e6de36d4faa245e06b354d5bab</id>
<content type='text'>
${PN}-dev is populated before ${PN}. This is why .so files ended up in
${PN}-dev.

Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>vc-graphics.inc: Set LICENSE to "Proprietary"</title>
<updated>2012-08-21T22:17:27+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2012-08-17T08:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=43cc40c69863c1f36b7498134ee08ea67b0a6caa'/>
<id>urn:sha1:43cc40c69863c1f36b7498134ee08ea67b0a6caa</id>
<content type='text'>
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>firmware: use common include to set source revision and include date in version</title>
<updated>2012-06-22T06:50:50+00:00</updated>
<author>
<name>Tomas Frydrych</name>
<email>tomas@sleepfive.com</email>
</author>
<published>2012-06-22T06:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=0e566b3483f5a8fd658c63534621664c34667152'/>
<id>urn:sha1:0e566b3483f5a8fd658c63534621664c34667152</id>
<content type='text'>
The firmware is split over multiple packages all of which need to use the same
source revision. Also, the firmware is currently not formally versioned, so
at least use the date the firmware was released in the versions.
</content>
</entry>
</feed>
