mirror of
https://github.com/outbackdingo/klipper-linux.git
synced 2026-01-27 18:19:25 +00:00
This is by no means complete, there's a lot to be done on the setup and configuration side and klipper MCU firmware builds are missing as well. The rootfs itself should be device independent (although you'd probably have to pull in machine specific layers), the image recipe is specific to the ASUS TinkerBoard S. Overall goal is to be able to build this distro for any target that is supported by Yocto. The distro should be "single purpose", i.e. no desktop like Armbian etc, but just provide a minimalistic setup for printing with a possibility to select and upload your klipper config. OctoPrint is included but should be optional (i.e. I'd like to be able to turn it off and just "print from SD" via the local LCD menu. TODOs of the top of my head: * add MCU firmware builds (probably via a multiconfig setup) * add lighttpd with a central entry page and a minimalistic web UI For the web UI: * add a possibility to select existing klipper configs and to upload custom klipper configs * add an option to enable/disable OctoPrint * backup/restore configuration To build for the tinker board: $ source setup.sh targets/tinker-board-s/ $ bitbake klipper-image-tinker-board-s Flashable wic/wic.bmap (use bmaptool) will be located in: klipper-linux-build/build/deploy/images/tinker-board-s
19 lines
598 B
PHP
19 lines
598 B
PHP
SUMMARY = "Extends Python unittest to make testing easier"
|
|
HOMEPAGE = "http://readthedocs.org/docs/nose/"
|
|
DESCRIPTION = "nose extends the test loading and running features of unittest, \
|
|
making it easier to write, find and run tests."
|
|
SECTION = "devel/python"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
|
|
|
SRC_URI[md5sum] = "4d3ad0ff07b61373d2cefc89c5d0b20b"
|
|
SRC_URI[sha256sum] = "f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98"
|
|
|
|
inherit pypi
|
|
|
|
RDEPENDS_${PN} = "\
|
|
${PYTHON_PN}-unittest \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|