MycroftOS: Initial buildroot-external setup

This commit is contained in:
Peter Steenbergen 2018-10-26 15:43:30 +02:00
parent f8433f0b40
commit b8aed86e23
9 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,2 @@
source "$BR2_EXTERNAL_MYCROFTOS_PATH/package/mycroftos/Config.in"

View File

View File

View File

@ -0,0 +1,2 @@
name: MycroftOS
desc: MycroftOS Buildroot tree

View File

@ -0,0 +1 @@
include $(sort $(wildcard $(BR2_EXTERNAL_MYCROFTOS_PATH)/package/*/*.mk))

View File

View File

@ -0,0 +1,8 @@
menuconfig BR2_PACKAGE_MYCROFTOS
bool "mycroftos-app"
help
This is the Application layer that builds the
Mycroft A.I. software stack on top of Buildroot
with defaults packages and configurations.
https://github.com/j1nx/MycroftOS/

View File

@ -0,0 +1,13 @@
################################################################################
#
# MycroftOS
#
################################################################################
MYCROFTOS_VERSION = 1.0.0
MYCROFTOS_LICENSE = Apache License 2.0
MYCROFTOS_LICENSE_FILES = $(BR2_EXTERNAL_MYCROFTOS_PATH)/../LICENSE
MYCROFTOS_SITE = $(BR2_EXTERNAL_MYCROFTOS_PATH)/package/mycroftos
MYCROFTOS_SITE_METHOD = local
$(eval $(generic-package))

View File