summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/rpi-default-versions.inc
Commit message (Collapse)AuthorAgeFilesLines
* linux-raspberrypi: Change default version to 4.14.yPaul Barker2018-02-281-1/+1
| | | | | | | This matches the change made in the upstream firmware repository earlier in February. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
* linux-raspberrypi: Default to 4.9 kernelKhem Raj2017-03-111-1/+1
| | | | | | 4.9 is now declared stable for raspberrypi Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rpi-default-versions.inc: Use fallback weak assignmentKhem Raj2017-02-161-1/+1
| | | | | | | | | | | This lets machines use ?= to choose their preferred kernel e.g. 64bit rpi3 needs 4.9 minimum but default right now is 4.4 At the same time it keeps the option for user to override any of these settings via config metadata e.g. local.conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Switch to using 4.4 as default kernelKhem Raj2016-09-211-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rpi-default-versions: Default kernel on 4.1.%Andrei Gherzan2015-10-211-1/+1
| | | | Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-versions.inc: Use kernel v3.18 by defaultAndrei Gherzan2015-02-081-1/+1
| | | | | Change-Id: If3ff46ae10b7bee2decead6dfa408833713d16f8 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-versions: Use 3.12.X as default kernel versionAndrei Gherzan2014-05-081-1/+1
| | | | | Change-Id: Ief7949be4b9726b5b6ba58e6280f6b6ca3fdfdc4 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-providers: Move PREFERRED_VERSIONs to rpi-default-versions.incAndrei Gherzan2014-01-251-0/+1
| | | | | Change-Id: I61c32aa23eef86cb9861776b37c4ecd8f7c8052c Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* rpi-default-versions: Remove preferred version of udevAndrei Gherzan2012-11-271-1/+0
| | | | | | We use now the latest one from meta-openembedded. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
* Move fsl-default*.inc from distro to machineAndrei Gherzan2012-09-181-0/+3
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>