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>
18 lines
685 B
BlitzBasic
18 lines
685 B
BlitzBasic
# SPDX-FileCopyrightText: Huawei Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
SUMMARY = "Python canopen"
|
|
DESCRIPTION = "A Python implementation of the CANopen standard. The aim of \
|
|
the project is to support the most common parts of the CiA \
|
|
301 standard in a simple Pythonic interface."
|
|
HOMEPAGE = "https://pypi.org/project/canopen"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=97f135a6ee6f800c377b5512122c7a8d"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE = "canopen"
|
|
SRC_URI[md5sum] = "da37dcf725e774385f05f05e04ca54a0"
|
|
SRC_URI[sha256sum] = "18d01d56ff0023795cb336cafd4810a76cf402b98b42139b201fa8c5d4ba8c06"
|
|
BBCLASSEXTEND = "native nativesdk"
|