mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 13:20:03 +00:00
f1920a8760
1. Changelog: Support i.MX952 15x15 EVK with Power group updated. 2. Update 0001-CMakeLists-do-not-use-vendored-libcurl.patch for 1.1.128 Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
871 B
BlitzBasic
23 lines
871 B
BlitzBasic
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;tag=${BPN}_${PV} \
|
|
file://0001-CMakeLists-do-not-use-vendored-libcurl.patch \
|
|
"
|
|
SRCREV = "e7027dcb867dae7aebc8fd0a78ab13f05a4557f2"
|
|
|
|
|
|
DEPENDS = "curl libyaml libusb1 openssl libftdi"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|