mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-30 23:40:29 +00:00
cloud9-image: switch beaglebone to ext4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -3,11 +3,9 @@
|
|||||||
require cloud9-image.bb
|
require cloud9-image.bb
|
||||||
|
|
||||||
IMAGE_INSTALL += " \
|
IMAGE_INSTALL += " \
|
||||||
task-gnome-xserver-base \
|
|
||||||
task-xserver \
|
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 \
|
angstrom-gnome-icon-theme-enable gtk-engine-clearlooks gtk-theme-clearlooks angstrom-clearlooks-theme-enable \
|
||||||
|
elsa \
|
||||||
"
|
"
|
||||||
|
|
||||||
export IMAGE_BASENAME = "Cloud9-IDE-gfx"
|
export IMAGE_BASENAME = "Cloud9-IDE-gfx"
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ require ti-hw-bringup-image.bb
|
|||||||
|
|
||||||
FATPAYLOAD = "${datadir}/beaglebone-getting-started/*"
|
FATPAYLOAD = "${datadir}/beaglebone-getting-started/*"
|
||||||
|
|
||||||
|
ROOTFSTYPE_beaglebone = "ext4"
|
||||||
|
|
||||||
IMAGE_INSTALL += " \
|
IMAGE_INSTALL += " \
|
||||||
cloud9 \
|
cloud9 \
|
||||||
task-sdk-target \
|
task-sdk-target \
|
||||||
|
|||||||
Reference in New Issue
Block a user