summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-10-11 18:00:05 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-10-11 18:00:05 +0200
commit8c474a85ed676557236682755b1f6eee2e6b59c8 (patch)
tree0038c8de12957b6b41c46f529e603b7ffc7b69cc
parente0e2fcc8bda1c1dd427adf738b115f4902662ad6 (diff)
console-image: fix the inclusion of X11
-rw-r--r--recipes/images/console-trdx-image.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/images/console-trdx-image.bb b/recipes/images/console-trdx-image.bb
index d7c4013..995db1a 100644
--- a/recipes/images/console-trdx-image.bb
+++ b/recipes/images/console-trdx-image.bb
@@ -37,7 +37,8 @@ CONMANPKGS_libc-uclibc = ""
BAD_RECOMMENDATIONS += " udev-hwdb "
#this adds a few MB to the image
-IMAGE_INSTALL_T20_T30_tegra += "${XSERVER} xterm xclock"
+IMAGE_INSTALL_X11_tegra = "${XSERVER} xterm xclock"
+IMAGE_INSTALL_X11 = ""
IMAGE_INSTALL += " \
angstrom-packagegroup-boot \
@@ -47,7 +48,7 @@ IMAGE_INSTALL += " \
${ROOTFS_PKGMANAGE_PKGS} \
timestamp-service \
task-base-extended \
- ${IMAGE_INSTALL_T20_T30} \
+ ${IMAGE_INSTALL_X11} \
"