Dan, Thanks for the patch. Please see below.
On Thu, Feb 23, 2017 at 11:05:09AM -0600, Dan Murphy wrote: > AM43x was missing the hdmi dtb file in the > KERNEL_DEVICETREE variable. Adding this in allows for > a copy to deploy directory. > > Signed-off-by: Dan Murphy <[email protected]> > --- > conf/machine/include/ti43x.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc > index 8f2e11f..cf3ef2f 100644 > --- a/conf/machine/include/ti43x.inc > +++ b/conf/machine/include/ti43x.inc > @@ -26,7 +26,7 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" > > KERNEL_IMAGETYPE = "zImage" > > -KERNEL_DEVICETREE = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-sk-evm.dtb > am437x-idk-evm.dtb" > +KERNEL_DEVICETREE = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-sk-evm.dtb > am437x-idk-evm.dtb am437x-gp-evm-hdmi.dtb" Can you please add new entry right after the other gp-evm is and before sk. Thanks. > UBOOT_ARCH = "arm" > UBOOT_MACHINE = "am43xx_evm_config" > -- > 2.7.3 > -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
