<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-raspberrypi.git/README, branch jethro</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=jethro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/atom?h=jethro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/'/>
<updated>2015-12-02T22:05:16+00:00</updated>
<entry>
<title>README: Fix documentation to disable overscan</title>
<updated>2015-12-02T22:05:16+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2015-11-15T12:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=f2cff839f52a6e6211337fc45c7c3eabf0fac113'/>
<id>urn:sha1:f2cff839f52a6e6211337fc45c7c3eabf0fac113</id>
<content type='text'>
To disable overscan, DISABLE_OVERSCAN should be set to 1 rather than 0.

Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
</content>
</entry>
<entry>
<title>rpi-config: SPI bus support</title>
<updated>2015-12-02T14:33:43+00:00</updated>
<author>
<name>Gary Thomas</name>
<email>gary@mlbassoc.com</email>
</author>
<published>2015-11-19T16:52:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=bc0d788b47eeb86d7c4bee45a5131b3114f0ffc2'/>
<id>urn:sha1:bc0d788b47eeb86d7c4bee45a5131b3114f0ffc2</id>
<content type='text'>
With the newer kernels that use device tree, the SPI bus is only
enabled by a device tree setting.  This is now supported by adding
  ENABLE_SPI_BUS = "1"
in local.conf

Signed-off-by: Gary Thomas &lt;gary@mlbassoc.com&gt;
</content>
</entry>
<entry>
<title>README: Add section on audio routing</title>
<updated>2015-10-24T19:45:56+00:00</updated>
<author>
<name>Alex J Lennon</name>
<email>ajlennon@dynamicdevices.co.uk</email>
</author>
<published>2015-10-22T14:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=7cff0a0a9e0c88c75217f4dfdbf769d40cd6def2'/>
<id>urn:sha1:7cff0a0a9e0c88c75217f4dfdbf769d40cd6def2</id>
<content type='text'>
See http://redmine.gherzan.com/issues/55

Signed-off-by: Alex J Lennon &lt;ajlennon@dynamicdevices.co.uk&gt;
</content>
</entry>
<entry>
<title>README: Add extra iformation on creating/sending patches using git</title>
<updated>2015-08-10T21:37:14+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2015-08-10T07:52:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=17dad9328b100beda1cf870c9075e509b5cbfa90'/>
<id>urn:sha1:17dad9328b100beda1cf870c9075e509b5cbfa90</id>
<content type='text'>
Current instructions could be improvised to help user in creating
properly formatted patches with some command help on git format-patch
and git send-email

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>linux-raspberrypi.inc: Make kgdboc kernel param optional</title>
<updated>2015-08-09T22:36:20+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@osg.samsung.com</email>
</author>
<published>2015-07-30T08:34:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=b47cbb69968c3e731cefa3ee1223fceade91758e'/>
<id>urn:sha1:b47cbb69968c3e731cefa3ee1223fceade91758e</id>
<content type='text'>
The kernel debugger over console (kgdboc) parameter is being added
unconditionally to the kernel command line but this means that the
kernel will stop and wait for gdb to attach in case of a exception
or when sending a sysrq-g key. This behaviour may not be what most
users wants that are not remotely debugging the kernel over serial
console so make it optional by adding a ENABLE_KGDB config option.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@osg.samsung.com&gt;
[javier: Extended commit message and made it conditional]
Signed-off-by: Javier Martinez Canillas &lt;javier@osg.samsung.com&gt;
</content>
</entry>
<entry>
<title>README: fix outdated device tree info</title>
<updated>2015-06-05T12:49:47+00:00</updated>
<author>
<name>Petter Mabäcker</name>
<email>petter@technux.se</email>
</author>
<published>2015-05-25T14:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=bfd50c24a2762c475d72e280fff140ad1998f2eb'/>
<id>urn:sha1:bfd50c24a2762c475d72e280fff140ad1998f2eb</id>
<content type='text'>
After '6392a63 rpi-base.inc: Use KERNEL_DEVICETREE by default' was
introduced, the default value for 3.18+ kernels was changed. Ensure this
is reflected in the README.

Signed-off-by: Petter Mabäcker &lt;petter@technux.se&gt;
</content>
</entry>
<entry>
<title>README: Layer now depends on meta-oe too</title>
<updated>2015-03-01T00:28:28+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@resin.io</email>
</author>
<published>2015-03-01T00:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=4e59c28f70983524245b12343ea21e2777ff1fee'/>
<id>urn:sha1:4e59c28f70983524245b12343ea21e2777ff1fee</id>
<content type='text'>
Samba is a build dependency for omxplayer.

Signed-off-by: Andrei Gherzan &lt;andrei@resin.io&gt;
</content>
</entry>
<entry>
<title>README: Remove info about gerrit server</title>
<updated>2015-03-01T00:21:06+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@resin.io</email>
</author>
<published>2015-03-01T00:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=23add242bc8b8a3c335f3b2fa824df5a17e4fa0e'/>
<id>urn:sha1:23add242bc8b8a3c335f3b2fa824df5a17e4fa0e</id>
<content type='text'>
We are not using the gerrit server anymore.
Send patches using the mailing list.

Signed-off-by: Andrei Gherzan &lt;andrei@resin.io&gt;
</content>
</entry>
<entry>
<title>README: Github repo changed</title>
<updated>2015-02-14T01:00:57+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2015-02-14T01:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc'/>
<id>urn:sha1:d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc</id>
<content type='text'>
Change-Id: If16b5a782d7154c05f6502554a03d215774e4c07
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
<entry>
<title>README: As users asked - bitbucket mirror</title>
<updated>2015-02-11T20:19:40+00:00</updated>
<author>
<name>Andrei Gherzan</name>
<email>andrei@gherzan.ro</email>
</author>
<published>2015-02-11T20:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-raspberrypi.git/commit/?id=463d0e2d7d01ab3f2108c88c04a55963975f1d98'/>
<id>urn:sha1:463d0e2d7d01ab3f2108c88c04a55963975f1d98</id>
<content type='text'>
Change-Id: I240e5686d4740a84c35e5063ba08bff363b1b91e
Signed-off-by: Andrei Gherzan &lt;andrei@gherzan.ro&gt;
</content>
</entry>
</feed>
