summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/rpi-default-providers.inc
Commit message (Collapse)AuthorAgeFilesLines
* rpi-default-providers: Let users overwrite the default providersfidoAndrei Gherzan2015-12-091-4/+4
| | | | | | | | | | [Feature #65] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Pierre FICHEUX <pierre.ficheux@gmail.com> (cherry picked from commit ade923f17d242f9a043b1714deb584929a2ffe8e) Signed-off-by: Petter Mabäcker <petter@technux.se>
* mesa: Replace ugly fix for gles/eglAndrei Gherzan2014-02-251-0/+2
| | | | | | | Use instead, the special created recipe mesa-gl which provides on libgl. Change-Id: I5ed3c50a0a794f8ea63cc1906f0139ec47459fa6 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-providers: Move PREFERRED_VERSIONs to rpi-default-versions.incAndrei Gherzan2014-01-251-3/+0
| | | | | Change-Id: I61c32aa23eef86cb9861776b37c4ecd8f7c8052c Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-providers: Use u-boot-rpi as u-boot providerAndrei Gherzan2014-01-251-1/+2
| | | | | Change-Id: Ic537cada66ff09cde592da977a109415e05cb19c Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-providers: Use jpeg as default providerAndrei Gherzan2013-11-291-0/+1
| | | | | Change-Id: Ic7f1faa3ed60a3ccd1b0b08ed366cfb71df06536 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-providers: Use 3.10.X as default kernelAndrei Gherzan2013-11-131-1/+1
| | | | | | | | This is the default/base branch on official github repository: https://github.com/raspberrypi/linux/branches Change-Id: I99702ae7548b49a5b4b575b3f02f5a3a48ad347f Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* Make Linux 3.6 the default for Raspberry PiAlexandru Niculita2013-11-121-0/+3
| | | | | | | | | | | From: Philipp Wagner <mail@philipp-wagner.com> Kernel 3.6 is also the default for Raspbian and thus should be the most tested version right now. Change-Id: I03a75fa1be3ab0f8f43fb09a8fff779c6d9100e7 Signed-off-by: Philipp Wagner <mail@philipp-wagner.com> Signed-off-by: Alexandru Niculita <alexnick87@gmail.com>
* rpi-default-providers.inc: Remove preferred provider to linux headersAndrei Gherzan2013-06-231-1/+0
| | | | | | | We do this because the recipe was removed. Check: commit 808f5e54f8c9799de39436601b9b8474de3bb323 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-providers: Use userland as provider for egl and gles2Andrei Gherzan2013-03-131-2/+2
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-providers: Remove virtual/libgl providerAndrei Gherzan2013-03-131-1/+0
| | | | | | There are no libgl binary shipped in raspberrypi firmware repo. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-providers: Use linux-libc-headers-raspberrypiAndrei Gherzan2012-11-271-0/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* Move fsl-default*.inc from distro to machineAndrei Gherzan2012-09-181-0/+7
It makes no sense to have distro related configurations in a BSP layer. So let's have these common parts (provides, version etc) in machine directory instead. [GITHUB #73] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>