Files
meta-zephyr/meta-zephyr-core/recipes-devtools/python/python3-pyelftools_0.27.bb
Eilís Ní Fhlannagáin de73bdbaba west: Add west and python dependencies
We will need west for a few things.

First, west knows about all the boards supported, so for automatic
machine generation, we will need to be able to run west boards.

Secondly, I want to get rid of the dependance on MACHINEOVERRIDES in
machine definition files. One of the things that drives me a bit mad
about how we're doing this is effort replication. Zephyr knows what the
machine is, and modules needed and includes. We shouldn't need to
replicate that effort. Future patches will address that through
automatic machine generation.

Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2022-01-24 19:26:35 +08:00

15 lines
476 B
BlitzBasic

# SPDX-FileCopyrightText: Huawei Inc.
# SPDX-License-Identifier: Apache-2.0
SUMMARY = "Python pyelftools"
HOMEPAGE = "https://pypi.org/project/pyelftools"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5ce2a2b07fca326bc7c146d10105ccfc"
inherit pypi setuptools3
PYPI_PACKAGE = "pyelftools"
SRC_URI[md5sum] = "061d67c669a9b1f8d07f28c47fb6a65f"
SRC_URI[sha256sum] = "cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b"
BBCLASSEXTEND = "native nativesdk"