summaryrefslogtreecommitdiffstats
path: root/classes/linux-raspberrypi-base.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* devicetree: auto-disable dts for old kernelsPetter Mabäcker2015-06-051-0/+39
After '6392a63 rpi-base.inc: Use KERNEL_DEVICETREE by default' was introduced, kernel versions < 3.18 might not be buildable. Since full device tree support was introduced in 3.18 this change ensures that all kernel < 3.18 will automatically disable device tree. Signed-off-by: Petter Mabäcker <petter@technux.se>