Files
Liu Yiding f1920a8760 bcu: upgrade 1.1.115 -> 1.1.128
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>
2026-03-02 19:25:50 -08:00

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"