
(1) starlingx-image-aio rootfs bitbake file (2) packagegourp-stak-base for the base rootfs (3) packagroup-stx for starlingx specific packages (4) removed docs/inspect.sh (5) added docs/update-pool.sh (6) added recipes for python packages
9 lines
322 B
BlitzBasic
9 lines
322 B
BlitzBasic
DESCRIPTION = "The Python perf module is a toolkit to write, run and analyze benchmarks."
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8"
|
|
|
|
SRC_URI[sha256sum] = "f7fd3a9a174a17ca36de63563f394eaafc7d4ce11fd3ae7c28d4c38cf6403bef"
|
|
|
|
PYPI_PACKAGE = "perf"
|
|
inherit pypi setuptools
|