diff options
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/cppi-lld/cppi-lld-test_git.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/pa-lld/pa-lld-test_git.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/qmss-lld/qmss-lld-test_git.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/sa-lld/sa-lld-test_git.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/srio-lld/srio-lld-test_git.bb | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/recipes-bsp/cppi-lld/cppi-lld-test_git.bb b/recipes-bsp/cppi-lld/cppi-lld-test_git.bb index b4f5c239..0c630b4e 100644 --- a/recipes-bsp/cppi-lld/cppi-lld-test_git.bb +++ b/recipes-bsp/cppi-lld/cppi-lld-test_git.bb | |||
| @@ -7,6 +7,8 @@ PR = "${INC_PR}.0" | |||
| 7 | 7 | ||
| 8 | CHOICELIST = "yes no" | 8 | CHOICELIST = "yes no" |
| 9 | 9 | ||
| 10 | CFLAGS += "-fcommon" | ||
| 11 | |||
| 10 | do_compile () { | 12 | do_compile () { |
| 11 | # Now build the lld in the updated directory | 13 | # Now build the lld in the updated directory |
| 12 | for device in ${DEVICELIST} | 14 | for device in ${DEVICELIST} |
diff --git a/recipes-bsp/pa-lld/pa-lld-test_git.bb b/recipes-bsp/pa-lld/pa-lld-test_git.bb index 62ec1222..760f1882 100644 --- a/recipes-bsp/pa-lld/pa-lld-test_git.bb +++ b/recipes-bsp/pa-lld/pa-lld-test_git.bb | |||
| @@ -8,6 +8,8 @@ PR = "${INC_PR}.1" | |||
| 8 | 8 | ||
| 9 | CHOICELIST = "yes no" | 9 | CHOICELIST = "yes no" |
| 10 | 10 | ||
| 11 | CC += "-fcommon" | ||
| 12 | |||
| 11 | do_compile () { | 13 | do_compile () { |
| 12 | # Now build the lld unit test examples | 14 | # Now build the lld unit test examples |
| 13 | for device in ${DEVICELIST} | 15 | for device in ${DEVICELIST} |
diff --git a/recipes-bsp/qmss-lld/qmss-lld-test_git.bb b/recipes-bsp/qmss-lld/qmss-lld-test_git.bb index 77e698a4..53f6dcff 100644 --- a/recipes-bsp/qmss-lld/qmss-lld-test_git.bb +++ b/recipes-bsp/qmss-lld/qmss-lld-test_git.bb | |||
| @@ -8,6 +8,8 @@ PR = "${INC_PR}.2" | |||
| 8 | 8 | ||
| 9 | CHOICELIST = "yes no" | 9 | CHOICELIST = "yes no" |
| 10 | 10 | ||
| 11 | CFLAGS += "-fcommon" | ||
| 12 | |||
| 11 | do_compile () { | 13 | do_compile () { |
| 12 | # Now build the lld in the updated directory | 14 | # Now build the lld in the updated directory |
| 13 | for device in ${DEVICELIST} | 15 | for device in ${DEVICELIST} |
diff --git a/recipes-bsp/sa-lld/sa-lld-test_git.bb b/recipes-bsp/sa-lld/sa-lld-test_git.bb index f3fa4f3d..b9050b6a 100644 --- a/recipes-bsp/sa-lld/sa-lld-test_git.bb +++ b/recipes-bsp/sa-lld/sa-lld-test_git.bb | |||
| @@ -14,6 +14,8 @@ DEVICELIST_k2e = "k2e" | |||
| 14 | 14 | ||
| 15 | CHOICELIST = "no yes" | 15 | CHOICELIST = "no yes" |
| 16 | 16 | ||
| 17 | CFLAGS += "-fcommon" | ||
| 18 | |||
| 17 | PARALLEL_MAKE = "" | 19 | PARALLEL_MAKE = "" |
| 18 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} SA_SRC_DIR=${S}" | 20 | EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} SA_SRC_DIR=${S}" |
| 19 | 21 | ||
diff --git a/recipes-bsp/srio-lld/srio-lld-test_git.bb b/recipes-bsp/srio-lld/srio-lld-test_git.bb index d2a00682..ca22b7d5 100644 --- a/recipes-bsp/srio-lld/srio-lld-test_git.bb +++ b/recipes-bsp/srio-lld/srio-lld-test_git.bb | |||
| @@ -7,6 +7,8 @@ PR = "${INC_PR}.0" | |||
| 7 | 7 | ||
| 8 | CHOICELIST = "yes no" | 8 | CHOICELIST = "yes no" |
| 9 | 9 | ||
| 10 | CFLAGS += "-fcommon" | ||
| 11 | |||
| 10 | do_compile () { | 12 | do_compile () { |
| 11 | # Now build the lld in the updated directory | 13 | # Now build the lld in the updated directory |
| 12 | for device in ${DEVICELIST} | 14 | for device in ${DEVICELIST} |
