diff options
Diffstat (limited to 'meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb')
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 393e7f329..7b31cc8c6 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb | |||
| @@ -54,7 +54,9 @@ UBOOT_MAKE_TARGET = "u-boot.bin" | |||
| 54 | S = "${WORKDIR}/git" | 54 | S = "${WORKDIR}/git" |
| 55 | EXTRA_OEMAKE += 'HOSTSTRIP=true' | 55 | EXTRA_OEMAKE += 'HOSTSTRIP=true' |
| 56 | 56 | ||
| 57 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 57 | inherit fsl-u-boot-localversion |
| 58 | |||
| 59 | LOCALVERSION = "+imx" | ||
| 58 | 60 | ||
| 59 | do_compile_prepend() { | 61 | do_compile_prepend() { |
| 60 | if [ "${@base_contains('DISTRO_FEATURES', 'ld-is-gold', 'ld-is-gold', '', d)}" = "ld-is-gold" ] ; then | 62 | if [ "${@base_contains('DISTRO_FEATURES', 'ld-is-gold', 'ld-is-gold', '', d)}" = "ld-is-gold" ] ; then |
| @@ -63,3 +65,4 @@ do_compile_prepend() { | |||
| 63 | } | 65 | } |
| 64 | 66 | ||
| 65 | COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)" | 67 | COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)" |
| 68 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
