From 6ee01e20a9ec337b21405607d1edad2635740b02 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 23 Jun 2022 00:12:27 +0200 Subject: [PATCH] u-boot-timesys: remove 2011.12 recipe The last machine using this u-boot was removed with commit c604238 ("Remove boards using the linux-timesys kernel recipe") in 2015. Remove the recipe. Signed-off-by: Max Krummenacher --- recipes-bsp/u-boot/u-boot-timesys_2011.12.bb | 24 -------------------- 1 file changed, 24 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-timesys_2011.12.bb diff --git a/recipes-bsp/u-boot/u-boot-timesys_2011.12.bb b/recipes-bsp/u-boot/u-boot-timesys_2011.12.bb deleted file mode 100644 index 4005af3..0000000 --- a/recipes-bsp/u-boot/u-boot-timesys_2011.12.bb +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (C) 2013-2014 Timesys Corporation -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "bootloader for Vybrid platforms" -require recipes-bsp/u-boot/u-boot.inc - -PROVIDES += "u-boot" - -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" - -SRCBRANCH = "2011.12-pcl052" -SRC_URI = "git://github.com/Timesys/u-boot-timesys.git;protocol=https;branch=${SRCBRANCH}" -SRCREV = "dca5026484c69628be9b9618e5795c635cefe110" - -SRCBRANCH_quartz = "2011.12-quartz" -SRCREV_quartz = "2dc3859b8274b45fb6336d9713b4b07e42dfb4cb" - -S = "${WORKDIR}/git" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(vf60)" - -PV = "v2011.12"