Add mycroft-embedded-shell package.

This commit is contained in:
j1nx 2020-10-06 21:21:53 +02:00
parent 2d9b382163
commit ff12626f47
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,10 @@
config BR2_PACKAGE_MYCROFT_EMBEDDED_SHELL
bool "mycroft-embedded-shell"
help
This is a mycroft gui app which is intended
to run on low power hardware either as "single
application" on a minimal wayland server or
with eglfs backend.
https://github.com/notmart/mycroft-embedded-shell

View File

@ -0,0 +1,2 @@
# Locally computed
sha256 ed1b243c7ab88e21b9ac9bc75546d0485a86265d2ed67fee43c0bc7ea7755297 mycroft-embedded-shell-7432502b42c0d2f1c2e15abfc666f000455f7e99.tar.gz

View File

@ -0,0 +1,15 @@
################################################################################
#
# mycroft-embedded-shell
#
################################################################################
MYCROFT_EMBEDDED_SHELL_VERSION = 7432502b42c0d2f1c2e15abfc666f000455f7e99
MYCROFT_EMBEDDED_SHELL_SITE = $(call github,notmart,mycroft-embedded-shell,$(MYCROFT_EMBEDDED_SHELL_VERSION))
MYCROFT_EMBEDDED_SHELL_LICENSE = Apache License 2.0
MYCROFT_EMBEDDED_SHELL_INSTALL_STAGING = YES
MYCROFT_EMBEDDED_SHELL_DEPENDENCIES = host-pkgconf
MYCROFT_EMBEDDED_SHELL_SUPPORTS_IN_SOURCE_BUILD = NO
$(eval $(cmake-package))