mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
mqxboot: Remove recipe for version 2.0.1
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@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
3fc4458fd8
commit
1a3fb4e0c7
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue
Block a user