diff options
author | Anders Darander <anders@chargestorm.se> | 2017-09-26 08:54:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-26 11:05:49 +0100 |
commit | 85f55343bc5d9cabdfda35fb0f1c4274a5c51cf9 (patch) | |
tree | c19eb220f293a742fef4c15f099933f45c284212 /meta-yocto-bsp | |
parent | 4848e02506e1b12f19129a02bd48f4a749ac51cd (diff) | |
download | poky-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.conf | 2 |
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" | |||
26 | PREFERRED_VERSION_linux-yocto ?= "4.12%" | 26 | PREFERRED_VERSION_linux-yocto ?= "4.12%" |
27 | 27 | ||
28 | KERNEL_IMAGETYPE = "zImage" | 28 | KERNEL_IMAGETYPE = "zImage" |
29 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb" | 29 | KERNEL_DEVICETREE = "am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb" |
30 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" | 30 | KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" |
31 | 31 | ||
32 | SPL_BINARY = "MLO" | 32 | SPL_BINARY = "MLO" |