[meta-lsi] [PATCH 03/15] linux-yocto_3.14: ARM: Apply "Correct the header path for lsi-ncr.h" just for Yocto
Daniel Dragomir
daniel.dragomir at windriver.com
Fri Aug 5 08:25:18 PDT 2016
Since the patch was merged into the Github kernel repositorie,
apply it just for Yocto repositorie.
This PARTIAL reverts commit 2d51126eddf99596d1af5de4844eade8e6f72af2.
Signed-off-by: Daniel Dragomir <daniel.dragomir at windriver.com>
---
recipes-kernel/linux/lsi-tip-rt_3.14.inc | 3 +--
recipes-kernel/linux/lsi-tip_3.14.inc | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/recipes-kernel/linux/lsi-tip-rt_3.14.inc b/recipes-kernel/linux/lsi-tip-rt_3.14.inc
index 4049551..fe36132 100644
--- a/recipes-kernel/linux/lsi-tip-rt_3.14.inc
+++ b/recipes-kernel/linux/lsi-tip-rt_3.14.inc
@@ -1,4 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/conf/${LSI_SRC}/linux-${KV}/${MACHINE}/${LINUX_KERNEL_TYPE}:${THISDIR}/patch:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/conf/${LSI_SRC}/linux-${KV}/${MACHINE}/${LINUX_KERNEL_TYPE}:"
require dt-${KARCH}.inc
@@ -11,4 +11,3 @@ SRCREV_machine ="${AUTOREV}"
SRC_URI = "${KREPO_KERNEL};branch=${KBRANCH};name=machine"
SRC_URI += "file://fit"
SRC_URI += "file://defconfig"
-SRC_URI += "file://Correct-the-header-path-for-lsi-ncr.patch"
diff --git a/recipes-kernel/linux/lsi-tip_3.14.inc b/recipes-kernel/linux/lsi-tip_3.14.inc
index ad257f7..1da127e 100644
--- a/recipes-kernel/linux/lsi-tip_3.14.inc
+++ b/recipes-kernel/linux/lsi-tip_3.14.inc
@@ -1,6 +1,7 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/conf/${LSI_SRC}/linux-${KV}/${MACHINE}/${LINUX_KERNEL_TYPE}:${THISDIR}/patch:"
+FILESEXTRAPATHS_prepend := "${THISDIR}/conf/${LSI_SRC}/linux-${KV}/${MACHINE}/${LINUX_KERNEL_TYPE}:"
require dt-${KARCH}.inc
+
LSI_KERNEL_TAG = "tip"
LINUX_VERSION = "3.14.39-${LSI_KERNEL_TAG}"
KBRANCH = "standard/axxia-dev/base"
@@ -10,4 +11,3 @@ SRCREV_machine ="${AUTOREV}"
SRC_URI = "${KREPO_KERNEL};branch=${KBRANCH};name=machine"
SRC_URI += "file://fit"
SRC_URI += "file://defconfig"
-SRC_URI += "file://Correct-the-header-path-for-lsi-ncr.patch"
--
2.7.4
More information about the meta-lsi
mailing list