From b0275114086b6fe4f04b32c4a96c4a6c3a43e8f1 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Thu, 5 Oct 2017 21:26:42 +0300 Subject: [PATCH] dra7xx-evm: fix build by including linux-dtb.inc 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11149 Reviewed-by: Thomas Rini Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend index f9c0c0433..4acfc9ec4 100644 --- a/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend +++ b/meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend @@ -1,3 +1,5 @@ +require recipes-kernel/linux/linux-dtb.inc + FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI_append = " file://ramblock_nbd.cfg" -- 2.16.6