summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/bcu/bcu_1.1.115.bb
blob: 260fba02a96cce96994cb7bda878a368601ef048 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUMMARY = "NXP Board Control Utilities"
DESCRIPTION = "The NXP Board Control Utilities are able to control various \
               features of NXP i.MX evaluation boards (EVK) from a host \
               computer. \
               Features like resetting the board, selecting the boot mode, \
               monitoring power consumption, programming the EEPROM and others"
HOMEPAGE = "https://github.com/nxp-imx/bcu"
SECTION = "devel"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=884d48c2aa7b82e1ad4a33909fab24b6"

SRC_URI = "git://github.com/nxp-imx/bcu;protocol=https;branch=master \
           file://0001-CMakeLists-do-not-use-vendored-libcurl.patch \
           "
SRCREV = "f081c69c26e330cf03ec790051c415c4716509d9"


DEPENDS = "curl libyaml libusb1 openssl libftdi"

inherit cmake pkgconfig

BBCLASSEXTEND = "native nativesdk"