From 74ae3a829628938eee6264e5bda28fd1c8bac3e4 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 11 Jan 2016 14:17:37 +0100 Subject: 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 Signed-off-by: Stefan Agner --- recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb | 35 ---------------------------- 1 file changed, 35 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb (limited to 'recipes-bsp') 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 -} -- cgit v1.2.3