diff options
| author | Sergei Korneichuk <sergei.korneichuk@amd.com> | 2023-02-17 16:19:13 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-02-19 10:31:22 -0600 |
| commit | 55241ab1906002c2a89c080052292cff545a7eec (patch) | |
| tree | 73fb48990be3fa5ce904083538b76643c71b5caf | |
| parent | 7941e9f74e185e3e359f45d0c04133211d9de24f (diff) | |
| download | meta-xilinx-55241ab1906002c2a89c080052292cff545a7eec.tar.gz | |
dfx-mgr: Update SRCREV, remove CFLAGS workarounds
Remove workarounds for warnings.
Changelog for SRCREV:
dfx_mgr: Fix compiler warnings
Signed-off-by: Sergei Korneichuk <sergei.korneichuk@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb index 417d7387..a74670b7 100644 --- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb +++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.1.bb | |||
| @@ -9,7 +9,7 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' | |||
| 9 | SRC_URI = "${REPO};${BRANCHARG}" | 9 | SRC_URI = "${REPO};${BRANCHARG}" |
| 10 | 10 | ||
| 11 | BRANCH = "master" | 11 | BRANCH = "master" |
| 12 | SRCREV = "fca3b25d6b226a49d88df2a850cdd1e03afc9ea1" | 12 | SRCREV = "5918fb3406d828693cca484b77229ffd031b5dc4" |
| 13 | SOMAJOR = "1" | 13 | SOMAJOR = "1" |
| 14 | SOMINOR = "0" | 14 | SOMINOR = "0" |
| 15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" | 15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" |
| @@ -28,12 +28,6 @@ EXTRA_OECMAKE += " \ | |||
| 28 | -DCMAKE_SYSROOT:PATH=${RECIPE_SYSROOT} \ | 28 | -DCMAKE_SYSROOT:PATH=${RECIPE_SYSROOT} \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | # Workaround for: the comparison will always evaluate as 'true' for the address of 'defaul_accel_name' will never be NULL [-Werror=address] | ||
| 32 | CFLAGS += "-Wno-address" | ||
| 33 | |||
| 34 | # Workaround for: '__builtin_strncpy' specified bound depends on the length of the source argument [-Werror=stringop-truncation] | ||
| 35 | CFLAGS += "-Wno-stringop-truncation" | ||
| 36 | |||
| 37 | INITSCRIPT_NAME = "dfx-mgr.sh" | 31 | INITSCRIPT_NAME = "dfx-mgr.sh" |
| 38 | INITSCRIPT_PARAMS = "start 99 S ." | 32 | INITSCRIPT_PARAMS = "start 99 S ." |
| 39 | 33 | ||
