diff options
author | Matt Porter <mporter@konsulko.com> | 2017-10-05 21:26:42 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-05 20:52:57 +0000 |
commit | b0275114086b6fe4f04b32c4a96c4a6c3a43e8f1 (patch) | |
tree | 2772e0d6d7942f60e64859381958f46f7289357e /meta-agl-bsp | |
parent | e2eaaf7dc8b333ba58185f712d66ca5e92fa0d5d (diff) |
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 <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>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
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" |