dra7xx-evm: fix build by including linux-dtb.inc 49/11149/2
authorMatt Porter <mporter@konsulko.com>
Thu, 5 Oct 2017 18:26:42 +0000 (21:26 +0300)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 5 Oct 2017 20:52:57 +0000 (20:52 +0000)
meta-ti does not maintain a pyro branch. As such we are
relying on building with the master branch. This broke
due to commit 391bfb8c3002bbf5ba6a51d689a7f2ba511c6682
which removes support for linux-dtb.inc from the
linux-ti-staging recipe due to an oe-core change on
master. Add linux-dtb.inc to the bbappend to fix.

Bug-AGL: SPEC-932

Change-Id: I3fb6799a5fe4a083159b600a81764d67e5b22771
Signed-off-by: Matt Porter <mporter@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11149
Reviewed-by: Thomas Rini <trini@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend

index f9c0c04..4acfc9e 100644 (file)
@@ -1,3 +1,5 @@
+require recipes-kernel/linux/linux-dtb.inc
+
 FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
 
 SRC_URI_append = " file://ramblock_nbd.cfg"