File tree Expand file tree Collapse file tree 2 files changed +23
-15
lines changed
meta-lxatac-software/recipes-devtools/bcu Expand file tree Collapse file tree 2 files changed +23
-15
lines changed Original file line number Diff line number Diff line change
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"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments