The problem this patch solves is the fact that the SRC_URI defined in the recipe simply overwritten the content of the variable and the cfg fragments were not made available for the configure step to apply them.
Signed-off-by: Alexandru.Vaduva <alexandru.vad...@enea.com> --- meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-cgl-prt_3.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-cgl-prt_3.12.bb b/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-cgl-prt_3.12.bb index 8fa27b5..56aa1e7 100644 --- a/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-cgl-prt_3.12.bb +++ b/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-cgl-prt_3.12.bb @@ -1,7 +1,7 @@ require recipes-kernel/linux/cgl-common.inc require recipes-kernel/linux/linux-qoriq.inc -SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \ +SRC_URI += "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \ file://powerpc-Fix-64-bit-builds-with-binutils-2.24.patch \ file://Fix-CVE-2014-5077-sctp-inherit-auth-capable-on-INIT-collisions.patch \ " -- 1.9.1 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto