summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Darander <anders@chargestorm.se>2017-09-26 08:54:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-26 10:17:07 +0100
commitdc77383ca352431cba7cb779899220db4eaa0cba (patch)
tree3732594d5700a79751ab49ac067937384805c556
parent18d164344b4468ab52bbdd160d0474878042dabb (diff)
downloadopenembedded-core-contrib-dc77383ca352431cba7cb779899220db4eaa0cba.tar.gz
yocto-bsp: add BBG dtb
As 4.4 is the lowest kernel version in oe-core, we can add the dtb for the beaglebon green to the list of dtb's to generate. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto-bsp/conf/machine/beaglebone.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
index 4a90ba5ab5..1bdd4dfb70 100644
--- a/meta-yocto-bsp/conf/machine/beaglebone.conf
+++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
@@ -26,7 +26,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "4.12%"
KERNEL_IMAGETYPE = "zImage"
-KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb"
+KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb"
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
SPL_BINARY = "MLO"