summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-01-11 14:17:37 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-03-14 14:26:27 +0100
commit74ae3a829628938eee6264e5bda28fd1c8bac3e4 (patch)
treed5d8cb59dc209c15e53dd81ecb2f2868131cf848 /recipes-bsp
parent05ac620277f8c6ec87c48b81ccf10c8e912f04eb (diff)
Apalis/Colibri iMX6: drop in favour of meta-fsl-arm-extra
machine/u-boot/kernel files have been added to meta-fsl-arm-extra. Use them from there now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
deleted file mode 100644
index c87800b..0000000
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-require recipes-bsp/u-boot/u-boot.inc
-
-PROVIDES += "u-boot"
-
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
-
-PV = "${PR}+gitr${SRCREV}"
-PR = "r0"
-
-S = "${WORKDIR}/git"
-
-SRCREV_mx6 = "b66337d357cca761bf8627acbb1ec991f425f0b4"
-SRCBRANCH_mx6 = "2015.04-toradex"
-SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}"
-
-#FILESPATHPKG =. "git:"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-COMPATIBLE_MACHINE = "(colibri-imx6|apalis-imx6)"
-DEFAULT_PREFERENCE_apalis-imx6 = "1"
-DEFAULT_PREFERENCE_colibri-imx6 = "1"
-
-# apalis-imx6: build additionally a u-boot binary for the IT variant
-SPL_BINARY_apalis-imx6 = "u-boot.imx-it"
-SPL_IMAGE_apalis-imx6 = "u-boot-${MACHINE}-${PV}-${PR}.imx-it"
-SPL_SYMLINK_apalis-imx6 = "u-boot-${MACHINE}.imx-it"
-do_compile_append_apalis-imx6() {
- # keep u-boot with standard timings
- mv u-boot.imx u-boot-std.imx
- oe_runmake apalis_imx6_it_defconfig
- oe_runmake ${UBOOT_MAKE_TARGET}
- mv u-boot.imx ${SPL_BINARY}
- mv u-boot-std.imx u-boot.imx
-}