summaryrefslogtreecommitdiffstats
path: root/recipes-extended/ofp/ofp_git.bb
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-08-30 17:28:22 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-08-30 10:08:09 -0300
commite473fb01569aea5f946a47bd7ab05911be7a3640 (patch)
treebb61d098d7db773956c2c16b2a70e78194783c78 /recipes-extended/ofp/ofp_git.bb
parent61ef69669be977f65d63d8c0d17ba2e3b1baa7e1 (diff)
downloadmeta-freescale-e473fb01569aea5f946a47bd7ab05911be7a3640.tar.gz
ofp: add ls1088a support
Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-extended/ofp/ofp_git.bb')
-rw-r--r--recipes-extended/ofp/ofp_git.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-extended/ofp/ofp_git.bb b/recipes-extended/ofp/ofp_git.bb
index 1c6757ef..b8cb7eb8 100644
--- a/recipes-extended/ofp/ofp_git.bb
+++ b/recipes-extended/ofp/ofp_git.bb
@@ -6,11 +6,9 @@ SECTION = "console/network"
6LICENSE = "BSD-3-Clause" 6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=fbe4957c430eed6cc20521d4eb429fae" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=fbe4957c430eed6cc20521d4eb429fae"
8 8
9SRC_URI = "git://github.com/OpenFastPath/ofp.git;protocol=https \ 9SRC_URI = "git://github.com/qoriq-open-source/ofp.git;nobranch=1"
10 file://0001-Patch-to-install-ofp-example-applications.patch \ 10
11 file://Fix-compilation-issue-with-redefinition-of-a-struct.patch \ 11SRCREV = "fe66f4659f7d356f7aa73a8fb32fcf67c6cf1108"
12"
13SRCREV = "f7ea51b32450ba45d87aff79504e39fad801e7a7"
14 12
15S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
16 14
@@ -36,4 +34,4 @@ do_configure () {
36 34
37FILES_${PN} += "/usr/ofp/bin" 35FILES_${PN} += "/usr/ofp/bin"
38FILES_${PN}-dbg += "/usr/ofp/bin/.debug" 36FILES_${PN}-dbg += "/usr/ofp/bin/.debug"
39COMPATIBLE_MACHINE = "(ls2088a)" 37COMPATIBLE_MACHINE = "(ls2088a|ls1088a)"