diff options
Diffstat (limited to 'meta-fsl-arm')
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 68 |
1 files changed, 0 insertions, 68 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 deleted file mode 100644 index 5a831ece6..000000000 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb +++ /dev/null | |||
| @@ -1,68 +0,0 @@ | |||
| 1 | # Copyright (C) 2011-2014 Freescale Semiconductor | ||
| 2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
| 3 | |||
| 4 | DESCRIPTION = "U-Boot provided by Freescale with focus on i.MX reference boards." | ||
| 5 | require recipes-bsp/u-boot/u-boot.inc | ||
| 6 | |||
| 7 | PROVIDES += "u-boot" | ||
| 8 | |||
| 9 | LICENSE = "GPLv2+" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | ||
| 11 | |||
| 12 | DEPENDS_mxs += "elftosb-native" | ||
| 13 | |||
| 14 | PR = "r18" | ||
| 15 | |||
| 16 | SRCBRANCH_mxs = "imx_v2009.08_10.12.01" | ||
| 17 | SRCREV_mxs = "e4437f1c192a1a68028e6fcff3f50ff50352041d" | ||
| 18 | |||
| 19 | SRCBRANCH_mx5 = "imx_v2009.08_11.09.01" | ||
| 20 | SRCREV_mx5 = "897922d01c812be802e4a928b937535ea1b8e076" | ||
| 21 | SRC_URI_append_imx5 = " \ | ||
| 22 | file://mx53_loco_bootenv.patch \ | ||
| 23 | " | ||
| 24 | |||
| 25 | SRCBRANCH_mx6 = "imx_v2009.08_3.0.35_4.0.0" | ||
| 26 | SRCREV_mx6 = "5899674bf39544bec47e209649a723cf7348d3ba" | ||
| 27 | SRC_URI_append_mx6 = " \ | ||
| 28 | file://mx6q_sabreauto-Fix-the-patch-for-the-default-environ.patch \ | ||
| 29 | file://mx6q_sabresd-Change-default-environment-to-work-with.patch \ | ||
| 30 | file://mx6sl_evk-Fix-the-patch-for-the-default-environment-.patch \ | ||
| 31 | file://mx6dl_sabresd-Change-default-environment-to-work-wit.patch \ | ||
| 32 | " | ||
| 33 | |||
| 34 | SRC_URI = "git://git.freescale.com/imx/uboot-imx.git;branch=${SRCBRANCH}" | ||
| 35 | |||
| 36 | UBOOT_MACHINE_imx53qsb = "mx53_loco_config" | ||
| 37 | UBOOT_MACHINE_imx53ard = "mx53_ard_ddr3_config" | ||
| 38 | UBOOT_MACHINE_imx51evk = "mx51_bbg_config" | ||
| 39 | UBOOT_MACHINE_imx6qsabrelite = "mx6q_sabrelite_config" | ||
| 40 | UBOOT_MACHINE_imx6qsabreauto = "mx6q_sabreauto_config" | ||
| 41 | UBOOT_MACHINE_imx6qsabresd = "mx6q_sabresd_config" | ||
| 42 | UBOOT_MACHINE_imx6dlsabresd = "mx6dl_sabresd_config" | ||
| 43 | UBOOT_MACHINE_imx6slevk = "mx6sl_evk_config" | ||
| 44 | UBOOT_MACHINE_imx28evk = "mx28_evk_config" | ||
| 45 | |||
| 46 | UBOOT_MAKE_TARGET = "u-boot.bin" | ||
| 47 | |||
| 48 | # Please, add the following variables to conf/local.conf | ||
| 49 | # in order to use this u-boot version | ||
| 50 | # UBOOT_SUFFIX = "bin" | ||
| 51 | # UBOOT_PADDING = "2" | ||
| 52 | # PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||
| 53 | |||
| 54 | S = "${WORKDIR}/git" | ||
| 55 | EXTRA_OEMAKE += 'HOSTSTRIP=true' | ||
| 56 | |||
| 57 | inherit fsl-u-boot-localversion | ||
| 58 | |||
| 59 | LOCALVERSION ?= "-${SRCBRANCH}" | ||
| 60 | |||
| 61 | do_compile_prepend() { | ||
| 62 | if [ "${@base_contains('DISTRO_FEATURES', 'ld-is-gold', 'ld-is-gold', '', d)}" = "ld-is-gold" ] ; then | ||
| 63 | sed -i 's/$(CROSS_COMPILE)ld/$(CROSS_COMPILE)ld.bfd/g' config.mk | ||
| 64 | fi | ||
| 65 | } | ||
| 66 | |||
| 67 | COMPATIBLE_MACHINE = "(imx28evk|mx5|mx6)" | ||
| 68 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
