mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-02-05 16:28:45 +01:00
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>
15 lines
480 B
BlitzBasic
15 lines
480 B
BlitzBasic
# SPDX-FileCopyrightText: Huawei Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
SUMMARY = "Python junit2html"
|
|
HOMEPAGE = "https://pypi.org/project/junit2html"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=899c50bccc6c8221c8ca0a9c7633b5b8"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "junit2html"
|
|
SRC_URI[md5sum] = "a816cf502da0a8905f24aefab0739206"
|
|
SRC_URI[sha256sum] = "9b3967c92142abd5fb94e2cbb938c51cc6c2689ec1c7fd348c6ba4ddab92da14"
|
|
BBCLASSEXTEND = "native nativesdk"
|