diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-29 14:39:19 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-05-29 14:39:19 -0300 |
commit | 85884a8fd0f8f7c92142f54084f723664bca5583 (patch) | |
tree | a804b0e24b8d69cb987eb511e00d1dcce49d22ab | |
parent | 1ff14e49f612c8a606176c83728d290d9ec73f7c (diff) | |
download | meta-fsl-arm-85884a8fd0f8f7c92142f54084f723664bca5583.tar.gz |
imx-base.inc: cleanup recommended packages removing multimedia ones
The multimedia packages need to be moved to a specific task to allow
images to use, or not it, and avoid enforcing it onto every image.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | conf/machine/include/imx-base.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index cb9a564..a505f9c 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -19,10 +19,9 @@ XSERVER = "xserver-xorg-lite \ | |||
19 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" | 19 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules" |
20 | 20 | ||
21 | # Extra audio support | 21 | # Extra audio support |
22 | MACHINE_EXTRA_RRECOMMENDS += "imx-lib imx-audio \ | 22 | MACHINE_EXTRA_RRECOMMENDS += "imx-audio \ |
23 | pulseaudio \ | 23 | imx-firmware \ |
24 | fsl-mm-codeclib \ | 24 | imx-lib" |
25 | gst-fsl-plugin" | ||
26 | 25 | ||
27 | EXTRA_IMAGEDEPENDS = "u-boot" | 26 | EXTRA_IMAGEDEPENDS = "u-boot" |
28 | 27 | ||
@@ -33,4 +32,4 @@ SERIAL_CONSOLE = "115200 ttymxc0" | |||
33 | 32 | ||
34 | KERNEL_IMAGETYPE = "uImage" | 33 | KERNEL_IMAGETYPE = "uImage" |
35 | 34 | ||
36 | MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen" | 35 | MACHINE_FEATURES = "apm pci usbgadget usbhost vfat alsa touchscreen" |