1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-07 11:20:45 +00:00

cloud9-image: add

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-11 21:52:01 +02:00
parent 7bb25fd0e8
commit 79f827a966
+18
View File
@@ -0,0 +1,18 @@
# Image with cloud9 ide and hw tools installed
require ti-hw-bringup-image.bb
IMAGE_INSTALL += " \
cloud9 \
task-sdk-target \
matrix-gui \
matrix-gui-coming-soon \
matrix-gui-submenus-arm \
matrix-gui-submenus-cryptos \
matrix-gui-submenus-ethernet \
matrix-gui-submenus-settings \
matrix-gui-submenus-usb \
"
export IMAGE_BASENAME = "Cloud9-IDE"