Skip to content

Commit 19f053a

Browse files
authored
Merge pull request #201 from hnez/bcu
meta-lxatac-software: bcu: prepare for upstreaming
2 parents 702c2a2 + dcfb572 commit 19f053a

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
SUMMARY = "NXP Board Control Utilities"
2+
DESCRIPTION = "The NXP Board Control Utilities are able to control various \
3+
features of NXP i.MX evaluation boards (EVK) from a host \
4+
computer. \
5+
Features like resetting the board, selecting the boot mode, \
6+
monitoring power consumption, programming the EEPROM and others"
7+
HOMEPAGE = "https://github.com/nxp-imx/bcu"
8+
SECTION = "devel"
9+
LICENSE = "BSD-3-Clause"
10+
LIC_FILES_CHKSUM = "file://LICENSE;md5=884d48c2aa7b82e1ad4a33909fab24b6"
11+
12+
SRC_URI = "git://github.com/nxp-imx/bcu;protocol=https;branch=master \
13+
file://0001-CMakeLists-do-not-use-vendored-libcurl.patch \
14+
"
15+
SRCREV = "c34d89b29f3d0d12793cd78b194d2f1d11728baf"
16+
17+
S = "${WORKDIR}/git"
18+
19+
DEPENDS = "curl libyaml libusb1 openssl libftdi"
20+
21+
inherit cmake pkgconfig
22+
23+
BBCLASSEXTEND = "native nativesdk"

meta-lxatac-software/recipes-devtools/bcu/bcu_1.1.92.bb

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)