diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2016-09-19 22:59:25 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-19 18:59:25 -0400 |
| commit | 3d05c51b8fa7d57dfa698d856ee521ef7f0aa282 (patch) | |
| tree | 8d65edf592753786a8e3145bbd74a707dfe77e9d /recipes-bsp | |
| parent | 7d2600d41997d5d004dd1cc9d68b172134d0583f (diff) | |
| download | meta-ti-3d05c51b8fa7d57dfa698d856ee521ef7f0aa282.tar.gz | |
u-boot-ti-staging: remove old versions
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb | 20 | ||||
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb | 78 |
2 files changed, 0 insertions, 98 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb deleted file mode 100644 index 9d7dd068..00000000 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | require u-boot-ti.inc | ||
| 2 | |||
| 3 | # u-boot needs devtree compiler to parse dts files | ||
| 4 | DEPENDS += "dtc-native" | ||
| 5 | |||
| 6 | DESCRIPTION = "u-boot bootloader for TI devices" | ||
| 7 | |||
| 8 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb" | ||
| 9 | |||
| 10 | PR = "r14" | ||
| 11 | PV_append = "+git${SRCPV}" | ||
| 12 | |||
| 13 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | ||
| 14 | |||
| 15 | BRANCH ?= "ti-u-boot-2014.07" | ||
| 16 | |||
| 17 | SRCREV = "fb6ab76dad21e12b12d0f824fcfa2609a26ec695" | ||
| 18 | |||
| 19 | SPL_BINARY = "MLO" | ||
| 20 | SPL_UART_BINARY = "u-boot-spl.bin" | ||
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb deleted file mode 100644 index 0634a16f..00000000 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2015.07.bb +++ /dev/null | |||
| @@ -1,78 +0,0 @@ | |||
| 1 | require u-boot-ti.inc | ||
| 2 | |||
| 3 | # u-boot needs devtree compiler to parse dts files | ||
| 4 | DEPENDS += "dtc-native" | ||
| 5 | |||
| 6 | DESCRIPTION = "u-boot bootloader for TI devices" | ||
| 7 | |||
| 8 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" | ||
| 9 | |||
| 10 | PR = "r25" | ||
| 11 | PV_append = "+git${SRCPV}" | ||
| 12 | |||
| 13 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | ||
| 14 | |||
| 15 | BRANCH ?= "ti-u-boot-2015.07" | ||
| 16 | |||
| 17 | SRCREV = "46c915c96358c426bb1f4dd1e25a9a805d93a24e" | ||
| 18 | |||
| 19 | # Support for secure devices - detailed info is in doc/README.ti-secure | ||
| 20 | TI_SECURE_DEV_PKG ?= "" | ||
| 21 | TI_SECURE_DEV_PKG_dra7xx-hs-evm = "${TI_SECURE_DEV_PKG_DRA7}" | ||
| 22 | TI_SECURE_DEV_PKG_am437x-hs-evm = "${TI_SECURE_DEV_PKG_AM4}" | ||
| 23 | export TI_SECURE_DEV_PKG | ||
| 24 | |||
| 25 | SPL_BINARY = "MLO" | ||
| 26 | SPL_UART_BINARY = "u-boot-spl.bin" | ||
| 27 | |||
| 28 | # Keystone specifics | ||
| 29 | UBOOT_SUFFIX_keystone = "bin" | ||
| 30 | SPL_UART_BINARY_keystone = "" | ||
| 31 | |||
| 32 | # SPI NOR Flash binaries | ||
| 33 | UBOOT_SPI_SPL_BINARY = "u-boot-spl.bin" | ||
| 34 | UBOOT_SPI_BINARY = "u-boot.img" | ||
| 35 | UBOOT_SPI_GPH_BINARY = "u-boot-spi.gph" | ||
| 36 | |||
| 37 | # SPI NOR Flash deployed images | ||
| 38 | UBOOT_SPI_SPL_IMAGE = "u-boot-spl-${MACHINE}-${PV}-${PR}.bin" | ||
| 39 | UBOOT_SPI_SPL_SYMLINK = "u-boot-spl-${MACHINE}.bin" | ||
| 40 | UBOOT_SPI_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img" | ||
| 41 | UBOOT_SPI_SYMLINK = "u-boot-${MACHINE}.img" | ||
| 42 | UBOOT_SPI_GPH_IMAGE = "u-boot-spi-${MACHINE}-${PV}-${PR}.gph" | ||
| 43 | UBOOT_SPI_GPH_SYMLINK = "u-boot-spi-${MACHINE}.gph" | ||
| 44 | |||
| 45 | do_compile_append_am437x-hs-evm () { | ||
| 46 | if [ -f ${S}/u-boot-spl_HS_ISSW ]; then | ||
| 47 | rm -rf ${S}/MLO | ||
| 48 | cp ${S}/u-boot-spl_HS_ISSW ${S}/MLO | ||
| 49 | fi | ||
| 50 | } | ||
| 51 | |||
| 52 | do_install_append_keystone () { | ||
| 53 | install ${S}/spl/${UBOOT_SPI_SPL_BINARY} ${D}/boot/${UBOOT_SPI_SPL_IMAGE} | ||
| 54 | ln -sf ${UBOOT_SPI_SPL_IMAGE} ${D}/boot/${UBOOT_SPI_SPL_BINARY} | ||
| 55 | |||
| 56 | install ${S}/${UBOOT_SPI_BINARY} ${D}/boot/${UBOOT_SPI_IMAGE} | ||
| 57 | ln -sf ${UBOOT_SPI_IMAGE} ${D}/boot/${UBOOT_SPI_BINARY} | ||
| 58 | |||
| 59 | install ${S}/${UBOOT_SPI_GPH_BINARY} ${D}/boot/${UBOOT_SPI_GPH_IMAGE} | ||
| 60 | ln -sf ${UBOOT_SPI_GPH_IMAGE} ${D}/boot/${UBOOT_SPI_GPH_BINARY} | ||
| 61 | } | ||
| 62 | |||
| 63 | do_deploy_append_keystone () { | ||
| 64 | install ${S}/spl/${UBOOT_SPI_SPL_BINARY} ${DEPLOYDIR}/${UBOOT_SPI_SPL_IMAGE} | ||
| 65 | rm -f ${UBOOT_SPI_SPL_BINARY} ${UBOOT_SPI_SPL_SYMLINK} | ||
| 66 | ln -sf ${UBOOT_SPI_SPL_IMAGE} ${UBOOT_SPI_SPL_SYMLINK} | ||
| 67 | ln -sf ${UBOOT_SPI_SPL_IMAGE} ${UBOOT_SPI_SPL_BINARY} | ||
| 68 | |||
| 69 | install ${S}/${UBOOT_SPI_BINARY} ${DEPLOYDIR}/${UBOOT_SPI_IMAGE} | ||
| 70 | rm -f ${UBOOT_SPI_BINARY} ${UBOOT_SPI_SYMLINK} | ||
| 71 | ln -sf ${UBOOT_SPI_IMAGE} ${UBOOT_SPI_SYMLINK} | ||
| 72 | ln -sf ${UBOOT_SPI_IMAGE} ${UBOOT_SPI_BINARY} | ||
| 73 | |||
| 74 | install ${S}/${UBOOT_SPI_GPH_BINARY} ${DEPLOYDIR}/${UBOOT_SPI_GPH_IMAGE} | ||
| 75 | rm -f ${UBOOT_SPI_GPH_BINARY} ${UBOOT_SPI_GPH_SYMLINK} | ||
| 76 | ln -sf ${UBOOT_SPI_GPH_IMAGE} ${UBOOT_SPI_GPH_SYMLINK} | ||
| 77 | ln -sf ${UBOOT_SPI_GPH_IMAGE} ${UBOOT_SPI_GPH_BINARY} | ||
| 78 | } | ||
