diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-05-18 12:40:06 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-12 11:41:02 -0300 |
commit | a1c63dd08dff407603f559cb279b44c876d67037 (patch) | |
tree | 4fd4a2cb18b27ff96be24790df8569b4bc726535 /recipes-extended/skmm-ep | |
parent | a1bacafb938d251e235bb1c9974945c7c4c911f8 (diff) | |
download | meta-freescale-a1c63dd08dff407603f559cb279b44c876d67037.tar.gz |
skmm-ep: update to bbf1ba0
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>
Diffstat (limited to 'recipes-extended/skmm-ep')
-rw-r--r-- | recipes-extended/skmm-ep/skmm-ep_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/skmm-ep/skmm-ep_git.bb b/recipes-extended/skmm-ep/skmm-ep_git.bb index 00466a6f..82128c0f 100644 --- a/recipes-extended/skmm-ep/skmm-ep_git.bb +++ b/recipes-extended/skmm-ep/skmm-ep_git.bb | |||
@@ -7,12 +7,12 @@ DEPENDS = "libedit openssl virtual/kernel" | |||
7 | 7 | ||
8 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 8 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
9 | 9 | ||
10 | SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;nobranch=1 \ | 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/skmm-ep.git;branch=sdk-v2.0.x \ |
11 | file://add-two-missing-header-files.patch \ | 11 | file://add-two-missing-header-files.patch \ |
12 | file://skmm-ep-fix-the-inline-function-definition-with-gcc-.patch \ | 12 | file://skmm-ep-fix-the-inline-function-definition-with-gcc-.patch \ |
13 | file://skmm-ep-remove-duplicated-pa_to_va-and-va_to_pa.patch \ | 13 | file://skmm-ep-remove-duplicated-pa_to_va-and-va_to_pa.patch \ |
14 | " | 14 | " |
15 | SRCREV = "27156a6621c8f6d7f98210b1ca5cd97bde926875" | 15 | SRCREV = "bbf1ba00fcf407252a4c2e56783e63861088f9cb" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||