summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-12-07 18:36:58 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2012-12-07 18:38:08 +0100
commit22617ae59c8e8a6333413da10bd2f8193bb6933e (patch)
treed2bc9ca1543a07ae9d0dc16824a7610c36ebbdda
parent1e66320f90413ba2ab5c611da084076c2cde2926 (diff)
images: add gstreamer plugin mp3, WiFi Firmware, usb-rndis
- provide gstreamer plugins which now are required for nvidias mp3 decoder - add firmware for Ambicom WL250N-USB WiFi, - add configuration for usb-rndis
-rw-r--r--recipes/images/angstrom-lxde-image.bb8
-rw-r--r--recipes/images/trdx-extra.inc3
2 files changed, 6 insertions, 5 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb
index f12a27e..5fad57a 100644
--- a/recipes/images/angstrom-lxde-image.bb
+++ b/recipes/images/angstrom-lxde-image.bb
@@ -83,7 +83,7 @@ IMAGE_INSTALL += " \
${ROOTFS_PKGMANAGE_PKGS} \
timestamp-service \
task-base-extended \
- ${XSERVER}\
+ ${XSERVER} \
xserver-common \
xserver-xorg-extension-dbe \
xserver-xorg-extension-extmod \
@@ -92,7 +92,6 @@ IMAGE_INSTALL += " \
xhost \
xset \
\
- ${XSERVER} \
xrandr \
xrdb \
xorg-minimal-fonts xserver-xorg-multimedia-modules xserver-xorg-utils \
@@ -118,7 +117,9 @@ IMAGE_INSTALL += " \
gst-plugins-base-theora \
gst-plugins-base-videotestsrc \
gst-plugins-base-vorbis \
+ gst-plugins-good-audioparsers \
gst-plugins-good-avi \
+ gst-plugins-good-id3demux \
gst-plugins-good-isomp4 \
gst-plugins-good-matroska \
gst-plugins-good-rtp \
@@ -134,9 +135,6 @@ IMAGE_INSTALL += " \
firefox \
"
-# firefox at the moment segfaults
-# flash-plugins \
-
# gst-plugin-mpegdemux
require lx.inc
diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc
index ac65dd6..4af8157 100644
--- a/recipes/images/trdx-extra.inc
+++ b/recipes/images/trdx-extra.inc
@@ -16,6 +16,9 @@ IMAGE_INSTALL_MACHINE_colibri-t30 = "${IMAGE_INSTALL_T20_T30}"
IMAGE_INSTALL_MACHINE = ""
IMAGE_INSTALL += " \
+ linux-firmware-ralink \
+ usb-rndis-systemd \
+ \
alsa-utils \
alsa-utils-aplay \
alsa-utils-amixer \