1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00

cloud9-image: switch beaglebone to ext4

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-11-07 21:43:30 +01:00
parent 9f35f73c46
commit b39d261640
2 changed files with 3 additions and 3 deletions
+1 -3
View File
@@ -3,11 +3,9 @@
require cloud9-image.bb
IMAGE_INSTALL += " \
task-gnome-xserver-base \
task-xserver \
task-gnome-fonts \
angstrom-gdm-autologin-hack angstrom-gdm-xfce-hack gdm gdm-systemd \
angstrom-gnome-icon-theme-enable gtk-engine-clearlooks gtk-theme-clearlooks angstrom-clearlooks-theme-enable \
elsa \
"
export IMAGE_BASENAME = "Cloud9-IDE-gfx"
+2
View File
@@ -4,6 +4,8 @@ require ti-hw-bringup-image.bb
FATPAYLOAD = "${datadir}/beaglebone-getting-started/*"
ROOTFSTYPE_beaglebone = "ext4"
IMAGE_INSTALL += " \
cloud9 \
task-sdk-target \