diff options
-rw-r--r-- | recipes-dpaa2/aiopsl/aiopsl_git.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/recipes-dpaa2/aiopsl/aiopsl_git.bb b/recipes-dpaa2/aiopsl/aiopsl_git.bb index 23a5e9dc..5df26e66 100644 --- a/recipes-dpaa2/aiopsl/aiopsl_git.bb +++ b/recipes-dpaa2/aiopsl/aiopsl_git.bb | |||
@@ -7,17 +7,20 @@ BASEDEPENDS = "" | |||
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
9 | 9 | ||
10 | SRC_URI = "git://git.freescale.com/ppc/sdk/aiopsl.git;nobranch=1" | 10 | SRC_URI = "git://github.com/qoriq-open-source/aiopsl.git;nobranch=1" |
11 | SRCREV = "80f3d450896d17a3d8e10f3c6d1c224e78d32757" | 11 | SRCREV = "9d45f430b648d49a893be8a43ef1b64c09a5b41b" |
12 | 12 | ||
13 | do_configure[noexec] = "1" | 13 | do_configure[noexec] = "1" |
14 | do_compile[noexec] = "1" | 14 | do_compile[noexec] = "1" |
15 | 15 | ||
16 | DEMOS_PATH_ls2088a = "LS2088A" | ||
17 | DEMOS_PATH_ls1088a = "LS1088A" | ||
18 | |||
16 | do_install () { | 19 | do_install () { |
17 | install -d ${D}/usr/aiop/bin | 20 | install -d ${D}/usr/aiop/bin |
18 | install -d ${D}/usr/aiop/scripts | 21 | install -d ${D}/usr/aiop/scripts |
19 | install -d ${D}/usr/aiop/traffic_files | 22 | install -d ${D}/usr/aiop/traffic_files |
20 | install -m 755 ${S}/demos/images/LS2088A/*.elf ${D}/usr/aiop/bin | 23 | install -m 755 ${S}/demos/images/${DEMOS_PATH}/*.elf ${D}/usr/aiop/bin |
21 | install -m 755 ${S}/misc/setup/scripts/dynamic_aiop_*.sh ${D}/usr/aiop/scripts | 24 | install -m 755 ${S}/misc/setup/scripts/dynamic_aiop_*.sh ${D}/usr/aiop/scripts |
22 | install -m 644 ${S}/misc/setup/traffic_files/classifier.pcap ${D}/usr/aiop/traffic_files | 25 | install -m 644 ${S}/misc/setup/traffic_files/classifier.pcap ${D}/usr/aiop/traffic_files |
23 | } | 26 | } |
@@ -26,4 +29,4 @@ FILES_${PN} += "/usr/aiop/*" | |||
26 | INSANE_SKIP_${PN} += "arch" | 29 | INSANE_SKIP_${PN} += "arch" |
27 | INHIBIT_PACKAGE_STRIP = "1" | 30 | INHIBIT_PACKAGE_STRIP = "1" |
28 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 31 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
29 | COMPATIBLE_MACHINE = "(ls2088a)" | 32 | COMPATIBLE_MACHINE = "(ls2088a|ls1088a)" |