summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/rpi-default-providers.inc
Commit message (Collapse)AuthorAgeFilesLines
* rpi-default-providers: Let mesa provide libgbmKhem Raj2017-02-161-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rpi-default-providers.inc: change default providers to support vc4graphicsHerve Jourdain2016-09-211-4/+4
| | | | Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
* u-boot: Use mainline u-boot recipe from oe-corePaul Barker2016-07-081-1/+0
| | | | | | | | | | | | | | | The repository used by u-boot-rpi has not been updated since 2012. In the meantime, mailine u-boot has gained Raspberry Pi support. All we need to do is set UBOOT_MACHINE to an appropriate value in the machine config files. Currently configs are only provided for raspberrypi and raspberrypi2. The master branch of u-boot now also appears to have a config file for raspberrypi3 so support for this can be added in the future when u-boot is upgraded in oe-core. The mainline u-boot recipe creates the file "u-boot.bin" instead of "u-boot.img". Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
* rpi-default-providers: Let users overwrite the default providersAndrei Gherzan2015-08-101-4/+4
| | | | | | | [Feature #65] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Pierre FICHEUX <pierre.ficheux@gmail.com>
* 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>