mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-04-04 21:51:02 +02:00
MycroftOS: Initial buildroot-external setup
This commit is contained in:
parent
f8433f0b40
commit
b8aed86e23
2
buildroot-external/Config.in
Normal file
2
buildroot-external/Config.in
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
source "$BR2_EXTERNAL_MYCROFTOS_PATH/package/mycroftos/Config.in"
|
||||||
|
|
0
buildroot-external/board/.empty
Normal file
0
buildroot-external/board/.empty
Normal file
0
buildroot-external/configs/.empty
Normal file
0
buildroot-external/configs/.empty
Normal file
2
buildroot-external/external.desc
Normal file
2
buildroot-external/external.desc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
name: MycroftOS
|
||||||
|
desc: MycroftOS Buildroot tree
|
1
buildroot-external/external.mk
Normal file
1
buildroot-external/external.mk
Normal file
@ -0,0 +1 @@
|
|||||||
|
include $(sort $(wildcard $(BR2_EXTERNAL_MYCROFTOS_PATH)/package/*/*.mk))
|
0
buildroot-external/kernel/.empty
Normal file
0
buildroot-external/kernel/.empty
Normal file
8
buildroot-external/package/mycroftos/Config.in
Normal file
8
buildroot-external/package/mycroftos/Config.in
Normal 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/
|
13
buildroot-external/package/mycroftos/mycroftos.mk
Normal file
13
buildroot-external/package/mycroftos/mycroftos.mk
Normal 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))
|
0
buildroot-external/rootfs-overlay/.empty
Normal file
0
buildroot-external/rootfs-overlay/.empty
Normal file
Loading…
x
Reference in New Issue
Block a user