diff options
| author | LiweiSong <liwei.song@windriver.com> | 2021-08-17 15:27:59 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-08-17 15:35:00 +0800 |
| commit | e17ab0bde7805764be136b1d5279fe971ea99a86 (patch) | |
| tree | ec0053a9a4bf10f819f065e1ca77da08e25664ae /recipes-extended/qat | |
| parent | da3bacb39c0bc8d0970502237c6c5a60533a997f (diff) | |
| download | meta-intel-qat-master.tar.gz | |
convert to use ":" as the override instead of "_".
And update LAYERSERIES_COMPAT to "honister".
Signed-off-by: Liwei Song <liwei.song@windriver.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-extended/qat')
| -rw-r--r-- | recipes-extended/qat/qat17_4.14.0-00031.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes-extended/qat/qat17_4.14.0-00031.bb b/recipes-extended/qat/qat17_4.14.0-00031.bb index d27d933..6a80932 100644 --- a/recipes-extended/qat/qat17_4.14.0-00031.bb +++ b/recipes-extended/qat/qat17_4.14.0-00031.bb | |||
| @@ -31,8 +31,8 @@ SRC_URI[md5sum] = "a6ff665184159583542dac89b9226f09" | |||
| 31 | SRC_URI[sha256sum] = "a68dfaea4308e0bb5f350b7528f1a076a0c6ba3ec577d60d99dc42c49307b76e" | 31 | SRC_URI[sha256sum] = "a68dfaea4308e0bb5f350b7528f1a076a0c6ba3ec577d60d99dc42c49307b76e" |
| 32 | 32 | ||
| 33 | COMPATIBLE_MACHINE = "null" | 33 | COMPATIBLE_MACHINE = "null" |
| 34 | COMPATIBLE_HOST_x86-x32 = 'null' | 34 | COMPATIBLE_HOST:x86-x32 = 'null' |
| 35 | COMPATIBLE_HOST_libc-musl_class-target = 'null' | 35 | COMPATIBLE_HOST:libc-musl:class-target = 'null' |
| 36 | 36 | ||
| 37 | S = "${WORKDIR}/qat17" | 37 | S = "${WORKDIR}/qat17" |
| 38 | ICP_TOOLS = "accelcomp" | 38 | ICP_TOOLS = "accelcomp" |
| @@ -65,7 +65,7 @@ INITSCRIPT_NAME = "qat_service" | |||
| 65 | 65 | ||
| 66 | PARALLEL_MAKE = "" | 66 | PARALLEL_MAKE = "" |
| 67 | 67 | ||
| 68 | EXTRA_OEMAKE_append = " CFLAGS+='-fgnu89-inline -fPIC'" | 68 | EXTRA_OEMAKE:append = " CFLAGS+='-fgnu89-inline -fPIC'" |
| 69 | EXTRA_OEMAKE = "-e MAKEFLAGS=" | 69 | EXTRA_OEMAKE = "-e MAKEFLAGS=" |
| 70 | 70 | ||
| 71 | do_compile () { | 71 | do_compile () { |
| @@ -149,11 +149,11 @@ do_install() { | |||
| 149 | 149 | ||
| 150 | PACKAGES += "${PN}-app" | 150 | PACKAGES += "${PN}-app" |
| 151 | 151 | ||
| 152 | FILES_${PN}-dev = "${includedir}/ \ | 152 | FILES:${PN}-dev = "${includedir}/ \ |
| 153 | ${nonarch_base_libdir}/*.a \ | 153 | ${nonarch_base_libdir}/*.a \ |
| 154 | " | 154 | " |
| 155 | 155 | ||
| 156 | FILES_${PN} += "\ | 156 | FILES:${PN} += "\ |
| 157 | ${libdir}/ \ | 157 | ${libdir}/ \ |
| 158 | ${nonarch_base_libdir}/firmware \ | 158 | ${nonarch_base_libdir}/firmware \ |
| 159 | ${sysconfdir}/ \ | 159 | ${sysconfdir}/ \ |
| @@ -162,9 +162,9 @@ FILES_${PN} += "\ | |||
| 162 | ${prefix}/src/qat \ | 162 | ${prefix}/src/qat \ |
| 163 | " | 163 | " |
| 164 | 164 | ||
| 165 | FILES_${PN}-dbg += "${sysconfdir}/init.d/.debug/ \ | 165 | FILES:${PN}-dbg += "${sysconfdir}/init.d/.debug/ \ |
| 166 | " | 166 | " |
| 167 | 167 | ||
| 168 | FILES_${PN}-app += "${bindir}/* \ | 168 | FILES:${PN}-app += "${bindir}/* \ |
| 169 | ${prefix}/qat \ | 169 | ${prefix}/qat \ |
| 170 | " | 170 | " |
