mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
28 lines
559 B
BlitzBasic
28 lines
559 B
BlitzBasic
SUMMARY = "utility for security boot"
|
|
SECTION = "cst"
|
|
LICENSE = "BSD"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff"
|
|
|
|
DEPENDS += "openssl"
|
|
RDEPENDS_${PN} = "bash"
|
|
|
|
inherit kernel-arch
|
|
|
|
SRC_URI = "git://github.com/nxp-qoriq/cst;nobranch=1 \
|
|
"
|
|
SRCREV = "2737b8bca4432c3ef21ac675e949cb53d444a369"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}"'
|
|
|
|
PARALLEL_MAKE = ""
|
|
|
|
do_install () {
|
|
oe_runmake install DESTDIR=${D} BIN_DEST_DIR=${bindir}
|
|
}
|
|
|
|
FILES_${PN}-dbg += "${bindir}/cst/.debug"
|
|
BBCLASSEXTEND = "native nativesdk"
|