From: Ting Liu <[email protected]> Changes: Corrected char buffer overrun error Added suport for Linux kernel 3.12 Corrected memory map for QMAN and BMAN for T4/B4 Added Device Config support for Gen 1 processors. Support for additional T4240rev2 and B4860rev2 debug components
Signed-off-by: Ting Liu <[email protected]> --- recipes-kernel/qoriq-debug/qoriq-debug_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/qoriq-debug/qoriq-debug_git.bb b/recipes-kernel/qoriq-debug/qoriq-debug_git.bb index 5b0256f..65caa50 100644 --- a/recipes-kernel/qoriq-debug/qoriq-debug_git.bb +++ b/recipes-kernel/qoriq-debug/qoriq-debug_git.bb @@ -5,9 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba" inherit module autotools -SRCBRANCH = "sdk-v1.4.x" -SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-debug.git;branch=${SRCBRANCH}" -SRCREV = "08de2902af9a79ba9e436a284b8d7754b351f608" +SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-debug.git;nobranch=1" +SRCREV = "20615c1ea332102635f8314cee5787c48c1a4254" S = "${WORKDIR}/git" -- 1.7.9.7 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
