summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
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 11:05:49 +0100
commit85f55343bc5d9cabdfda35fb0f1c4274a5c51cf9 (patch)
treec19eb220f293a742fef4c15f099933f45c284212 /meta-yocto-bsp
parent4848e02506e1b12f19129a02bd48f4a749ac51cd (diff)
downloadpoky-85f55343bc5d9cabdfda35fb0f1c4274a5c51cf9.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. (From meta-yocto rev: dc77383ca352431cba7cb779899220db4eaa0cba) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-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"
26PREFERRED_VERSION_linux-yocto ?= "4.12%" 26PREFERRED_VERSION_linux-yocto ?= "4.12%"
27 27
28KERNEL_IMAGETYPE = "zImage" 28KERNEL_IMAGETYPE = "zImage"
29KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" 29KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb"
30KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" 30KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
31 31
32SPL_BINARY = "MLO" 32SPL_BINARY = "MLO"