mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
mqxboot: Add recipe
This is the mqxboot recipe previously located in meta-fsl-arm. mqxboot is an application that can boot an MQX image from Linux userspace on Vybrid platforms. Signed-off-by: Anthony Felice <tony.felice@timesys.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
a592430b65
commit
9087bafac3
23
recipes-bsp/mqxboot/mqxboot_2.0.bb
Normal file
23
recipes-bsp/mqxboot/mqxboot_2.0.bb
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright (C) 2013 Timesys Corporation
|
||||
SUMMARY = "MQX Image loader - starts an MQX image on the M4"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c49712341497d0b5f2e40c30dff2af9d"
|
||||
|
||||
DEPENDS = "virtual/kernel-module-mcc"
|
||||
|
||||
SRC_URI = "http://repository.timesys.com/buildsources/m/mqxboot/mqxboot-${PV}/mqxboot-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "8f8e2f20485c41b4760b9685fe4abf1f"
|
||||
SRC_URI[sha256sum] = "5a4013047ef099414fd40e45c9f4d8fd5a364816a526c304cc3e9759695d87ae"
|
||||
|
||||
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