From c4e685446e7ee1df940806c20de85eeeec81b8da Mon Sep 17 00:00:00 2001
From: Samuli Piippo <samuli.piippo@digia.com>
Date: Tue, 24 Jun 2014 10:06:02 +0300
Subject: [PATCH] bbb: correct path for kernel configure fragment

Change-Id: Id061ebfdeb50708d48bb5eb34492f4d8e70e45cb
Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
---
 recipes/linux/linux-ti-staging_3.12.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes/linux/linux-ti-staging_3.12.bbappend b/recipes/linux/linux-ti-staging_3.12.bbappend
index 8df836c6..b2d61046 100644
--- a/recipes/linux/linux-ti-staging_3.12.bbappend
+++ b/recipes/linux/linux-ti-staging_3.12.bbappend
@@ -24,5 +24,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 SRC_URI += "\
     file://usb-serial.cfg \
     "
-KERNEL_CONFIG_FRAGMENTS += "usb-serial.cfg"
+KERNEL_CONFIG_FRAGMENTS += "${WORKDIR}/usb-serial.cfg"
 KERNEL_DEVICETREE_b2qt = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
-- 
GitLab