summaryrefslogtreecommitdiffstats
path: root/templates/machine/raspberrypi2
AgeCommit message (Collapse)AuthorFilesLines
2017-01-26Move feature code into the meta recipesRonan1-47/+2
* Having a minimlal local.conf serving the only purpose of user customization is the "Yocto" way of doing things * After a source synchronization (repo sync), feature code must be update without regenerate local.conf Change-Id: I0bb0861f4c07a8b57cb59a03f6ffe9d2d693cbbe Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2017-01-12Define IMAGE_FSTYPES for rpi targetsJan-Simon Möller1-0/+1
Do use our target filesystem types instead of the defaults in meta-raspberrypi. Change-Id: If92013a5a55208f4f644f5c2b239e0052ce370c8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-12Improve configuration file for rpi2 and rpi3 for morty.Jan-Simon Möller1-9/+26
Change-Id: I3683edc0638f1ceda0c53d96532276aafb3633fc Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-11Revert back to kernel 4.4 until bsp layer catches upJan-Simon Möller1-1/+1
Our bsp adaptation hardcodes the srcrev of the kernel. Thus we stay on 4.4 until ported. Change-Id: I30f962674cdb567c378fac62cde98bc1cf0f2c1e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-10Fix version of mesa in rpi templatesJan-Simon Möller1-2/+2
Change-Id: I977a247c07b3520876ef9738a974e74649304516 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-04Add u-boot image class when sota feature is enabledAnton Gerasimov1-1/+1
Change-Id: I7ad6fc95f4252424ded09bc1d6d5ab18bf6733fd Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-10-28Move machine-dependent sota configuration to machine templatesAnton Gerasimov1-0/+9
Change-Id: Icb03b2163d7e36a54f27bee78570240c5d337107 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
2016-10-0850_local.conf.inc: Create rpi-sdimg for agl-sotaLeon Anavi1-0/+1
Ensure that rpi-sdimg is created for Raspberry Pi 2 and 3 if feature agl-sota is enabled. Bug-AGL: SPEC-254 Change-Id: I03ccf0851bdefdbd4e279b979163c225d2be9500 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-10-0650_local.conf.inc: Fix agl-sota feature for rpi2Leon Anavi1-1/+1
Use "+=" instead of "=" for setting IMAGE_CLASSES in Raspberry Pi 2 template for local.conf to prevent failure while building images with enabled agl-sota feature. The same fix has been already applied to the Raspberry Pi 3 template. Unfortunately, although with this fix the build passes successfully, rpi-sdimg image is not created. Change-Id: I9a6e3e4742b0226d962b295b43bbc467d3f0fc77 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-09-26Fix layer name in template for rpiJan-Simon Möller1-1/+1
The layer name was wrong in the bblacers.conf.inc - fixed. Change-Id: I97cc7ba0de0c144180da070c0187259b2fac03e4 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-09-26Update rpi templates after recipe updateJan-Simon Möller1-0/+18
This integrates the changes mentioned in the wiki https://wiki.automotivelinux.org/agl-distro/agl-raspberrypi?rev=1474470047 so we can simplify it to a simple '-m raspberrypi2' or '-m raspberrypi3'. The license whitelist is commented-out for now. Change-Id: I77a5bd97c9b671c3a4da78482ca70f68e08e4877 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-07-05new configuration templates based on fragmentsStephane Desneux2-0/+3
This is the application of the process proposed here: https://lists.linuxfoundation.org/pipermail/automotive-discussions/2016-June/002232.html Bug-AGL: SPEC-180 Change-Id: I5a7015fa810547a9ecf4fb096367323af3cdc670 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>