diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-01-15 13:41:36 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-01-16 12:58:02 +0000 |
commit | 1d651cd8769b3b4d94541f29af14f439c475b8ef (patch) | |
tree | 51562ca7de120f05ea4dcc60477238eddb6c8718 /meta-agl-bsp/meta-ti | |
parent | 235b2160ca1e11afeda9f9ed017f715199720756 (diff) |
Revert "Remove patch in newer ti-staging kernel"
The 4.14 kernel is missing the dtb of our screen. For now stay on 4.9 until the status is clear.
This reverts commit 629062a55c41e8993761edf4a2a44400b72a6b91.
Change-Id: Ibe4e87d1b81fff907bc35cacf10690b21fe45cb2
Diffstat (limited to 'meta-agl-bsp/meta-ti')
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-kernel/linux/linux-ti-staging_%.bbappend | 1 |
1 files changed, 1 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 fde74c878..aa2e98291 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 @@ -7,5 +7,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += " \ file://dcan2_pinmux_enable.patch \ + file://fix_dcan_addresses.patch \ " |