diff options
| -rw-r--r-- | recipes-extended/odp/odp.inc | 2 | ||||
| -rw-r--r-- | recipes-extended/odp/odp_git.bb | 4 | 
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc index 96fff40ae..129f77ae1 100644 --- a/recipes-extended/odp/odp.inc +++ b/recipes-extended/odp/odp.inc  | |||
| @@ -16,7 +16,7 @@ git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1;name | |||
| 16 | 16 | ||
| 17 | SRC_URI += "file://0001-Fix-this-build-error.patch" | 17 | SRC_URI += "file://0001-Fix-this-build-error.patch" | 
| 18 | 18 | ||
| 19 | SRCREV = "55abe6d74255d0de09c9fc013ce2a3d85cac526e" | 19 | SRCREV = "0bda2c9736a72ef41a411e193bc31487ecce6731" | 
| 20 | 20 | ||
| 21 | SRCREV_qbman = "75ff61a7ca6acdbdbb780161b053cbcbc990f1be" | 21 | SRCREV_qbman = "75ff61a7ca6acdbdbb780161b053cbcbc990f1be" | 
| 22 | SRCREV_rta = "bbab28b03ae21c52ce913f8b052acf53bd24ff5d" | 22 | SRCREV_rta = "bbab28b03ae21c52ce913f8b052acf53bd24ff5d" | 
diff --git a/recipes-extended/odp/odp_git.bb b/recipes-extended/odp/odp_git.bb index b9d45581a..00575e24d 100644 --- a/recipes-extended/odp/odp_git.bb +++ b/recipes-extended/odp/odp_git.bb  | |||
| @@ -28,7 +28,9 @@ EXTRA_OEMAKE = "CROSS_COMPILE="${TARGET_PREFIX}" \ | |||
| 28 | SYSROOT="${STAGING_DIR_TARGET}" \ | 28 | SYSROOT="${STAGING_DIR_TARGET}" \ | 
| 29 | " | 29 | " | 
| 30 | 30 | ||
| 31 | CFLAGS += "-Wno-format-truncation -Wno-maybe-uninitialized -Wno-implicit-fallthrough" | 31 | CFLAGS += "-Wno-format-truncation -Wno-maybe-uninitialized -Wno-implicit-fallthrough -Wno-cpp -Wno-cast-function-type \ | 
| 32 | -Wno-stringop-truncation \ | ||
| 33 | " | ||
| 32 | 34 | ||
| 33 | PACKAGECONFIG[perf] = "--enable-test-perf,,," | 35 | PACKAGECONFIG[perf] = "--enable-test-perf,,," | 
| 34 | 36 | ||
