asteroid-image.bbclass 817 Bytes
Newer Older
1
inherit core-image
2
inherit extrausers
3 4
LICENSE = "GPL-2.0"

5 6
IMAGE_FEATURES += "splash package-management"

7 8
IMAGE_INSTALL += " \
base-files base-passwd shadow systemd tzdata coreutils bash file findutils gawk grep procps psmisc sed util-linux sudo module-init-tools less tar gzip bzip2 \
Florent Revest's avatar
Florent Revest committed
9
iproute2 connman bluez5 pulseaudio dropbear qtbase-plugins statefs dsme mce ngfd timed sensorfw android-init mapplauncherd-booster-qtcomponents usb-moded \
10
supported-languages asteroid-launcher asteroid-calculator asteroid-calendar asteroid-stopwatch asteroid-settings asteroid-timer asteroid-alarmclock asteroid-btsyncd"
11

12
EXTRA_USERS_PARAMS = "groupadd system; \
13 14
                      groupadd statefs; \
                      useradd -p '' -G 'video,system,statefs' ceres"
15

16
PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer010"