kernel: add beagleboard.org kernel

And update the existing platform variant to use it
This commit is contained in:
Drew Hess
2017-11-09 18:28:14 +02:00
committed by Tuomas Tynkkynen
parent dfa0bcd9e2
commit 67ba83a934
3 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -462,7 +462,7 @@ rec {
beaglebone = armv7l-hf-multiplatform // {
name = "beaglebone";
kernelBaseConfig = "omap2plus_defconfig";
kernelBaseConfig = "bb.org_defconfig";
kernelAutoModules = false;
kernelExtraConfig = ""; # TBD kernel config
kernelTarget = "zImage";