diff options
| -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 | ||
