diff options
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb index 002066d8f..90e9677a2 100644 --- a/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb +++ b/recipes-bsp/u-boot/u-boot-qoriq_2016.01.bb | |||
| @@ -44,7 +44,8 @@ python () { | |||
| 44 | } | 44 | } |
| 45 | 45 | ||
| 46 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" | 46 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" |
| 47 | EXTRA_OEMAKE = 'CROSS_COMPILE=${WRAP_TARGET_PREFIX} CC="${WRAP_TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' | 47 | EXTRA_OEMAKE = 'CROSS_COMPILE=${WRAP_TARGET_PREFIX} CC="${WRAP_TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" V=1' |
| 48 | EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"' | ||
| 48 | 49 | ||
| 49 | inherit fsl-u-boot-localversion | 50 | inherit fsl-u-boot-localversion |
| 50 | LOCALVERSION = "+fsl" | 51 | LOCALVERSION = "+fsl" |
