From 73a361026b9fd0203894e9d3be2361d87b8b584c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 11 Oct 2013 18:00:05 +0200 Subject: console-image: fix the inclusion of X11 --- recipes/images/console-trdx-image.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'recipes') 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} \ " -- cgit v1.2.3