diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2012-07-21 19:19:45 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2012-07-21 19:19:45 +0200 |
commit | 600fc07667fa1f8df560fd7f7de563b31600f145 (patch) | |
tree | 219963962695509b762003506d05f08c41bcab74 /recipes | |
parent | dc2aa9fb090e8b75c1473209463615e15b3e242d (diff) |
add X11 modules and minicom, i2c-tools, devmem2
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/images/angstrom-lxde-image.bb | 6 | ||||
-rw-r--r-- | recipes/images/trdx-extra.inc | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb index 961eb7c..f875074 100644 --- a/recipes/images/angstrom-lxde-image.bb +++ b/recipes/images/angstrom-lxde-image.bb @@ -76,6 +76,12 @@ IMAGE_INSTALL += " \ task-base-extended \ ${XSERVER}\ xserver-common \ + xserver-xorg-extension-dbe \ + xserver-xorg-extension-extmod \ + xserver-xorg-extension-dri \ + xserver-xorg-extension-dri2 \ + xserver-xorg-extension-extmod \ + xserver-xorg-extension-glx \ xauth \ xhost \ xset \ diff --git a/recipes/images/trdx-extra.inc b/recipes/images/trdx-extra.inc index 91ccacf..ed0c367 100644 --- a/recipes/images/trdx-extra.inc +++ b/recipes/images/trdx-extra.inc @@ -3,7 +3,7 @@ #the following builds cross gdb and gdbserver DEPENDS += "gdb-cross" -IMAGE_INSTALL_MACHINE_colibri-t20 = "trdx-odm" +#IMAGE_INSTALL_MACHINE_colibri-t20 = "trdx-odm" IMAGE_INSTALL_MACHINE = "" @@ -27,14 +27,17 @@ IMAGE_INSTALL += " \ gdbserver \ grep \ joe \ + minicom \ ldd \ mtd-utils \ update-modules \ \ gpioconfig \ tegrastats \ + devmem2 \ hdparm \ iperf \ + i2c-tools \ memtester \ stress \ lmbench \ |