[meta-freescale] [3rdparty][PATCH] mqxboot: Remove recipe for version 2.0.1

Fabio Berton fabio.berton at ossystems.com.br
Fri Nov 10 04:09:09 PST 2017


This recipe is not being used by anyone. grep shows the only
machine that use mqxboot is colibri-vf and is set to use version
1.%.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 recipes-bsp/mqxboot/mqxboot_2.0.1.bb | 24 ------------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 recipes-bsp/mqxboot/mqxboot_2.0.1.bb

diff --git a/recipes-bsp/mqxboot/mqxboot_2.0.1.bb b/recipes-bsp/mqxboot/mqxboot_2.0.1.bb
deleted file mode 100644
index 3ed1a71..0000000
--- a/recipes-bsp/mqxboot/mqxboot_2.0.1.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright (C) 2013 Timesys Corporation
-SUMMARY = "MQX Image loader - starts an MQX image on the M4"
-LICENSE = "GPL-2.0 | BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d \
-                    file://BSD_LICENSE;md5=10695b8f86532e5e44640acf4d92a2ef"
-
-DEPENDS = "virtual/kernel-module-mcc"
-
-SRC_URI = "http://repository.timesys.com/buildsources/m/mqxboot/mqxboot-${PV}/mqxboot-${PV}.tar.bz2"
-
-SRC_URI[md5sum] = "e6ad75101add7722b7492a8ec8b52fe3"
-SRC_URI[sha256sum] = "8df7b7d787a80766d265bc7cc83b0d71a3c6a4809a778fa07e2a8d633c924f9f"
-
-S = "${WORKDIR}/mqxboot-${PV}"
-
-CFLAGS += "-I${STAGING_KERNEL_DIR}/include/uapi"
-
-RDEPENDS_${PN} = "virtual/kernel-module-mcc"
-
-COMPATIBLE_MACHINE = "(vf60)"
-
-do_install() {
-    oe_runmake 'DESTDIR=${D}' install
-}
-- 
2.14.2



More information about the meta-freescale mailing list