-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from srobo/2023.0.0
2023.0.0
- Loading branch information
Showing
11 changed files
with
30 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
sources/meta-srobo/recipes-robot/python-kchd/python3-kchd_0.2.0.bb
This file was deleted.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
sources/meta-srobo/recipes-robot/python-kchd/python3-kchd_0.4.0.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
SUMMARY = "kchd" | ||
DESCRIPTION = "KCH LED Control Daemon" | ||
HOMEPAGE = "http://github.com/srobo/kchd" | ||
LICENSE = "MIT" | ||
LIC_FILES_CHKSUM = "file://LICENSE;md5=9d55c4f33861e6f6551ac6a94bd74dbe" | ||
|
||
|
||
SRCREV = "e28b852099d45d2a4d123577d5f344a74d72b28b" | ||
SRC_URI = "git://github.com/srobo/kchd;protocol=https;branch=main" | ||
|
||
S = "${WORKDIR}/git" | ||
|
||
inherit python_poetry_core | ||
|
||
RDEPENDS:${PN} = "${PYTHON_PN}-astoria rpi-gpio" | ||
|
||
BBCLASSEXTEND = "native nativesdk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
sources/meta-srobo/recipes-robot/srobo-kit/srobo-kit/10-srobo.rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
SUBSYSTEM=="usb", ATTRS{idVendor}=="1bda", ATTRS{idProduct}=="0010", GROUP="astoria", MODE="0666" | ||
SUBSYSTEM=="usb", ATTRS{idVendor}=="1bda", ATTRS{idProduct}=="0011", GROUP="astoria", MODE="0666" | ||
SUBSYSTEM=="tty", DRIVERS=="ftdi_sio", ATTRS{interface}=="MCV4B", GROUP="astoria", MODE="0666" | ||
SUBSYSTEM=="gpio", GROUP="astoria", MODE="0660" | ||
SUBSYSTEM=="bcm2835-gpiomem", KERNEL=="gpiomem", GROUP="astoria", MODE="0660" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters