]> code.ossystems Code Review - meta-freescale.git/commitdiff
skmm-ep: update to bbf1ba0
authorTing Liu <ting.liu@nxp.com>
Wed, 18 May 2016 04:40:06 +0000 (12:40 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Aug 2016 14:41:02 +0000 (11:41 -0300)
Changelog:
bbf1ba0 change mtd device number to match the settings in sdk2.0
2deec49 fix host freeze problem due to counter mismatch
b7d5801 simplify logic for "dequeue_from_sec" function
d01f904 remove unnecessary variable initialization
a439c44 rename variables for clarity
613db4a remove LOOP label and implement using "while"
f7c3026 remove NEXTRING label and revert the condition of if statement
e68443f remove DEQ label and replace with simple if statement

Signed-off-by: Ting Liu <ting.liu@nxp.com>
recipes-extended/skmm-ep/skmm-ep_git.bb

index 00466a6f44772f7394b3ca7bf5488b074a080f32..82128c0f064a40746fb53da81a828ff4864aa1ed 100644 (file)
@@ -7,12 +7,12 @@ DEPENDS = "libedit openssl virtual/kernel"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;nobranch=1 \
+SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;branch=sdk-v2.0.x \
     file://add-two-missing-header-files.patch \
     file://skmm-ep-fix-the-inline-function-definition-with-gcc-.patch \
     file://skmm-ep-remove-duplicated-pa_to_va-and-va_to_pa.patch \
 "
-SRCREV = "27156a6621c8f6d7f98210b1ca5cd97bde926875"
+SRCREV = "bbf1ba00fcf407252a4c2e56783e63861088f9cb"
 
 S = "${WORKDIR}/git"