[poky] [meta-yocto-bsp][PATCH] yocto-bsp: add BBG dtb
Anders Darander
anders at chargestorm.se
Tue Jun 28 04:01:56 PDT 2016
Ping
* Anders Darander <anders at chargestorm.se> [160531 20:11]:
> As 4.4 is the default kernel version, we can add the dtb for the beaglebon green
> to the list of dtb's to generate.
> Signed-off-by: Anders Darander <anders at chargestorm.se>
> ---
> meta-yocto-bsp/conf/machine/beaglebone.conf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/meta-yocto-bsp/conf/machine/beaglebone.conf b/meta-yocto-bsp/conf/machine/beaglebone.conf
> index ea50acc..ad14a47 100644
> --- a/meta-yocto-bsp/conf/machine/beaglebone.conf
> +++ b/meta-yocto-bsp/conf/machine/beaglebone.conf
> @@ -25,7 +25,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
> PREFERRED_VERSION_linux-yocto ?= "4.4%"
> 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"
More information about the poky
mailing list