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
commit73a361026b9fd0203894e9d3be2361d87b8b584c (patch)
tree609f13ff95f11c477b9c06038c6a8ec5628d4d0e
parentf498512a668290f1ea84988d6fa8bd83906c222b (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} \
"