summaryrefslogtreecommitdiff
path: root/recipes/images/console-trdx-image.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-07-29 11:03:21 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-08-04 11:12:27 +0200
commit47869145df6f3e085ed7f94a0c5610605d69d592 (patch)
tree719352156d57bc5bdefa3b57f3019f48890513f3 /recipes/images/console-trdx-image.bb
parent728581eaad0cd3dd3c31909b72764aca2a7914ad (diff)
images: fix BAD_RECOMMENDATIONS
BAD_RECOMMENDATIONS seems to not work if more than one package is given and all packages get installed. So only give one. On top of that, if a package is available from multiple feeds the package gets installed.
Diffstat (limited to 'recipes/images/console-trdx-image.bb')
-rw-r--r--recipes/images/console-trdx-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/console-trdx-image.bb b/recipes/images/console-trdx-image.bb
index 615c5e1..700f07e 100644
--- a/recipes/images/console-trdx-image.bb
+++ b/recipes/images/console-trdx-image.bb
@@ -40,7 +40,7 @@ CONMANPKGS ?= "connman connman-systemd connman-plugin-loopback connman-plugin-et
CONMANPKGS_libc-uclibc = ""
#don't install some id databases
-BAD_RECOMMENDATIONS += " udev-hwdb "
+#BAD_RECOMMENDATIONS_append_colibri-vf += " udev-hwdb cpufrequtils "
#this adds a few MB to the image
IMAGE_INSTALL_X11_tegra = "${XSERVER} xterm xclock"