1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 20:09:17 +00:00
Files
Ryan Eatmon 97fde0cad2 meta-ti-test: Import the recipes-devtools recipes
We are moving the meta-arago-test layer to meta-ti-test.  This commit
imports all of the recipes under recipes-devtools.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-04-29 10:41:53 -05:00

25 lines
614 B
BlitzBasic

SUMMARY = "Diagnostic tool for TI OMAP processors"
HOMEPAGE = "https://github.com/omapconf/omapconf"
LICENSE = "GPL-2.0-only | BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
PV = "1.75+git"
COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx"
BRANCH ?= "master"
SRCREV = "ff07b6992bacb1e1586c72b7d2be469caee4a347"
SRC_URI = "git://github.com/omapconf/omapconf.git;protocol=https;branch=${BRANCH}"
SRC_URI += "file://0001-Use-proper-definition-of-boolean-type.patch"
do_compile () {
oe_runmake CC="${CC}" all
}
do_install () {
oe_runmake DESTDIR=${D}${bindir} install
}